Nagios XI check disk
Posted: Mon Mar 06, 2017 10:02 am
Hi
I'm using Nagios XI for monitoring my infrastructure, and once on host was a problem.
Using check_xi_service_snmp_linux_storage for monitor / disk, for ARG1 -C FreeBSDPublicSNMP --v2c -m "^/$" -w 80 -c 95 -f
and error: ERROR: Description/Type table : The message size exceeded the buffer maxMsgSize of 1472.
so, correct ARG1: -C FreeBSDPublicSNMP --v2c -m "^/$" -w 80 -c 95 -f -o 2000
run command: / : 76%used(27543MB/36454MB) (<80%) : OK | '/'=27543MB;29163;34631;0;36454
but, at nagios XI service status: octet lenght must be < 65535 and > 484
Why ?
I'm using Nagios XI for monitoring my infrastructure, and once on host was a problem.
Using check_xi_service_snmp_linux_storage for monitor / disk, for ARG1 -C FreeBSDPublicSNMP --v2c -m "^/$" -w 80 -c 95 -f
and error: ERROR: Description/Type table : The message size exceeded the buffer maxMsgSize of 1472.
so, correct ARG1: -C FreeBSDPublicSNMP --v2c -m "^/$" -w 80 -c 95 -f -o 2000
run command: / : 76%used(27543MB/36454MB) (<80%) : OK | '/'=27543MB;29163;34631;0;36454
but, at nagios XI service status: octet lenght must be < 65535 and > 484
Why ?