Remove unnecessary template imports in the ITL

refs #12575
This commit is contained in:
Gunnar Beutner 2016-11-24 09:39:49 +01:00
parent dc2992443f
commit 22fa4773df
4 changed files with 2 additions and 6 deletions

View File

@ -2244,7 +2244,6 @@ object CheckCommand "mysql_query" {
} }
object CheckCommand "radius" { object CheckCommand "radius" {
import "plugin-check-command"
import "ipv4-or-ipv6" import "ipv4-or-ipv6"
command = [ command = [

View File

@ -18,8 +18,8 @@
******************************************************************************/ ******************************************************************************/
object CheckCommand "logstash" { object CheckCommand "logstash" {
import "plugin-check-command"
command = [ PluginContribDir + "/check_logstash" ] command = [ PluginContribDir + "/check_logstash" ]
arguments = { arguments = {
"-H" = { "-H" = {
value = "$logstash_hostname$" value = "$logstash_hostname$"

View File

@ -149,8 +149,8 @@ object CheckCommand "iostat" {
} }
object CheckCommand "iostats" { object CheckCommand "iostats" {
import "plugin-check-command"
command = [ PluginContribDir + "/check_iostats" ] command = [ PluginContribDir + "/check_iostats" ]
arguments = { arguments = {
"-d" = { "-d" = {
value = "$iostats_disk$" value = "$iostats_disk$"

View File

@ -211,7 +211,6 @@ object CheckCommand "jmx4perl" {
} }
object CheckCommand "squid" { object CheckCommand "squid" {
import "plugin-check-command"
import "ipv4-or-ipv6" import "ipv4-or-ipv6"
command = [ PluginContribDir + "/check_squid" ] command = [ PluginContribDir + "/check_squid" ]
@ -260,7 +259,6 @@ object CheckCommand "squid" {
} }
object CheckCommand "nginx_status" { object CheckCommand "nginx_status" {
import "plugin-check-command"
import "ipv4-or-ipv6" import "ipv4-or-ipv6"
command = [ PluginContribDir + "/check_nginx_status.pl" ] command = [ PluginContribDir + "/check_nginx_status.pl" ]
@ -329,7 +327,6 @@ object CheckCommand "nginx_status" {
} }
object CheckCommand "apache-status" { object CheckCommand "apache-status" {
import "plugin-check-command"
import "ipv4-or-ipv6" import "ipv4-or-ipv6"
command = [ PluginContribDir + "/check_apache_status.pl" ] command = [ PluginContribDir + "/check_apache_status.pl" ]