Puppet Class: nagios::command_serviceperformance
- Defined in:
- manifests/command_serviceperformance.pp
Overview
Class: nagios::command_serviceperformance
This class will create a nagios command which will bulk process nagios service performance data using pnp4nagios
Authors
Christopher Johnson - cjohn@ceh.ac.uk
10 11 12 13 14 |
# File 'manifests/command_serviceperformance.pp', line 10
class nagios::command_serviceperformance {
nagios_command { 'process-service-perfdata-bulk':
command_line => '/usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/tmp/service-perfdata',
}
}
|