04b887ef97
Merge pull request #2544 from laf/issue-2520
...
eth0 on AirFibre units get data from another MIB
2015-12-03 15:12:40 +00:00
9881f53e4a
Do not unset the vars while we're in the loop and upgrade to the new rrdtool_update
2015-12-03 15:07:27 +01:00
8460adc756
eth0 on AirFibre units get data from another MIB
2015-12-02 23:23:31 +00:00
c1239b50e1
Pointed the snmp calls for Huawei to the correct folder!
2015-12-02 20:57:04 +00:00
28cddd122e
Revert "Moved AirFibre to wireless type"
2015-11-30 21:31:18 +00:00
51d8831ee3
Moved AirFibre to wireless type
2015-11-29 14:01:43 +00:00
9b370c05d2
Added traffic bits as default for cambium ports
2015-11-29 13:34:57 +00:00
3467fc8a86
Fixed regex for negative lat+lng
2015-11-30 21:02:26 +01:00
76b4cba8df
New MIBs for Netonix Switch.
...
Use the new enterprise ID 46242 for discovery.
Fixes #2187
2015-11-30 13:03:22 -06:00
e42179ae36
Merge pull request #2498 from laf/issue-2496
2015-11-25 18:54:15 +01:00
677c3d0394
Merge pull request #2489 from tuxis-ie/powerdns-via-unixagent
...
Allow the powerdns App to be set via the unix agent.
2015-11-24 21:07:53 +00:00
d3f3b1d423
Merge pull request #2470 from Alucardfh/mergeCpu
...
Merge all cpu in one graph in device overview
2015-11-24 20:25:41 +00:00
d3fc0591f0
Fix a bug where not all input was handled if there was only one vm on a node
2015-11-23 14:33:36 +01:00
91b1f28fb5
Allow the powerdns App to be set via the unix agent. Uses the agent in https://github.com/librenms/librenms-agent/pull/16
2015-11-23 14:12:46 +01:00
a56344246a
Cleanup and reorganize code
...
Make the average cpu the default
2015-11-23 09:37:58 +00:00
3f4a35fb94
Merge pull request #2104 from f0o/issue-2089
...
Added Clickatell and PlaySMS Transports
2015-11-21 16:39:52 +00:00
1b5eabb919
Added VictorOps transport
2015-11-21 16:04:39 +00:00
47e035d4fd
Merge pull request #2004 from QuxLabs/qux-issue-5
...
Added notification system
2015-11-21 14:24:42 +00:00
9c96f5f455
Added default notification RSS
http://www.librenms.org/notifications.rss
2015-11-21 11:23:00 +00:00
0ff693bd0e
Added notifications poller,page,schema,display
2015-11-21 11:22:59 +00:00
ced49e02d4
Add support for Rows besides Cells in Object-Cache
2015-11-21 11:22:58 +00:00
6d4fb0f8cd
Fix discovery of Cisco PIX devices running pixos 8.0
2015-11-21 11:41:19 +01:00
a2bc1a4513
Add possibility to merge all cpu in one graph in the device overview
2015-11-20 15:33:56 +00:00
91409ef149
Added support for Quanta switches with vxworks
2015-11-20 04:00:06 +00:00
2e791308f1
Centralised innodb buffer check and added to validate
2015-11-19 10:20:56 +00:00
d153cf4d6b
Strip && and || from query for alerts in polling
2015-11-19 08:40:49 +00:00
03e8eacbfd
Revert "Remove last logical operator from generated SQL in GenGroupSQL"
2015-11-21 09:23:17 +01:00
05d60936e6
Remove last logical operator from generated SQL in GenGroupSQL
...
Previously this function would output invalid SQL as a logical
operator would be included after every condition. This change
removes the final logical operator so the SQL is valid.
For example, previously the single rule:
`bgpPeers.bgpPeerRemoteAs = "6939" &&"`
Would generate:
```
SELECT DISTINCT(bgpPeers.device_id) FROM bgpPeers WHERE device_id=? && (bgpPeers.bgpPeerRemoteAs = "6939" &&) LIMIT 1
```
This changes means it will generate:
```
SELECT DISTINCT(bgpPeers.device_id) FROM bgpPeers WHERE device_id=? && (bgpPeers.bgpPeerRemoteAs = "6939") LIMIT 1
```
2015-11-20 14:58:21 +00:00
8c4baaacfd
Removed commented code.
2015-11-20 13:03:01 +00:00
8b1dc95d83
Issue 1865, Juniper hardware inventory fix
2015-11-20 10:47:47 +00:00
7a1f9e4998
Merge pull request #2442 from laf/issue-2153
...
Added parsing support for lat/lng coords from device location
2015-11-19 22:51:02 +01:00
6d82bbfccf
Merge pull request #2457 from ekoyle/master
...
Fix librenms auto-discovery
2015-11-19 19:32:14 +00:00
2b92bd5fb8
Updated parse_location function
2015-11-18 22:12:27 +00:00
1494589cd6
Merge pull request #2456 from SaaldjorMike/ligowave
...
Added support for LigoWave Infinity AP's
2015-11-18 22:06:22 +00:00
fb0501588e
Fix librenms auto-discovery
2015-11-18 14:48:54 -07:00
4cb734a3d4
Added support for LigoWave Infinity AP's
2015-11-18 10:41:55 -08:00
fc85b71207
Merge pull request #2445 from laf/issue-2426
...
Added missing fields when inserting into applications table
2015-11-17 23:00:58 +01:00
8660745b92
Added missing fields when inserting into applications table
2015-11-16 21:07:50 -08:00
7d7479b977
Added parsing support for lat/lng coords from device location
2015-11-16 18:50:52 -08:00
af8df3469c
Added support for per device unix-agent port
2015-11-17 00:20:06 +00:00
0d2949f69e
Overhaul use of rrdtool_lastupdate & STACK for rrdtool 1.4/1.5 compatibility
2015-11-15 11:48:39 +10:00
c5f6879dfb
Add Ubiquiti UniFi memory graphs to device overlib.
2015-11-12 11:12:40 -08:00
160b37d4c0
Merge pull request #2421 from SaaldjorMike/unifi
...
Added support for CPU and Memory usage of Ubiquiti UniFi
2015-11-12 14:39:58 -04:00
01922e5c5a
Added support for CPU and Memory usage of Ubiquiti UniFi
2015-11-12 09:55:11 -08:00
f181403f95
Specified which MIB should be used when polling ntpd-server information.
2015-11-11 20:37:51 +01:00
930d9b022d
Move the ceph_rrd function to includes/common.inc.php
2015-11-10 12:33:52 +01:00
24550b0c02
Fix if-then-else
2015-11-10 11:44:14 +01:00
a4eb4391c5
Add Ceph support
2015-11-10 11:10:06 +01:00
02b7b0b0f3
Merge pull request #2195 from ciscoqid/master
...
Use official NET-SNMP-EXTEND-MIB first for running distro command
2015-11-06 03:50:03 -04:00
fa5f5750da
Add MIBs for other Cisco SB switches (SG200 series)
2015-11-05 10:34:51 -08:00