Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394913
monitoring.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
monitoring.pp
View Options
# == Class icingaweb2::mod::monitoring
#
class
icingaweb2
::
mod
::
monitoring
(
)
{
require
::
icingaweb2
File
{
require
=>
Class
[
'::icingaweb2::config'
],
owner
=>
$::icingaweb2::config_user,
group
=>
$::icingaweb2::config_group,
mode
=>
$::icingaweb2::config_file_mode,
}
file
{
"${::icingaweb2::config_dir}/modules/monitoring"
:
ensure
=>
directory
,
mode
=>
$::icingaweb2::config_dir_mode;
}
Ini_Setting
{
ensure
=>
present
,
require
=>
File
[
"${::icingaweb2::config_dir}/modules/monitoring"
],
}
ini_setting
{
'security settings'
:
section
=>
'security'
,
setting
=>
'protected_customvars'
,
value
=>
'"*pw*,*pass*,community"'
,
path
=>
"${::icingaweb2::config_dir}/modules/monitoring/config.ini"
,
}
ini_setting
{
'backend ido setting'
:
section
=>
'icinga_ido'
,
setting
=>
'type'
,
value
=>
'ido'
,
path
=>
"${::icingaweb2::config_dir}/modules/monitoring/backends.ini"
,
}
ini_setting
{
'backend resource setting'
:
section
=>
'icinga_ido'
,
setting
=>
'resource'
,
value
=>
'icinga_ido'
,
path
=>
"${::icingaweb2::config_dir}/modules/monitoring/backends.ini"
,
}
ini_setting
{
'command transport setting'
:
section
=>
'icinga2'
,
setting
=>
'transport'
,
value
=>
'local'
,
path
=>
"${::icingaweb2::config_dir}/modules/monitoring/commandtransports.ini"
,
}
ini_setting
{
'command transport path setting'
:
section
=>
'icinga2'
,
setting
=>
'path'
,
value
=>
'/var/run/icinga2/cmd/icinga2.cmd'
,
path
=>
"${::icingaweb2::config_dir}/modules/monitoring/commandtransports.ini"
,
}
file
{
"${::icingaweb2::config_dir}/enabledModules/monitoring"
:
ensure
=>
link
,
target
=>
'/usr/share/icingaweb2/modules/monitoring'
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:31 PM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3374026
Attached To
R118 Puppet module to manage Icinga Web 2
Event Timeline
Log In to Comment