Re: Database Maintenance
Posted: Fri Sep 26, 2014 10:36 am
Looks like you've identified a bug in the return codes being defined.
Change the following in your script:
Line 209:
Line 217:
This will now correctly report the warning and critical status.
I'll file a bug report internally.
Change the following in your script:
Line 209:
Code: Select all
$returncode=1;Code: Select all
$returncode=2;I'll file a bug report internally.