131 Commits

Author SHA1 Message Date
mn.albeschenko
b590ccfaf9 Fix async start bug(OUI), fix
1. When Glass starting, OUI base not loaded, cause concurency. Therefore the vendor is not defined.

2. When you have failover dhcp cluster, there is many junk records.
2021-05-12 17:01:18 +03:00
Chris Miles
10102a6709
Merge pull request #39 from mhoffmann75/master
Preventing some errors and showing all leases without search
2020-01-07 17:19:31 -06:00
Chris Miles
94ae5d498a
Merge pull request #40 from ASteffen117/patch-1
Update dhcp_lease_search.js
2020-01-07 17:17:59 -06:00
ASteffen117
47bb33b14a
Update dhcp_lease_search.js
I was unable to search the "Leases" by IP. I moved the Key match and it started working. After change, I am now able to search by IP.
2019-04-08 15:20:46 -04:00
Martin Hoffmann
0f7476be8d display all leases without searching
Fire up search automatically showing all leases without manually filtering
2019-03-27 10:51:24 +01:00
Martin Hoffmann
0347920fdb Prevents split error
if dhcp leases contain malformed data split would have caused errors
2019-03-27 10:48:01 +01:00
Chris Miles
bb7117ca0f
Update dhcp_config_save.js 2018-09-28 20:04:03 -05:00
Chris Miles
391461eeb1
Merge pull request #20 from maechi/master
getting host_name from /usr/bin/env hostname
2018-08-15 13:55:37 -05:00
maechi
6d6f35d69a
Merge pull request #1 from maechi/use-env-hostname-not-/etc/hostname
use hostname binary if we don't find an /etc/hostname
2018-08-15 16:26:50 +02:00
pmaechler
f32eefe31a use hostname binary if we don't find an /etc/hostname 2018-08-15 16:24:42 +02:00
Akkadius
8b83cf4fed Small adjustment 2018-08-14 03:56:55 -05:00
Akkadius
011ab33f36 Revert config change that was supposed to be picked up in .gitignore 2018-08-14 03:46:45 -05:00
Akkadius
43b0b61393 Lots of structural app changes 2018-08-14 03:45:48 -05:00
Akkadius
3d30b00e96 Add service action support stop/start/restart for Redhat distros https://github.com/Akkadius/glass-isc-dhcp/issues/6 2018-08-14 01:27:05 -05:00
Akkadius
e558f1b97e Fix issue where unidentified mac's would not show up in device lists 2018-08-14 01:03:15 -05:00
Akkadius
877fbff2c1 Have Vendor display as "N/A" if vendor not found in "MAC Address OUI Count by Vendor" 2018-08-14 00:56:00 -05:00
Akkadius
0e2d834b07 Update dependencies 2018-08-14 00:08:56 -05:00
Akkadius
07e00ce72e Syntax formatting 2018-08-14 00:03:36 -05:00
Akkadius
949740fc6b Update dependencies 2018-08-14 00:03:21 -05:00
Akkadius
29fd1d7591 Add endpoints /api/get_websocket_config and /api/get_glass_config 2018-08-13 23:53:56 -05:00
Chris Miles
858806c5b7
Update glass_config.json 2018-08-13 23:13:41 -05:00
Chris Miles
14280f3cac
Merge pull request #19 from nicholas-c-jackson/master
conf: added support for ws server port configuration
2018-08-13 19:52:52 -05:00
Nicholas Jackson
8ff70a0276 conf: added support for ws server port configuration 2018-08-12 00:50:51 +10:00
Chris Miles
b5dc24ff7d
Merge pull request #8 from smokes2345/patch-1
Added docker-compose.yaml
2018-03-22 19:11:07 -05:00
Matt Davidson
4d00021567
Added docker-compose.yaml
Allow quick provisioning of stack with isc-dhcp + glass on docker
2018-03-11 18:32:42 -04:00
Chris Miles
3406a7c73f
Merge pull request #7 from rfdrake/master
add support for binding to specific interfaces
2018-03-07 16:25:23 -06:00
Robert Drake
a7ace2e73a add support for binding to specific interfaces
This allows someone to add host and port entries to the glass_config
file to change the default port, or bind to a specific interface.

For example:

 "host": "127.0.0.1",
 "port": "3000",

If you only want to bind on the local interface.
2018-03-07 15:23:17 -05:00
Akkadius
5c3d57a1a1 A few more abs path adjustments 2017-10-10 13:42:39 -05:00
Akkadius
e2746450b1 A few more abs path adjustments 2017-10-10 13:40:36 -05:00
Akkadius
b824cd300d Merge remote-tracking branch 'origin/master' 2017-10-10 13:01:17 -05:00
Akkadius
7ac8c91cd1 Add absolute paths for binaries for cron starts lacking PATH exports to address https://github.com/Akkadius/glass-isc-dhcp/issues/2 2017-10-10 13:00:58 -05:00
Chris Miles
47f413ab2f Update README.md 2017-10-10 01:34:01 -05:00
Chris Miles
f8491a1866 Update README.md 2017-10-10 01:33:12 -05:00
Akkadius
0ea0367178 Merge remote-tracking branch 'origin/master' 2017-10-10 01:31:45 -05:00
Akkadius
8578dbd6fc Add basic start/stop scripts 2017-10-10 01:31:39 -05:00
Chris Miles
acb1120300 Update README.md 2017-10-07 18:13:05 -05:00
Chris Miles
af9a62c3e9 Update README.md 2017-10-06 20:25:00 -05:00
Chris Miles
b6ab9beebc Update README.md 2017-10-06 19:57:45 -05:00
Akkadius
0e79a9ef0e Add server name to alerts 2017-10-05 15:37:41 -05:00
Akkadius
9785f4e97d Merge remote-tracking branch 'origin/master' 2017-10-05 13:05:12 -05:00
Akkadius
0a2e180a13 Fix indents app.js 2017-10-05 13:05:06 -05:00
Chris Miles
505954e4df Update README.md 2017-10-05 13:04:09 -05:00
Akkadius
765df5f74f Merge remote-tracking branch 'origin/master' 2017-10-05 13:01:57 -05:00
Akkadius
f492600de2 Add optional search param to API call GET: /api/get_active_leases?search=Cisco 2017-10-05 13:01:50 -05:00
Chris Miles
00e67f25c4 Update README.md 2017-10-05 00:07:06 -05:00
Chris Miles
efef33d329 Update README.md 2017-10-05 00:03:38 -05:00
Chris Miles
92dabdc4b3 Update README.md 2017-10-05 00:00:31 -05:00
Chris Miles
bc18a353e0 Update README.md 2017-10-04 23:19:10 -05:00
Chris Miles
040df51a76 Update README.md 2017-10-04 23:15:31 -05:00
Chris Miles
b00eb620c7 Update README.md 2017-10-04 23:07:45 -05:00