mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
9 lines
274 B
Text
9 lines
274 B
Text
/* 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"
|