Commit Graph
9767 Commits
Author SHA1 Message Date
Mike Rostermund 6d4fb0f8cd Fix discovery of Cisco PIX devices running pixos 8.0 2015-11-21 11:41:19 +01:00
Daniel Preussker 91f825eb47 Merge pull request #2476 from laf/device-groups
Strip && and || from query for alerts in polling
2015-11-21 10:20:46 +00:00
Neil Lathwood a2358a1af2 Merge pull request #2475 from librenms/revert-2468-fix/GenGroupSQL 2015-11-21 09:11:13 +00:00
Daniel Preussker 03e8eacbfd Revert "Remove last logical operator from generated SQL in GenGroupSQL" 2015-11-21 09:23:17 +01:00
Rosiak 7ef1e1bd8f Fixes 2015-11-21 01:11:42 +01:00
Rosiak f5b48ba41d A few fixes 2015-11-21 01:05:50 +01:00
Rosiak aee49c3d84 Add RIPE Abuse Contact Finder
- Add RIPE Abuse Contact Finder to RIPE NCC API toolset.
2015-11-21 00:44:13 +01:00
Neil Lathwood 9e72b74502 Merge pull request #2450 from adaniels21487/issue-2168
Modify Menubar
2015-11-20 19:36:39 +00:00
Louis Bailleul 439193c9fa Add the number of cpu between the type and percent graph 2015-11-20 15:53:02 +00:00
Louis Bailleul ee99ee89d6 Replace tab by space 2015-11-20 15:48:44 +00:00
Louis Bailleul 8921c75d1e Fix formatting 2015-11-20 15:40:57 +00:00
Louis Bailleul a2bc1a4513 Add possibility to merge all cpu in one graph in the device overview 2015-11-20 15:33:56 +00:00
Neil Lathwood cb290308ad Merge pull request #2468 from thomseddon/fix/GenGroupSQL
Remove last logical operator from generated SQL in GenGroupSQL
2015-11-20 15:32:13 +00:00
Thom Seddon 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
Neil Lathwood 69c4f8bb44 Merge pull request #2466 from Tatermen/1865
Juniper Hardware Inventory Fix (issue 1865)
2015-11-20 13:59:51 +00:00
Rick Hodger 22f8456d05 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-11-20 13:05:29 +00:00
Rick Hodger 8c4baaacfd Removed commented code. 2015-11-20 13:03:01 +00:00
Rick Hodger 8b1dc95d83 Issue 1865, Juniper hardware inventory fix 2015-11-20 10:47:47 +00:00
laf 91409ef149 Added support for Quanta switches with vxworks 2015-11-20 04:00:06 +00:00
Aaron Daniels cc9a6b5070 - Oops.. remove testing code. 2015-11-20 07:52:16 +10:00
Mike Rostermund 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
Neil Lathwood 6d82bbfccf Merge pull request #2457 from ekoyle/master
Fix librenms auto-discovery
2015-11-19 19:32:14 +00:00
Daniel Preussker d1baeb436c Merge pull request #2462 from svennd/centos7_update_doc
update documentation for Centos 7
2015-11-19 15:10:41 +00:00
Svennd 684c9b2093 update documentation for centos 7
epel is required for fping and php-mcrypt, vixie-cron is replaced by
cronie.
2015-11-19 16:04:58 +01:00
Neil Lathwood d0bbe24839 Merge pull request #2460 from Alucardfh/hideNeighbors
Hide neighbors interface when more than 3 in device ports pages
2015-11-19 14:21:22 +00:00
Louis Bailleul b48dbc9940 Only display plus sign if there is more than three neighbor interfaces
Take into account the number of ipv6 interfaces
2015-11-19 12:34:21 +00:00
laf 4dd2f7f99f Rebased 2015-11-19 12:13:51 +00:00
Louis Bailleul d66c18dff5 Only display plus icon if there is something to display 2015-11-19 12:09:58 +00:00
Louis Bailleul db37acbe83 Replace left and bottom arrow icons by plus and minus icons 2015-11-19 12:01:10 +00:00
Louis Bailleul 493e0f33e3 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-11-19 11:57:39 +00:00
laf 2e791308f1 Centralised innodb buffer check and added to validate 2015-11-19 10:20:56 +00:00
Louis Bailleul 40c7f8c721 Did not modified any styles so remove any changes in the file 2015-11-19 10:08:24 +00:00
laf bcc6bb1fc2 Removed unused MIB 2015-11-19 10:03:28 +00:00
Louis Bailleul cc9fde610d Remove unneeded changes 2015-11-19 10:02:31 +00:00
Louis Bailleul 32f97ab424 Add hide/show feature for neighbors interfaces in the device ports page 2015-11-19 09:54:26 +00:00
laf d153cf4d6b Strip && and || from query for alerts in polling 2015-11-19 08:40:49 +00:00
laf df652f0507 Added WebUI support for VictorOps 2015-11-19 07:37:32 +00:00
Aaron Daniels cd62c1a792 - Added 'Plugin' text, shrunk padding to fit in 1200w 2015-11-19 16:54:37 +10:00
laf 72426b9a1b Rebased SQL file 2015-11-18 23:55:00 +00:00
laf 27d507204a Rebased again :/ 2015-11-18 23:51:50 +00:00
Mike Rostermund 3f6f804ead Merge pull request #2441 from laf/issue-2016
Added ability to select down/up devices on worldmap
2015-11-18 23:39:49 +01:00
laf 2b92bd5fb8 Updated parse_location function 2015-11-18 22:12:27 +00:00
Neil Lathwood 1494589cd6 Merge pull request #2456 from SaaldjorMike/ligowave
Added support for LigoWave Infinity AP's
2015-11-18 22:06:22 +00:00
laf 37f5b8bcff Added detection of existing settings 2015-11-18 22:01:38 +00:00
laf 46b2fd7d1f Removed debug 2015-11-18 21:54:07 +00:00
laf c000676a2a Some more updates for rrdtool tune 2015-11-18 21:52:32 +00:00
Eldon Koyle fb0501588e Fix librenms auto-discovery 2015-11-18 14:48:54 -07:00
laf 1591f9ca6d Added rrdtool_pipe_open :( 2015-11-18 21:39:53 +00:00
Daniel Preussker f87139f219 Merge pull request #2455 from Rosiak/issue-2051
Add RIPE NCC API Whois lookup
2015-11-18 19:22:25 +00:00
Mike Rostermund 4cb734a3d4 Added support for LigoWave Infinity AP's 2015-11-18 10:41:55 -08:00