Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123943
monitoring.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
monitoring.pp
View Options
# Configure the icinga checks and prometheus endpoints for the firewalls
class
profile
::
opnsense
::
monitoring
{
$fw_hosts
=
lookup
(
'opnsense::hosts'
)
$fw_prometheus_port
=
lookup
(
'opnsense::prometheus::port'
)
$fw_prometheus_metrics_path
=
lookup
(
'opnsense::prometheus::metrics_path'
)
$icinga_checks_file
=
lookup
(
'icinga2::exported_checks::filename'
)
$icinga_zonename
=
lookup
(
'icinga2::master::zonename'
)
$fw_hosts.each
|
$host
|
{
$target
=
"${host}:${fw_prometheus_port}"
profile
::
prometheus
::
export_scrape_config
{
$host
:
target
=>
$target,
scheme
=>
'http'
,
metrics_path
=>
$fw_prometheus_metrics_path,
}
::
icinga2
::
object
::
host
{
$host:
display_name
=>
$host,
check_command
=>
'hostalive'
,
target
=>
"/etc/icinga2/zones.d/${icinga_zonename}/${host}.conf"
,
}
::
icinga2
::
object
::
service
{
"opnsense https on ${host}"
:
service_name
=>
'opnsense'
,
import
=>
[
'generic-service'
],
host_name
=>
$host,
check_command
=>
'http'
,
vars
=>
{
http_address
=>
$host,
http_vhost
=>
$host,
http_ssl
=>
true
,
http_uri
=>
'/'
,
http_onredirect
=>
sticky
},
target
=>
$icinga_checks_file,
tag
=>
'icinga2::exported'
,
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Jun 21, 6:24 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3266191
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment