43d3e16bc3
l
2016-09-24 16:34:54 +03:00
f1b25d1457
k
2016-09-24 16:31:36 +03:00
1d7592e85d
j
2016-09-24 16:30:32 +03:00
97e9a7f692
i
2016-09-24 16:24:07 +03:00
97b632e915
Merge pull request #4565 from murrant/rrdtool-defunct-fixes
...
fix: possible additional fix for non-terminating rrdtool processes.
2016-09-24 13:50:48 +01:00
48bfc600a6
code reduction
2016-09-24 14:56:44 +03:00
fedcd8eef0
refactor: OS discovery files (b) ( #4531 )
...
* refactor: OS discovery files (b)
* Switched order
* small if() if() fix
2016-09-23 20:53:55 -05:00
0b44335040
fix indented
2016-09-24 04:15:08 +03:00
11122a5a3d
removed commented lines
2016-09-24 03:33:24 +03:00
73bb45e465
multiple fixes
2016-09-24 03:28:01 +03:00
8a4c99c1d2
Merge pull request #4567 from laf/graph-fix
...
fix: Broken graphs
2016-09-23 23:49:05 +01:00
744a2280a2
fix: Broken graphs
2016-09-23 23:41:23 +01:00
92e09df5a5
Merge pull request #4552 from crcro/refactor-os-discovery-n-r
...
refactor: OS discovery files (n - r)
2016-09-23 22:51:22 +01:00
beb59dd450
Merge pull request #4564 from murrant/eaton
...
newdevice: Eaton PowerXpert
2016-09-23 22:51:00 +01:00
37dba71101
fix: possible additional fix for non-terminating rrdtool processes.
...
Sends the quit command to the process, but doesn't call close as that can block the php process.
When the process exits all objects are destroyed and Proc::terminate() is called, this will terminate 15 then kill 9.
2016-09-23 16:47:14 -05:00
00d59362f2
fix: AD auth stop alerts being generated
2016-09-23 22:45:51 +01:00
9294952038
Merge pull request #4563 from jonathon-k/bug_sql-update
...
Fix for sql-schema/137 line for name mistype
2016-09-23 22:36:00 +01:00
882e9382f1
newdevice: Eaton PowerXpert
...
Just initial os detection for now.
Issue #4562
2016-09-23 16:32:09 -05:00
88a6146d5e
Some small updates to if() if()
2016-09-23 22:30:53 +01:00
ccf42864c0
Merge pull request #4442 from jonathon-k/availability-map_add-ignored-and-disabled
...
Update availability map options -- show disabled and ignored
2016-09-23 22:25:41 +01:00
4e37f1bed1
Updated availability map dimensions
2016-09-23 22:24:45 +01:00
e3bee2603e
Fix for sql-schema/137 line for name mistype
2016-09-23 15:19:39 -06:00
47b97d5d1b
Merge pull request #4558 from boudreau/master
...
fix: APC runtime graph missing in device>health>overview
2016-09-23 22:19:09 +01:00
91ce012cd0
Updated some of the tests
2016-09-23 22:13:33 +01:00
4a9ffb4154
Merge branch 'master' of github.com:librenms/librenms into refactor-os-discovery-n-r
2016-09-23 22:09:45 +01:00
b5cd175cf9
Merge pull request #4538 from murrant/snmpsim
...
feature: Add snmpsim to Travis automated testing
2016-09-23 21:56:22 +01:00
121d16fc14
Update to check new setting for true and isset
2016-09-23 14:47:59 -06:00
5b43119cfd
Leave serviceClass the same as device class for directPage view
2016-09-23 14:47:59 -06:00
01fc94b31b
Add option for displaying ignored services and devices in availability-map
2016-09-23 14:47:59 -06:00
1e67337d8e
Restore error settings.
2016-09-23 15:44:17 -05:00
4dcad92917
Merge pull request #4537 from crcro/refactor-os-discovery-s-w
...
refactor: OS discovery (s - w)
2016-09-23 21:37:22 +01:00
70c996d4b8
Split out OSes where necessary
2016-09-23 21:28:02 +01:00
cab2597807
Remove some debug output.
...
Don't call terminate on null (it will be called automatically anyway)
2016-09-23 15:24:24 -05:00
a9d3bbfaf4
Don't cache the snmpsimd cache
2016-09-23 15:07:00 -05:00
00b9896eda
fix: LibreNMS/Proc improvements
...
Should fix sending rrdtool the quit command without a newline at the end. (not sure if this is an issue)
2016-09-23 15:01:43 -05:00
c31b3c0301
feature: use snmpsim for testing
...
fallback feature so we don't have to run snmpsim on devel computers, should be adequate for now
./scripts/pre-commit.php -u -snmpsim will start an snmpsimd.py process automatically
2016-09-23 14:57:31 -05:00
c3dd8c7b84
Merge pull request #4523 from FTBZ/docs-adding-snmp-examples
...
New documentation with SNMP configuration examples
2016-09-23 20:34:53 +01:00
e6ad42e1bb
Added link to support section in mkdocs.yml
2016-09-23 20:03:34 +01:00
bcc14390ab
Merge pull request #4518 from FTBZ/issue-4293
...
Enhancement and correction to the VPN session graph
2016-09-23 20:01:21 +01:00
b617ea85ea
Merge pull request #4560 from laf/internal-doc-link-fixes
...
fix: Internal links to some docs were not correct
2016-09-23 19:58:11 +01:00
0a6bea3b10
fix: Internal links to some docs were not correct
2016-09-23 19:49:58 +01:00
8e4bce97a9
Merge pull request #4435 from benwa/user-badge
...
Fix nav icons
2016-09-23 19:37:59 +01:00
f94b352dbe
Merge pull request #4429 from crcro/availability-map-update-5
...
webui: More updates for availability map
2016-09-23 19:32:21 +01:00
3272b82958
newdevice: Add OS detection for macOS Sierra ( #4557 )
...
* Add OS detection for macOS Sierra
Darwin Kernel Version 16
* Add OS discovery test for macOS Sierra
2016-09-23 12:38:22 -05:00
9a5b5c41a4
cosmetic change runtime
2016-09-23 09:31:10 -04:00
6de26cdc3c
missing file for the runtime graphic in device>health>overview
2016-09-23 09:29:53 -04:00
c0936e9c72
ugg
...
close the damn }
2016-09-23 08:34:55 -04:00
f7c8208072
v2
...
Better than first patch. Keeps colors and positioning. Also adds in a
set of badge- context classes for future use.
2016-09-23 08:27:34 -04:00
d1f25550cb
screen reader fix
2016-09-23 08:24:36 -04:00
ec37aeba9d
Merge remote-tracking branch 'upstream/master' into user-badge
2016-09-23 07:59:31 -04:00