18 lines
289 B
ObjectPascal
18 lines
289 B
ObjectPascal
|
# == Class: icinga2::server::config
|
||
|
#
|
||
|
# This class configures the server components for the Icinga 2 monitoring system.
|
||
|
#
|
||
|
# === Parameters
|
||
|
#
|
||
|
# Coming soon...
|
||
|
#
|
||
|
# === Examples
|
||
|
#
|
||
|
# Coming soon...
|
||
|
#
|
||
|
|
||
|
class icinga2::server::config inherits icinga2::server {
|
||
|
|
||
|
include icinga2::params
|
||
|
|
||
|
}
|