diff --git a/apps/sccm/local/mode/databasereplicationstatus.pm b/apps/sccm/local/mode/databasereplicationstatus.pm index e33ae5803..aaf148bb1 100644 --- a/apps/sccm/local/mode/databasereplicationstatus.pm +++ b/apps/sccm/local/mode/databasereplicationstatus.pm @@ -152,10 +152,10 @@ sub new { "command-options:s" => { name => 'command_options', default => '-InputFormat none -NoLogo -EncodedCommand' }, "no-ps" => { name => 'no_ps' }, "ps-exec-only" => { name => 'ps_exec_only' }, - "warning-link-status:s" => { name => 'warning_link_status', default => '' }, - "critical-link-tatus:s" => { name => 'critical_link_status', default => '' }, - "warning-site-status:s" => { name => 'warning_site_status', default => '' }, - "critical-site-tatus:s" => { name => 'critical_site_status', default => '' }, + "warning-link-status:s" => { name => 'warning_link_status', default => '' }, + "critical-link-status:s" => { name => 'critical_link_status', default => '' }, + "warning-site-status:s" => { name => 'warning_site_status', default => '' }, + "critical-site-status:s" => { name => 'critical_site_status', default => '' }, "timezone:s" => { name => 'timezone', default => 'UTC' }, }); diff --git a/apps/sccm/local/mode/sitestatus.pm b/apps/sccm/local/mode/sitestatus.pm index c736b838b..7024203d2 100644 --- a/apps/sccm/local/mode/sitestatus.pm +++ b/apps/sccm/local/mode/sitestatus.pm @@ -119,7 +119,7 @@ sub new { "no-ps" => { name => 'no_ps' }, "ps-exec-only" => { name => 'ps_exec_only' }, "warning-status:s" => { name => 'warning_status', default => '' }, - "critical-tatus:s" => { name => 'critical_status', default => '' }, + "critical-status:s" => { name => 'critical_status', default => '' }, }); return $self; diff --git a/apps/wsus/local/mode/synchronisationstatus.pm b/apps/wsus/local/mode/synchronisationstatus.pm index 19e014e36..4e2925fc0 100644 --- a/apps/wsus/local/mode/synchronisationstatus.pm +++ b/apps/wsus/local/mode/synchronisationstatus.pm @@ -216,10 +216,10 @@ sub new { "wsus-server:s" => { name => 'wsus_server', default => 'localhost' }, "wsus-port:s" => { name => 'wsus_port', default => 8530 }, "use-ssl" => { name => 'use_ssl' }, - "warning-synchronisation-status:s" => { name => 'warning_synchronisation_status', default => '' }, - "critical-synchronisation-tatus:s" => { name => 'critical_synchronisation_status', default => '' }, - "warning-last-synchronisation-status:s" => { name => 'warning_last_synchronisation_status', default => '' }, - "critical-last-synchronisation-tatus:s" => { name => 'critical_last_synchronisation_status', default => '%{status} !~ /Succeeded/' }, + "warning-synchronisation-status:s" => { name => 'warning_synchronisation_status', default => '' }, + "critical-synchronisation-status:s" => { name => 'critical_synchronisation_status', default => '' }, + "warning-last-synchronisation-status:s" => { name => 'warning_last_synchronisation_status', default => '' }, + "critical-last-synchronisation-status:s" => { name => 'critical_last_synchronisation_status', default => '%{status} !~ /Succeeded/' }, "timezone:s" => { name => 'timezone', default => 'UTC' }, });