removed jenkins check command from base commands, as that has been outsourced to the jenkins module
This commit is contained in:
@@ -55,10 +55,5 @@ class cd_nagios::nagios::objects::add_servicegroup_rules (
|
||||
content => template($ng_tgt_svcgrp_head_erb),
|
||||
order => '000',
|
||||
}
|
||||
|
||||
cd_nagios::nagios::objects::add_servicegroups { 'example_servicegroup':
|
||||
ng_servicegroup_name => 'example_servicegroup',
|
||||
ng_servicegroup_alias => 'Example Servicegroup',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -207,17 +207,6 @@ class cd_nagios::nagios::objects::commands (
|
||||
target => $ng_target_command,
|
||||
}
|
||||
|
||||
@@nagios_command { 'check_jenkins_api':
|
||||
ensure => present,
|
||||
command_name => 'check_jenkins_api',
|
||||
command_line => '$USER1$/check_http -H $HOSTADDRESS$ -u /api/xml?depth=0 -R quietingDown.false $ARG1$ $ARG2$',
|
||||
owner => 'nagios',
|
||||
group => 'nagios',
|
||||
mode => '0640',
|
||||
target => $ng_target_command,
|
||||
}
|
||||
|
||||
|
||||
@@nagios_command { 'process-service-perfdata-file':
|
||||
ensure => present,
|
||||
command_name => 'process-service-perfdata-file',
|
||||
|
||||
Reference in New Issue
Block a user