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
91409ef149
Added support for Quanta switches with vxworks
2015-11-20 04:00:06 +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
4dd2f7f99f
Rebased
2015-11-19 12:13:51 +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
2e791308f1
Centralised innodb buffer check and added to validate
2015-11-19 10:20:56 +00:00
40c7f8c721
Did not modified any styles so remove any changes in the file
2015-11-19 10:08:24 +00:00
bcc6bb1fc2
Removed unused MIB
2015-11-19 10:03:28 +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
d153cf4d6b
Strip && and || from query for alerts in polling
2015-11-19 08:40:49 +00:00
df652f0507
Added WebUI support for VictorOps
2015-11-19 07:37:32 +00:00
cd62c1a792
- Added 'Plugin' text, shrunk padding to fit in 1200w
2015-11-19 16:54:37 +10:00
72426b9a1b
Rebased SQL file
2015-11-18 23:55:00 +00:00
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
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
37f5b8bcff
Added detection of existing settings
2015-11-18 22:01:38 +00:00
46b2fd7d1f
Removed debug
2015-11-18 21:54:07 +00:00
c000676a2a
Some more updates for rrdtool tune
2015-11-18 21:52:32 +00:00
fb0501588e
Fix librenms auto-discovery
2015-11-18 14:48:54 -07:00
1591f9ca6d
Added rrdtool_pipe_open :(
2015-11-18 21:39:53 +00: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
4a99748ccd
Merge pull request #2444 from laf/issue-2429
...
Removed / from link for installs not in /
2015-11-17 21:09:59 +01:00
52e0be911b
More updates
2015-11-17 05:38:45 -08:00
253b27d403
More updates to tune rrdfiles
2015-11-17 05:14:41 -08:00
6e1e6b6bb6
Merge pull request #2434 from vizay/adauth_adduser_to_db
...
Ad-auth need to add user to db for dashboards to work properly
2015-11-17 12:24:22 +00:00
f9c69419f4
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2015-11-17 12:35:36 +01:00
139e6f1aef
Update AUTHORS.md
2015-11-17 12:33:58 +01:00
f7ad46ef1c
Update AUTHORS.md
2015-11-17 12:33:17 +01:00