96ed9c072c
run rename only for ipmi type sensors, added the power usage sensors, updated rewrite for known hosts
2016-08-10 04:55:30 +03:00
d5b499bae3
ipmi sensors rewrite based on known hardware id
2016-08-10 00:20:51 +03:00
3d945d2bbe
Merge pull request #3938 from laf/issue-3877
...
Update BGP Discover + Polling and WebUI
2016-08-09 15:50:21 -05:00
eadeeb9409
Fix addHost force_add logic
...
Use boolean where we can
Fixes #4001
2016-08-09 15:13:42 -05:00
d0d84503f1
Merge pull request #3994 from florianbeer/debug
...
Debug
2016-08-09 10:13:54 +01:00
322b79f717
Merge remote-tracking branch 'upstream/master' into exceptions
2016-08-08 15:43:47 -05:00
c97ef9651e
Merge pull request #3989 from crcro/apps-fix
...
fixes for general apps page
2016-08-08 15:04:58 -05:00
ec4535dae7
Added php lint checking for travis
2016-08-08 19:53:04 +01:00
f3fc6f2906
Use Exceptions
...
Use exceptions for addHost()
Gets rid of silly mixed return and only returns the device_id. Throwing an exception if we run into any issues.
Slightly modifies api add host output again to include device_id
2016-08-07 12:16:40 -05:00
22ef18793b
Fix: Use of undefined constant yes - assumed 'yes'
2016-08-07 15:39:03 +02:00
a2e7726cd0
fixes for general apps page
2016-08-07 06:24:34 +03:00
55db196877
Merge pull request #3964 from crcro/app-pages-addon
...
added missing apps to the generic app page
2016-08-06 20:37:55 +01:00
bf85e00230
fixed typo and added dhcp-stats app
2016-08-06 19:55:40 +03:00
03358d56c4
Merge branch 'app-pages-addon' of https://github.com/crcro/librenms into app-pages-addon
2016-08-06 19:54:40 +03:00
d68949b724
Merge pull request #3971 from florianbeer/syslog
...
Syslog page updates
2016-08-05 22:11:41 +01:00
a4b0e506e7
Merge pull request #3975 from laf/install-clarification
...
Added a message to tell users that install.php is not the final step
2016-08-05 18:54:30 +00:00
2cf3fe160d
Added a message to tell users that install.php is not the final step
2016-08-05 19:52:22 +01:00
d489554121
Merge pull request #3963 from crcro/nfs-v3-stats-fix
...
nfs-v3-stats fixes
2016-08-05 13:32:45 -05:00
7280ccfa8a
Merge pull request #3973 from crcro/icon-opensuse
...
opensuse icon linux os
2016-08-05 11:06:14 -05:00
f4910bca5b
added opensuse icon for linux os
2016-08-05 17:48:53 +03:00
16f123451d
fix indentation in functions.inc.php
2016-08-05 17:11:01 +03:00
adafda7773
Update syslog page
...
Brings Syslog page HTML in line with Eventlog page.
2016-08-05 14:30:06 +02:00
1476650740
app-dhcp-stats initial release
2016-08-05 14:46:29 +03:00
a7a8c55eb5
Add filter by priority to syslog
2016-08-05 13:34:23 +02:00
70383c3e63
added missing apps to the generic app page
2016-08-04 22:02:36 +03:00
055ea768fc
fix files names/layout for app page display
2016-08-04 21:59:26 +03:00
ccf5b993b5
Use nicecase on device apps page
...
Add powerdns-recursor
Indentation
2016-08-04 13:24:59 -05:00
055a512f29
Merge pull request #3955 from florianbeer/syslog-html
...
Update Syslog form HTML
2016-08-04 18:55:41 +01:00
7e810deefd
Merge pull request #3954 from florianbeer/app-overview-html
...
Update Apps overview page
2016-08-04 18:55:14 +01:00
f88d6171d2
Show os-updates graph on app overview page
2016-08-04 16:43:01 +02:00
5596583230
Show graphs for apps that do not set graph type
2016-08-04 16:40:13 +02:00
362f40e988
Update header link color
2016-08-04 15:58:58 +02:00
4d2a39995d
Update Syslog form HTML
2016-08-04 14:36:31 +02:00
bda31d7152
Update Apps overview page
2016-08-04 14:19:02 +02:00
6bdcd20d94
Update device Apache graph HTML
2016-08-04 13:44:30 +02:00
507d70641a
Merge pull request #3929 from murrant/discovery-events
...
addHost: Reduce discovery event logs of existing devices and adds better error messages when adding hosts
2016-08-03 21:28:14 +01:00
d56ff8b87f
More updates for junos bgp polling
2016-08-03 16:49:41 +01:00
a4f1fe05de
Merge pull request #3942 from murrant/install-php-h4
...
Use the correct closing tag in install.php
2016-08-03 16:19:33 +01:00
4210d35658
Use the correct closing tag in install.php
2016-08-03 10:06:33 -05:00
08c77862b9
Renamed variable for sql query
2016-08-02 23:38:08 +01:00
f02ffce87c
Merge branch 'master' of github.com:laf/librenms into issue-3877
2016-08-02 22:52:15 +01:00
e54881df14
Improved junos BGP code + WebUI
2016-08-02 22:28:57 +01:00
a6e72dbbe6
fix: forgot about the nicecase
2016-08-02 18:50:19 +03:00
7dfc4db15a
app-os-updates initial release
2016-08-02 18:42:31 +03:00
66bed276c2
Reconstruct addHost() so it is easier to understand
...
Update addHost() to return either device_id or a string
modify print_error(), print_message() to allow for $quiet variable
Only call addHost() once in addhost.php, if the snmp version isn't set, addHost will cope
Fix up snmp-scan.php and discovery-protocols.inc.php to detect when a device already exists
change in ip_exists() to make it more readable
2016-08-02 00:31:27 -05:00
81bea7d1bb
Merge pull request #3914 from laf/safari-date
...
Updated version_info to output unix timestamp
2016-08-01 09:45:59 -05:00
e1211d6c72
enhancement to tplink polling
2016-08-01 06:55:07 +03:00
7d72cf045f
Removed comment
2016-07-31 23:31:18 +01:00
b35321cdad
Updated version_info to output unix timestamp
2016-07-31 22:41:39 +01:00
2e960c8aaa
Merge pull request #3909 from Rosiak/maipu-support
...
Basic Maipu Mypower Support
2016-07-31 16:36:54 +01:00