Commit Graph
2668 Commits
Author SHA1 Message Date
Will Jones 76dee75612 Update definitions.inc.php
removed conflict.
2015-07-07 10:04:10 +01:00
willjones f1eeb988cc Added Meraki OS discovery and polling 2015-07-06 21:21:56 +01:00
willjones 016b759858 Added Meraki OS discovery and polling 2015-07-06 21:17:50 +01:00
Will Jones f6f4a40c73 Adding Meraki devices
Definitions for Meraki MX. MR and MS hardware.
2015-07-06 02:13:50 +01:00
Will Jones be69210591 Create merakimx.inc.php
OS Detection module for Meraki MX
2015-07-06 02:10:25 +01:00
Will Jones f8b6038c9d Create merakims.inc.php
OS Detection module for Meraki MS
2015-07-06 02:09:40 +01:00
Will Jones 1a5f98ac14 Create merakimr.inc.php
OS detection module for Meraki MR
2015-07-06 02:08:19 +01:00
Neil Lathwood 462d3503c3 Merge pull request #1384 from vitalisator/issue-1382
Add support fo PBN CPE device"
2015-07-05 22:35:15 +01:00
Louis Rossouw 90f2201084 Fix up formatting to http://docs.librenms.org/Developing/Code-Guidelines/ 2015-07-05 21:31:11 +02:00
Louis Rossouw c050ff374f Add IRCd service. 2015-07-05 21:12:59 +02:00
Neil Lathwood 7bc3ec2962 Merge pull request #1387 from spinza/addntpservice
Add ntp service monitoring.
2015-07-05 19:52:43 +01:00
Neil Lathwood f442cd650a Merge pull request #1386 from spinza/checkmysql
Accept MySQL OK as the service active.
2015-07-05 19:51:30 +01:00
Neil Lathwood f0f924c7a9 Merge pull request #1385 from spinza/fixssh
Pass service parameters to check_ssh.
2015-07-05 19:51:05 +01:00
Louis Rossouw 96f70b1b9b Add ntp service monitoring. 2015-07-05 15:24:37 +02:00
Louis Rossouw 01714ed03b When check_mysql is run with -n option it returns MySQL OK. Also accept that as an status=1 indication. 2015-07-05 00:47:51 +02:00
Louis Rossouw bf8df0fbe2 Pass service parameters to check_ssh allowing one to specify alternative port for ssh for example using -p flag. 2015-07-05 00:35:33 +02:00
vitalisator 049fd54beb Add support fo PBN CPE device"
Fixes #1382
2015-07-04 23:22:26 +02:00
sthen 75704eba87 Use correct divisor for frequencies on Huawei UPS 2015-07-04 20:47:46 +01:00
sthen ffbe06f64b Check netmanplus UPS by OID as well as descr, tested with Netman 204 2015-07-04 20:22:34 +01:00
sthen 69e9929ddb Support Huawei UPS, tested with UPS5000 2015-07-04 20:22:29 +01:00
laf 57159cc8cd Updated NX-OS to avoid conflicts elsewhere 2015-06-29 16:28:58 +01:00
Tony Ditchfield 90563c5b1d Added HOST-RESOURCES-MIB:: to allow detection of Synology devices 2015-06-28 18:54:55 +01:00
laf 116a64deb9 Added basic detection for Mellanox devices 2015-06-27 22:52:01 +01:00
laf 505429db4d Added some additional info from pfsense units 2015-06-27 22:11:54 +01:00
laf 4bef35c90a Now save the connection value selected and remove when not needed 2015-06-27 17:41:31 +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 432fa5cadd Updated smokeping to support Rosiaks integration 2015-06-24 11:41:10 +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