diff options
Diffstat (limited to 'network/icinga2/README')
-rw-r--r-- | network/icinga2/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/network/icinga2/README b/network/icinga2/README index 2087a9773f930..772529683500d 100644 --- a/network/icinga2/README +++ b/network/icinga2/README @@ -5,10 +5,13 @@ your network resources, notifies users of outages, and generates performance data for reporting. Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations. -MySQL and PostgreSQL (optional dependency) will be auto detected, disable -with: +MySQL presence on the build system will be auto detected, disable with: - MYSQL=no PGSQL=no ./icinga2.SlackBuild + MYSQL=no ./icinga2.SlackBuild + +PostgreSQL (optional dependency) can be enabled with: + + PGSQL=yes ./icinga2.SlackBuild See README.SLACKWARE (which is also installed with the package docs) for setup, configuration, and usage hints. |