]> granicus.if.org Git - icinga2/commitdiff
Fix missing constants on Windows
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 23 Aug 2016 09:38:21 +0000 (11:38 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 23 Aug 2016 11:30:50 +0000 (13:30 +0200)
refs #10722

etc/icinga2/win32/constants.conf

index fa4c774b1bcc5ed546bd1199f8d2a526fec3c64a..f793d1d86bc27d93696949f7485b74e830648988 100644 (file)
@@ -6,12 +6,16 @@
 /* The directory which contains the plugins from the Monitoring Plugins project. */
 const PluginDir = PrefixDir + "/sbin"
 
-
 /* The directory which contains the Manubulon plugins.
  * Check the documentation, chapter "SNMP Manubulon Plugin Check Commands", for details.
  */
 const ManubulonPluginDir = PrefixDir + "/sbin"
 
+/* The directory which you use to store additional plugins which ITL provides user contributed command definitions for.
+ * Check the documentation, chapter "Plugins Contribution", for details.
+ */
+const PluginContribDir = PrefixDir + "/sbin"
+
 /* Our local instance name. By default this is the server's hostname as returned by `hostname --fqdn`.
  * This should be the common name from the API certificate.
  */