8777 Commits

Author SHA1 Message Date
439cb14b49 Added tooltips 2015-11-21 11:23:02 +00:00
5944a56119 Fixed situation where there's only 1 entry 2015-11-21 11:23:01 +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
93f85af48b Merge pull request #2414 from laf/gridster
Gridster update - responsive support
2015-11-21 10:59:41 +00:00
585424bb8f Merge pull request #2474 from Rosiak/ripe-abuse-info
RIPE Abuse Info
2015-11-21 10:51:01 +00:00
321b04d316 Merge pull request #2480 from SaaldjorMike/pix-disc 2015-11-21 11:49:07 +01:00
6d4fb0f8cd Fix discovery of Cisco PIX devices running pixos 8.0 2015-11-21 11:41:19 +01:00
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
a2358a1af2 Merge pull request #2475 from librenms/revert-2468-fix/GenGroupSQL 2015-11-21 09:11:13 +00:00
03e8eacbfd Revert "Remove last logical operator from generated SQL in GenGroupSQL" 2015-11-21 09:23:17 +01:00
7ef1e1bd8f Fixes 2015-11-21 01:11:42 +01:00
f5b48ba41d A few fixes 2015-11-21 01:05:50 +01:00
aee49c3d84 Add RIPE Abuse Contact Finder
- Add RIPE Abuse Contact Finder to RIPE NCC API toolset.
2015-11-21 00:44:13 +01:00
9e72b74502 Merge pull request #2450 from adaniels21487/issue-2168
Modify Menubar
2015-11-20 19:36:39 +00:00
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
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
69c4f8bb44 Merge pull request #2466 from Tatermen/1865
Juniper Hardware Inventory Fix (issue 1865)
2015-11-20 13:59:51 +00:00
22f8456d05 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-11-20 13:05:29 +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
cc9a6b5070 - Oops.. remove testing code. 2015-11-20 07:52:16 +10: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
d1baeb436c Merge pull request #2462 from svennd/centos7_update_doc
update documentation for Centos 7
2015-11-19 15:10:41 +00:00
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
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
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
d66c18dff5 Only display plus icon if there is something to display 2015-11-19 12:09:58 +00:00
db37acbe83 Replace left and bottom arrow icons by plus and minus icons 2015-11-19 12:01:10 +00:00
493e0f33e3 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-11-19 11:57:39 +00:00
40c7f8c721 Did not modified any styles so remove any changes in the file 2015-11-19 10:08:24 +00:00
cc9fde610d Remove unneeded changes 2015-11-19 10:02:31 +00:00
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
cd62c1a792 - Added 'Plugin' text, shrunk padding to fit in 1200w 2015-11-19 16:54:37 +10:00
laf
27d507204a Rebased again :/ 2015-11-18 23:51:50 +00:00
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
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
fb0501588e Fix librenms auto-discovery 2015-11-18 14:48:54 -07:00
f87139f219 Merge pull request #2455 from Rosiak/issue-2051
Add RIPE NCC API Whois lookup
2015-11-18 19:22:25 +00:00
4cb734a3d4 Added support for LigoWave Infinity AP's 2015-11-18 10:41:55 -08:00
1508538d8e Add RIPE NCC API Whois lookup
Fix #2051
2015-11-18 19:15:23 +01:00
2a52b935b5 Modify Menubar
- Small Screens - Icon only - Wrap the label in a span with hidden-sm
- Medium Screen - Text only - add hidden-md to the icon
- Large Devices - shrink the left/right padding on .nav>li>a to 10px.
2015-11-18 08:33:56 +10: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
886f711435 Merge pull request #2437 from laf/issue-2435
Eventlog query now uses event_id as already indexed
2015-11-17 21:58:24 +01:00
c1bf91eff3 Merge pull request #2439 from laf/issue-2427
Added support for per device unix-agent port
2015-11-17 21:43:21 +01:00