Page 2 of 2

Re: Database Maintenance

Posted: Fri Sep 26, 2014 10:36 am
by Box293
Looks like you've identified a bug in the return codes being defined.

Change the following in your script:
Line 209:

Code: Select all

$returncode=1;
Line 217:

Code: Select all

$returncode=2;
This will now correctly report the warning and critical status.

I'll file a bug report internally.

Re: Database Maintenance

Posted: Mon Sep 29, 2014 11:32 am
by btemple
I just made the change, will repost if issue persists

Re: Database Maintenance

Posted: Mon Sep 29, 2014 1:48 pm
by sreinhardt
Sounds great, let us know how that works!

Re: Database Maintenance

Posted: Wed Oct 01, 2014 12:57 pm
by btemple
So far so good we can close the thread please