I’m using a PLUGIN to check some metric of SAP System:
https://github.com/lausser/check_sap_health/issues
I had a problem with the /tmp file system that become full and I started to have error with most of the checks made with this script:
FATAL: Could not load old state in perl format!
UNKNOWN - Can’t use an undefined value as an ARRAY reference at /usr/lib/nagios/plugins/check_sap_health line 3461.
The reboot will solve the /tmp issue. But most of the checks still reports UNKNOWN value.
The line mentioned in the error is:
It call a “cache” that maybe is no more there… But HOW can I reset the checks - for example?