]> granicus.if.org Git - icinga2/commitdiff
Remove unnecessary template imports in the ITL
authorGunnar Beutner <gunnar.beutner@icinga.com>
Thu, 24 Nov 2016 08:39:49 +0000 (09:39 +0100)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Thu, 24 Nov 2016 08:39:49 +0000 (09:39 +0100)
refs #12575

itl/command-plugins.conf
itl/plugins-contrib.d/logmanagement.conf
itl/plugins-contrib.d/operating-system.conf
itl/plugins-contrib.d/web.conf

index 9ccd1e7d8b076285cfebca3512ef07258a1ce0b5..766014798e1608b9069affbe25ee9cecf1b72041 100644 (file)
@@ -2244,7 +2244,6 @@ object CheckCommand "mysql_query" {
 }
 
 object CheckCommand "radius" {
-       import "plugin-check-command"
        import "ipv4-or-ipv6"
 
        command = [
index a85f943598cc28b63569354a2794c9a5d23fb4e7..dc5a9ab019c127472d1e000038f07bc503c88f3e 100644 (file)
@@ -18,8 +18,8 @@
  ******************************************************************************/
 
 object CheckCommand "logstash" {
-       import "plugin-check-command"
        command = [ PluginContribDir + "/check_logstash" ]
+
        arguments = {
                "-H" = {
                        value = "$logstash_hostname$"
index 3c76124ac88d43fe431b0735397da14d8162c31d..c0a96c5f4f43a46fe8df33e8d222aacc49c33454 100644 (file)
@@ -149,8 +149,8 @@ object CheckCommand "iostat" {
 }
 
 object CheckCommand "iostats" {
-        import "plugin-check-command"
         command = [ PluginContribDir + "/check_iostats" ]
+
         arguments = {
                 "-d" = {
                         value = "$iostats_disk$"
index e8999c0abac6f113ffa62c58e9d25b4c3f1f68bd..d574ee43bab5e3adb883b26bed1d1b7fb15a0aca 100644 (file)
@@ -211,7 +211,6 @@ object CheckCommand "jmx4perl" {
 }
 
 object CheckCommand "squid" {
-       import "plugin-check-command"
        import "ipv4-or-ipv6"
 
        command = [ PluginContribDir + "/check_squid" ]
@@ -260,7 +259,6 @@ object CheckCommand "squid" {
 }
 
 object CheckCommand "nginx_status" {
-               import "plugin-check-command"
                import "ipv4-or-ipv6"
 
                command = [ PluginContribDir + "/check_nginx_status.pl" ]
@@ -329,7 +327,6 @@ object CheckCommand "nginx_status" {
 }
 
 object CheckCommand "apache-status" {
-       import "plugin-check-command"
        import "ipv4-or-ipv6"
 
        command = [ PluginContribDir + "/check_apache_status.pl" ]