Neil Lathwood
70c996d4b8
Split out OSes where necessary
2016-09-23 21:28:02 +01:00
Tony Murray
c31b3c0301
feature: use snmpsim for testing
...
fallback feature so we don't have to run snmpsim on devel computers, should be adequate for now
./scripts/pre-commit.php -u -snmpsim will start an snmpsimd.py process automatically
2016-09-23 14:57:31 -05:00
Florian Beer
3272b82958
newdevice: Add OS detection for macOS Sierra ( #4557 )
...
* Add OS detection for macOS Sierra
Darwin Kernel Version 16
* Add OS discovery test for macOS Sierra
2016-09-23 12:38:22 -05:00
crcro
188493b066
start with routeros fix
2016-09-23 01:36:45 +03:00
crcro
32b7fcad4e
missing leading . in riverbed
2016-09-23 01:35:17 +03:00
crcro
15366199f2
finished n to r
2016-09-23 01:26:54 +03:00
Neil Lathwood
765ee3e1ab
refactor: OS discovery (w - z) ( #4549 )
2016-09-22 16:59:35 -05:00
crcro
96a3160ff4
bad usage of functions
2016-09-22 23:10:34 +03:00
crcro
b3a178f98e
first batch
2016-09-22 23:03:44 +03:00
Neil Lathwood
31f1b3483b
Merge pull request #4545 from murrant/restore-vdebug
...
fix: Restore previous snmp debug/vdebug logic so -v can be specified by itself
2016-09-22 20:34:51 +01:00
Neil Lathwood
d808eb7f77
Merge pull request #4543 from benwa/font-awesome
...
webui: Update all glyphicon to font awesome
2016-09-22 19:54:49 +01:00
Tony Murray
6fbd8b3f05
fix: port ifLastChange polling ( #4541 )
...
* fix: port ifLastChange polling
* Small changes, default to 0
* Don't update 0->0
2016-09-22 11:39:15 -05:00
Tony Murray
cd7737db9d
Restore previous snmp debug/vdebug logic so -v can be specified by itself.
2016-09-22 11:36:33 -05:00
crcro
6b42bd87f5
one space
2016-09-22 16:11:42 +03:00
crcro
0af87dfb3a
fix test units
2016-09-22 16:06:08 +03:00
Bennett Blodinger
2ec3132c64
close icon element
2016-09-22 08:09:31 -04:00
Neil Lathwood
fee15f5e53
Merge pull request #4535 from murrant/snmp-debug-output
...
feature: improved readability for snmp debug output
2016-09-22 08:38:51 +01:00
Neil Lathwood
44fe868e43
Merge pull request #4533 from laf/swos-fix-maybe
...
fix: Fixed swos discovery
2016-09-22 08:32:10 +01:00
crcro
75b6fd74ee
newline
2016-09-22 04:23:00 +03:00
crcro
eadcde9ac0
passing all tests
2016-09-22 03:58:29 +03:00
crcro
631d26563e
fix for test units
2016-09-22 02:47:07 +03:00
crcro
cfeb7258b5
refactor os discovery s to w
2016-09-22 02:34:17 +03:00
crcro
8b09077ace
refactor os discovery from w to z
2016-09-22 02:10:50 +03:00
Tony Murray
7371c6e1b8
feature: improved readability for snmp debug output
...
It now matches RRD and SQL output format, the color is cyan
Slightly better ip removal from debug output, only removes valid IPs now.
2016-09-21 17:15:28 -05:00
Neil Lathwood
edbbc7fddd
fix: Fixed swos discovery
2016-09-21 22:17:51 +01:00
Neil Lathwood
52d6d0d9df
Merge pull request #4528 from benwa/add-host-log-redesign
...
Switch to font awesome
2016-09-21 21:41:23 +01:00
Eldon Koyle
5749179cf5
feature: Add the ability to include an LDAP filter for users/groups in AD ( #4494 )
...
* Add auth_ad_(group|user)_filter options
* use global
* Fix some AD annoyances
Use the power of the LDAP filter to minimize the number of queries and
hopefully help performance in get_userlist, change semantics of
auth_ad_(user|group)_filter in $config to be anded with
samaccountname=USERNAME.
* remove unused variable
* update documentation
* Update Authentication.md
2016-09-21 14:42:59 -05:00
Bennett Blodinger
44b4a5037e
Switch to font awesome
2016-09-21 15:00:17 -04:00
Neil Lathwood
72e07c860b
Merge pull request #4525 from murrant/port-lastchanged
...
feature: Add last changed, connected, and mtu to all ports data
2016-09-21 19:56:15 +01:00
Tony Murray
299f4d91d3
feature: Add last changed, connected, and mtu to all ports data
...
Thanks to sysvival on reddit for the idea and help with the calculations
2016-09-21 13:19:52 -05:00
crcro
184715c324
fix: brother toner levels ( #4526 )
2016-09-21 13:14:16 -05:00
Neil Lathwood
08b7d63d21
Merge pull request #4513 from OpcaoTelecom/datacom-transceiver
...
newdevice: Added Datacom Dbm Support
2016-09-21 19:00:54 +01:00
Neil Lathwood
e29f891400
Merge pull request #4495 from crcro/fix-poweralert-ups-divisor
...
fix: poweralert ups divisor
2016-09-21 19:00:11 +01:00
Neil Lathwood
24fe69be3d
refactor: Updated os discovery files (a) ( #4514 )
2016-09-21 12:53:39 -05:00
crcro
2474b3e654
removed unused param from function descr
2016-09-21 00:25:26 +03:00
Alan Gregory
c3aa0c3feb
Added Datacom Dbm sensor
2016-09-20 18:04:42 -03:00
Neil Lathwood
a12da40223
Merge pull request #4492 from Rosiak/riverbed-enhancements
...
feature: Add temp & state sensors to Riverbed
2016-09-20 20:04:19 +01:00
crcro
0eea180151
removed file version and unused vars
2016-09-20 22:03:30 +03:00
crcro
25b3e16f56
removed from function
2016-09-20 21:18:38 +03:00
Neil Lathwood
5b9342f6e1
Merge pull request #4504 from laf/erl-update
...
newdevice: Updated Edgerouter lite detection
2016-09-20 18:40:06 +01:00
Neil Lathwood
a8e712070f
Merge pull request #4490 from boudreau/master
...
feature: Added Runtime support for APC ups
2016-09-20 18:09:40 +01:00
Neil Lathwood
b5cbe440de
newdevice: Updated Edgerouter lite detection
2016-09-20 17:55:13 +01:00
Rosiak
eda1dc06c2
fix: Update Fortinet Logo
2016-09-20 18:53:35 +02:00
Rosiak
5783474e9a
fix: Change CiscoSB devices to ifEntry
2016-09-20 18:22:45 +02:00
Neil Lathwood
b43c7f2c72
fix: This removes stale entries in the mac_ipv4 table ( #4444 )
2016-09-20 10:22:11 -05:00
Neil Lathwood
c16b6e6674
Merge pull request #4499 from murrant/fix-swos
...
fix: swos os discovery fixes #3593
2016-09-20 14:28:09 +01:00
crcro
33f3109aee
more flexibility for divisor value
2016-09-20 03:11:56 +03:00
Rosiak
0ed3878eaf
feature: Add temp & state sensors to Riverbed
2016-09-19 22:30:06 +02:00
Tony Murray
a7e9976f8f
fix: swos os discovery
2016-09-19 13:43:17 -05:00
boudreau
917e9d4473
Update apc.inc.php
2016-09-19 12:38:06 -04:00