diff options
Diffstat (limited to 'itl/plugins-contrib')
-rw-r--r-- | itl/plugins-contrib | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/itl/plugins-contrib b/itl/plugins-contrib new file mode 100644 index 0000000..f2f56e0 --- /dev/null +++ b/itl/plugins-contrib @@ -0,0 +1,9 @@ +/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ + +/** + * This is a directory for various contributed command definitions. + * Plugins should be organized by a category, e.g. database plugins are in + * plugins-contrib.d/databases.conf + */ + +include_recursive "plugins-contrib.d" |