check_backuppc: Use UNKNOWN as default state
This commit is contained in:
parent
a97930fdca
commit
969b0ca1e3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ my @hostsDesired;
|
|||
my @hostsExcluded;
|
||||
my $forceCheckOnDisabledHosts;
|
||||
my %Status;
|
||||
my $statusCode = 'OK';
|
||||
my $statusCode = 'UNKNOWN';
|
||||
my $ok_count = 0;
|
||||
my $unknown_count = 0;
|
||||
my $warning_count = 0;
|
||||
|
|
Loading…
Reference in a new issue