18 lines
194 B
ObjectPascal
18 lines
194 B
ObjectPascal
|
# == Class: icinga2
|
||
|
#
|
||
|
# This module installs the Icinga 2 monitoring system.
|
||
|
#
|
||
|
# === Parameters
|
||
|
#
|
||
|
# Coming soon...
|
||
|
#
|
||
|
# === Examples
|
||
|
#
|
||
|
# Coming soon...
|
||
|
#
|
||
|
|
||
|
#Our base class.
|
||
|
|
||
|
class icinga2 {
|
||
|
|
||
|
}
|