Puppet Class: nagios::command_hostperformance
- Defined in:
- manifests/command_hostperformance.pp
Overview
Class: nagios::command_hostperformance
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_hostperformance.pp', line 10
class nagios::command_hostperformance {
nagios_command { 'process-host-perfdata-bulk':
command_line => '/usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/tmp/host-perfdata',
}
}
|