f4e65cbc3f
ios register mibs
2016-09-24 19:08:43 +03:00
b0295ac716
ios xe fix
2016-09-24 19:07:31 +03:00
75467a2774
travis fix, ios.inc.php clean
2016-09-24 18:48:39 +03:00
f7015bdf24
Merge pull request #4575 from librenms/revert-4565-rrdtool-defunct-fixes
...
Revert "fix: possible additional fix for non-terminating rrdtool processes."
2016-09-24 16:17:06 +01:00
e2a017d14f
fixes as @laf indications
2016-09-24 17:58:16 +03:00
af0534f721
Revert "fix: possible additional fix for non-terminating rrdtool processes."
2016-09-24 15:52:35 +01:00
ac2da17164
widget titles for smaller size
2016-09-24 17:10:39 +03:00
34978945ea
fix macosx disco
2016-09-24 17:03:36 +03:00
d1055a5b9d
missing leading . ibm-imm
2016-09-24 16:56:13 +03:00
e7c0b748e9
m
2016-09-24 16:41:17 +03:00
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