The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.
fixes#9303
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
For example if using snmpv3 without encryption.
Defaults set to privAuth to stay compatible to older versions.
fixes#9416
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
For example if using snmpv3 without encryption.
Defaults set to privAuth to stay compatible to older versions.
fixes#9416
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.
fixes#9303
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Multiline vars should be written as:
_test test1\ntest2
And not
_test test1
test2
fixes#9328
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
When a multi line result is submitted via the command pipe, any multi line
output is escaped to a actual string '\n', because any external command only
can be a single line.
Example:
[1432735140] PROCESS_SERVICE_CHECK_RESULT;host;service;3;Test1\nTest2|test=1
We need to unescape this values, just like we use to escape multi line output
for IDO and status.dat.
fixes#9324
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Multiline vars should be written as:
_test test1\ntest2
And not
_test test1
test2
fixes#9328
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
When a multi line result is submitted via the command pipe, any multi line
output is escaped to a actual string '\n', because any external command only
can be a single line.
Example:
[1432735140] PROCESS_SERVICE_CHECK_RESULT;host;service;3;Test1\nTest2|test=1
We need to unescape this values, just like we use to escape multi line output
for IDO and status.dat.
fixes#9324
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
We want to remove the partial reconnecting behavior, so that all endpoints of
a zone try to connect to a lower or higher zone in hierarchy.
fixes#9406
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>