removed jenkins check command from base commands, as that has been outsourced to the jenkins module

This commit is contained in:
Arne Teuke
2017-08-02 17:35:12 +01:00
parent b5e6f73b12
commit e434c34c4d
3 changed files with 3 additions and 19 deletions

View File

@@ -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',