2245 Commits

Author SHA1 Message Date
Louis Rossouw
96f70b1b9b Add ntp service monitoring. 2015-07-05 15:24:37 +02:00
Tony Ditchfield
90563c5b1d Added HOST-RESOURCES-MIB:: to allow detection of Synology devices 2015-06-28 18:54:55 +01:00
laf
505429db4d Added some additional info from pfsense units 2015-06-27 22:11:54 +01:00
Neil Lathwood
7986e81f2d Merge pull request #1338 from SaaldjorMike/webpower-ups
Added support for WebPower Pro II UPS cards.
2015-06-25 08:59:28 +01:00
Mike Rostermund
01f12a3f0a Added discovery of load sensors of RFC1628 devices. 2015-06-24 14:25:58 -07:00
Mike Rostermund
b8c8c20d18 Added support for WebPower Pro II UPS cards. 2015-06-24 14:23:54 -07:00
Daniel Preussker
66ab6482e1 Merge pull request #1326 from laf/issue-1307
Added latency support for devices + logging reasons why devices marked as down
2015-06-24 18:33:10 +00:00
laf
32c20b8a68 Added removing of IP addresses before ports are deleted 2015-06-24 15:38:54 +01:00
laf
03a5e768ec min/avg/max were in the wrong order 2015-06-23 09:48:36 +01:00
laf
9e5c6f87bb Changed default millisec + removed check for loss < 0 2015-06-23 09:01:36 +01:00
laf
0525ca79bc Updated to set millisec delay between packets 2015-06-22 23:23:14 +01:00
laf
30a27d719e Fix scrut issues + tidy more code 2015-06-22 23:02:11 +01:00
laf
6c9810fc3c Fix scrut issues 2015-06-22 22:55:32 +01:00
laf
820afa6dbb Added logging of reason device was detected as down (icmp/snmp) 2015-06-22 22:11:02 +01:00
laf
eee2ae5be1 Added support for logging packet loss and min/max/avg response times on fping 2015-06-22 21:55:31 +01:00
Louis Rossouw
38952215f8 Small fix to ensure php compatability with older php. 2015-06-22 15:18:30 +02:00
Louis Rossouw
7f3f942e83 Adding the ability to use multiple poller groups for a poller. 2015-06-22 12:37:00 +02:00
Neil Lathwood
35f784cfde Merge pull request #1319 from spinza/timeout
Add timeout on unix agent execution after connect.
2015-06-21 21:37:18 +01:00
Louis Rossouw
7cda1da63c Add config settings for unix-agent time-outs. 2015-06-21 22:14:32 +02:00
Louis Rossouw
9f36182b7d Add timeout on unix agent execution after connect. 2015-06-21 19:36:44 +02:00
Neil Lathwood
6a4fe09fa8 Merge pull request #1317 from vitalisator/issue-1212
Multimatic UPS snmp based on RFC1628
2015-06-20 22:06:52 +01:00
vitalisator
fd6c7f3ca6 Multimatic UPS snmp based on RFC1628 2015-06-20 22:30:52 +02:00
Daniel Preussker
570fd169bd Merge pull request #1309 from laf/issue-467
Added Temp / Fanspeed and State support for EqualLogic
2015-06-19 15:59:28 +00:00
laf
70926c7283 Added power supply state for EqualLogic 2015-06-19 16:44:11 +01:00
laf
dc8c53c8a8 Added fanspeed support for EqualLogic 2015-06-19 16:28:43 +01:00
laf
f6d369d977 Updated Temp support for EqualLogic 2015-06-19 16:04:44 +01:00
laf
d09843180e Removed unused variable 2015-06-18 23:25:51 +01:00
laf
937869c8ac Function and use to get main cisco serial number 2015-06-18 22:20:50 +01:00
Neil Lathwood
b97ff07aa8 Update vyos.inc.php
Newer vyos reports back as all lower case so making the check case-insensitive.
2015-06-18 20:06:41 +01:00
laf
0ed7262adb EqualLogic temp support 2015-06-18 18:20:31 +01:00
Paul Gear
884b98e250 Another scrutinizer fix 2015-06-16 09:01:13 +10:00
Paul Gear
0eb3e69167 Fix Scrutinizer issues 2015-06-16 08:42:05 +10:00
Paul Gear
a02871263c Fix up some unclear/missing copyrights 2015-06-16 08:27:58 +10:00
Paul Gear
55496bf943 Add example referred to in documentation 2015-06-16 08:27:58 +10:00
Paul Gear
ad550ca6da Add a couple more MIBs to Ruckus support 2015-06-16 08:27:58 +10:00
Paul Gear
0e218ef22c Move MIB poller debugging into SNMP functions 2015-06-16 08:27:58 +10:00
Paul Gear
7dbb670638 Factor out getting the list of subtypes; add MIB types which were loaded from database 2015-06-16 08:27:57 +10:00
Paul Gear
da346c3a35 Tidy up debug vs. non-debug output 2015-06-16 08:27:57 +10:00
Paul Gear
0e17cd967f Remove manual graph_type definition; call db load instead 2015-06-16 08:27:57 +10:00
Paul Gear
ed41fa9c88 A couple of minor notes for later 2015-06-16 08:27:57 +10:00
Paul Gear
a2baae3ccf Move convenience functions into common; d_echo no longer adds "\n" automatically 2015-06-16 08:27:57 +10:00
Paul Gear
e884bfa860 Include to read graphs from the graph_types table 2015-06-16 08:27:57 +10:00
Paul Gear
942e5047e5 Graph sections must be lower case 2015-06-16 08:27:57 +10:00
Paul Gear
70c415124d Remove graph_types note 2015-06-16 08:27:57 +10:00
Paul Gear
0cc75d7d1d Separate convenience function for RRD filename generation; tidy formatting 2015-06-16 08:27:57 +10:00
Paul Gear
96bee67394 Do not attempt to create file if there are no DS definitions 2015-06-16 08:27:56 +10:00
Paul Gear
db2f57f2bc Poll sysObjectID by default 2015-06-16 08:27:56 +10:00
Paul Gear
982faeb869 Implement more efficient is_dev_attrib_enabled() 2015-06-16 08:27:56 +10:00
Paul Gear
e02ed25dee temporary testing graph 2015-06-16 08:27:56 +10:00
Paul Gear
984ec0d060 Save MIB graphs in database, tag devices for graphing 2015-06-16 08:27:56 +10:00