Commit Graph
6546 Commits
Author SHA1 Message Date
Xavier Beaudouin d10b944e45 This is in fact a load balancer 2016-02-23 17:58:04 +01:00
Xavier Beaudouin 63a76a7605 Initial commit for ServerIron support 2016-02-23 17:57:08 +01:00
Tony Murray c8ae2f6dd2 Merge branch 'master' into avtech 2016-02-23 09:51:34 -06:00
GeorgesDick 5a556d7008 Create eatonups.inc.php
Eaton UPS voltage check
2016-02-23 13:38:33 +01:00
GeorgesDick 553a0d97d5 Create eatonups.inc.php
Eaton UPS frequencies check
2016-02-23 13:36:54 +01:00
GeorgesDick a8c4fe8dab Added eatonups.inc.php
I added this file in my local LibreNMS installation to get current values from my Eaton 5PX UPS. Another file is also needed :
librenms/includes/discovery/os/eatonups.inc.php
2016-02-23 10:52:33 +01:00
GeorgesDick 61a5a46e94 New file eatonups.inc.php for Eaton UPS discovery
I added this file in my local LibreNMS installation to discover my Eaton 5PX UPS. An other file is also needed :
librenms/includes/discovery/sensors/current/eatonups.inc.php
2016-02-23 10:50:18 +01:00
Tony Murray 7b2974f0c4 Memory precision is kb. 2016-02-22 23:59:16 -06:00
Tony Murray ea3eedf3f0 Netonix Update
Add copyright header
Add support for CPU and memory
Fix version display for 1.3.9
Improve fan description
2016-02-22 23:12:12 -06:00
Mike Rostermund 0c6c6efd6a Added recognition of Cisco SF500 2016-02-22 16:49:41 +01:00
Daniel Preussker 4248617e8a Merge pull request #3049 from laf/updown
Added reason why device goes up/down to eventlog
2016-02-22 07:15:54 +00:00
Søren Rosiak d8e41871f3 Merge pull request #3046 from laf/issue-2496 2016-02-21 16:37:20 +01:00
Todd Eddy 83d739b5ae apc discovery: Get a count of banks before pulling info
* On my device (AP7901 / AOS v3.9.0 / App v3.7.4) discovery would keep
  clobbering the bank and current sensor.  Looking in to it the oid
  should be used for current and not bank.  To fix this now it pulls
  a count of banks using the `rPDULoadDevNumBanks.0` oid. Per MIB that
  will return 0 if no banks are found.  In which case skip the bank
  detection.

* Also update PowerNet-MIB to v4.1.7 released 2015-08-05
2016-02-20 19:37:59 -05:00
laf 9820b3c2a0 Re-added Junos prefix support :/ 2016-02-20 18:08:39 +00:00
laf 4d5da1181e BGP discovery fix. reverted back pre-vrf code 2016-02-20 17:41:56 +00:00
laf 4f3aceef5a Added reason why device goes up/down to eventlog 2016-02-20 16:09:37 +00:00
laf 0db5f4bb35 Added FASTPATH Switching to be excluded - Vxworks 2016-02-20 10:58:58 +00:00
Rosiak 66acb724c0 Add Canon iR Support
#3025
2016-02-20 11:04:23 +01:00
Daniel Preussker fbea6e2db9 Merge pull request #3021 from murrant/uptime_timeticks
Use raw timeticks instead of parsing the string for sysUpTime and hrSystemUptime
2016-02-18 15:28:26 +00:00
Ultra2D 49be124238 Fixed syslog: only parse messages if program is empty 2016-02-18 12:30:43 +01:00
Tony Murray 0e9e9dd8b3 Add temp sensors for TemPageR 3E and 4E. Assume all sensors are temperature for now.
SNMP did not seem to supply descriptions on the 4E.
2016-02-17 16:27:36 -06:00
Daniel Preussker b5ebaf3135 Merge pull request #3019 from pblasquez/pblasquez-unauth_graph
skip graph.php authentication if configured
2016-02-17 21:47:33 +00:00
pblasquez 591c40a6f4 Update defaults.inc.php 2016-02-17 13:10:07 -08:00
Tony Murray d2a072cb86 Merge branch 'master' into avtech 2016-02-17 11:55:08 -06:00
laf fc8b4b4068 Fix cisco snmp query 2016-02-17 16:30:22 +00:00
laf 3c35b0e336 Fix cisco snmp query 2016-02-17 16:17:01 +00:00
laf 27306fbb6b Fix cisco snmp query 2016-02-17 16:09:09 +00:00
Neil Lathwood c72d8cca84 Merge pull request #3020 from murrant/patch-1
Properly parse sysDescr for Unifi Switches
2016-02-17 14:18:42 +00:00
Daniel Preussker 731e43bc66 Revert "[WIP] Sanity!" 2016-02-17 13:59:58 +00:00
Tony Murray 9ccf16dd24 Use raw timeticks instead of parsing the string for sysUpTime and hrSystemUptime 2016-02-16 23:46:31 -06:00
Tony Murray 0c2abe5b77 Properly parse sysDescr fro Unifi Switches
Fix issue #2759
I only tested the regex, not against hardware as I don't have access to any.
2016-02-16 22:51:42 -06:00
Paul Gear 1a905f2a1a Merge pull request #2990 from laf/issue-2613
Reverted fortigate cpu update from Dec 2015
2016-02-17 07:53:44 +10:00
Neil Lathwood 633ac101eb Merge pull request #2979 from f0o/sanity
[WIP] Sanity!
2016-02-16 21:44:10 +00:00
laf cf54684279 Fixed ipv6 bgp polling on junos 2016-02-16 09:48:20 +00:00
laf f1a3b9da34 Fixed ipv6 bgp polling on junos 2016-02-16 09:17:59 +00:00
Neil Lathwood a572bc4578 Merge pull request #2820 from HenocKA/issue280
Discoverying and polling vrf #Issue280
2016-02-15 09:53:53 +00:00
HenocKA 0161260b17 merging 2016-02-13 21:48:26 +01:00
Rosiak d82ca08bc2 Remove unused code
#2934
2016-02-13 21:44:24 +01:00
Søren Rosiak 9790b97b2d Merge pull request #2991 from laf/issue-2983 2016-02-13 20:52:47 +01:00
Rosiak f6b97248a1 Basic Barracuda Spam Firewall Support
#2993
2016-02-13 20:45:42 +01:00
laf 9059b687b2 Updated FortiOS to pick up all FortiManagers + updated rewrite for hardware 2016-02-12 14:17:57 +00:00
laf 444d6a7a8c Reverted fortigate cpu update from Dec 2015 2016-02-12 13:38:22 +00:00
laf 8c53a94233 Removed old alerting dbInsert code 2016-02-11 22:27:36 +00:00
Søren Rosiak 6456bc4fec Merge pull request #2967 from laf/issue-2870 2016-02-11 22:59:06 +01:00
f0o 568875ad83 reset array pointers 2016-02-11 07:42:00 +00:00
Neil Lathwood fa783dc07e Merge pull request #2841 from adaniels21487/issue-2665
Cisco OTV
2016-02-10 19:49:59 +00:00
HenocKA 6a51746bb7 bug correction 2016-02-10 17:45:05 +01:00
f0o 21e94b3e3a Sanity! 2016-02-10 15:21:31 +00:00
Daniel Preussker 2b55c06d9e Revert "Variable/Environment sanity" 2016-02-10 14:31:16 +00:00
f0o a6bca987bf Enforce sanity before returning from database 2016-02-10 13:52:43 +00:00