Puppet Class: nagios
- Inherits:
- nagios::params
- Defined in:
- manifests/init.pp
Overview
Class: nagios
Full description of class nagios here.
Parameters
Document parameters here.
-
local_ip
IP address of the server being monitored -
service
Name of the nagios service to restart
Authors
Brett Gray Geoff Williams
Copyright
Copyright 2016 Puppet, Inc.
28 29 30 31 32 33 |
# File 'manifests/init.pp', line 28
class nagios(
$local_ip = undef,
$service = $nagios::params::service,
) inherits nagios::params {
}
|