16 lines
261 B
ObjectPascal
16 lines
261 B
ObjectPascal
|
# == Class: icinga2::server
|
||
|
#
|
||
|
# This module installs and configures the server components for the Icinga 2 monitoring system.
|
||
|
#
|
||
|
# === Parameters
|
||
|
#
|
||
|
# Coming soon...
|
||
|
#
|
||
|
# === Examples
|
||
|
#
|
||
|
# Coming soon...
|
||
|
#
|
||
|
|
||
|
class () icinga2::server inherits icinga2::params {
|
||
|
|
||
|
}
|