OP#436 add default servicegroup Linux-services
This commit is contained in:
@@ -423,6 +423,10 @@
|
|||||||
# in Nagios. Default is '1'.
|
# in Nagios. Default is '1'.
|
||||||
# @param [String] ng_tac_cgi_hard_only Whether to show only HARD states in the
|
# @param [String] ng_tac_cgi_hard_only Whether to show only HARD states in the
|
||||||
# Tactical Overview in Nagios. Default is '0'.
|
# Tactical Overview in Nagios. Default is '0'.
|
||||||
|
# @param [String] ng_servicegroup_name The name of the default service group.
|
||||||
|
# Default is 'linux-services'.
|
||||||
|
# @param [String] ng_servicegroup_alias The alias of the default service group.
|
||||||
|
# Default is 'Linux Services'.
|
||||||
################################################################################
|
################################################################################
|
||||||
class confdroid_nagios::params (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -455,6 +459,8 @@ class confdroid_nagios::params (
|
|||||||
# hostgroups
|
# hostgroups
|
||||||
String $ng_hostgroup_name = 'linux-servers',
|
String $ng_hostgroup_name = 'linux-servers',
|
||||||
String $ng_hostgroup_alias = 'Linux Servers',
|
String $ng_hostgroup_alias = 'Linux Servers',
|
||||||
|
String $ng_servicegroup_name = 'linux-services',
|
||||||
|
String $ng_servicegroup_alias = 'Linux Services',
|
||||||
|
|
||||||
# nagios.cfg
|
# nagios.cfg
|
||||||
String $ng_log_file = '/var/log/nagios/nagios.log',
|
String $ng_log_file = '/var/log/nagios/nagios.log',
|
||||||
|
|||||||
Reference in New Issue
Block a user