91409ef149
Added support for Quanta switches with vxworks
2015-11-20 04:00:06 +00:00
f511e04dea
Merge pull request #2495 from librenms/stats-doc
...
Update Callback-Stats-and-Privacy.md
2015-11-23 22:16:35 +00:00
489fa888c9
Update Callback-Stats-and-Privacy.md
...
Added header to direct users to how to enable stats submission :)
2015-11-23 22:16:16 +00:00
041f9a1fe0
Merge pull request #2490 from tuxis-ie/fix-proxmox-bug
...
Fix a bug where not all input was handled if there was only one vm on…
2015-11-23 16:46:30 +00:00
d08328a36b
Merge pull request #2491 from f0o/hotfix-transports
...
HotFix remove empty transports with keys
2015-11-23 16:02:56 +00:00
bb112a97b0
HotFix remove empty transports with keys
2015-11-23 15:57:43 +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
5f4acdc64e
Merge pull request #2443 from laf/issue-2104
...
Added Webui support for Clickatell and PlaySMS
2015-11-21 16:39:56 +00:00
3f4a35fb94
Merge pull request #2104 from f0o/issue-2089
...
Added Clickatell and PlaySMS Transports
2015-11-21 16:39:52 +00:00
430ef48b39
Added victorops docs
2015-11-21 16:23:08 +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
ff03e17e7f
scrut fixes
2015-11-21 14:12:27 +00:00
a8841a7dbd
Merge pull request #2482 from laf/validate-innodb-buffer
...
Centralised innodb buffer check and added to validate
2015-11-21 12:59:34 +00:00
340fd75bd5
fix rest of the authmodules
2015-11-21 12:25:34 +00:00
224ccab950
Fixed adduser bug
...
Always show notification bubble
Added tooltip to archive's sticky button
2015-11-21 12:15:42 +00:00
987c841b48
Automatically mark all news as read for new users
...
Renamed Schema for old system
2015-11-21 11:40:24 +00:00
a386eac904
Merge pull request #2481 from laf/obs-mib
...
Removed unused MIB
2015-11-21 11:38:13 +00:00
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
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