Skip to content

Commit 0d8abd3

Browse files
authored
Update icinga2-commands.conf
use empty values for command verb arguments to avoid duplication of verbs on the command line
1 parent b8ec286 commit 0d8abd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/icinga2-commands.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ object CheckCommand "cloud_gcp_instance" {
3131
}
3232
}
3333

34-
vars.cloud_gcp_compute = "compute"
35-
vars.cloud_gcp_instance = "instance"
34+
vars.cloud_gcp_compute = ""
35+
vars.cloud_gcp_instance = ""
3636
}
3737

3838
object CheckCommand "cloud_gcp_instances" {
@@ -61,8 +61,8 @@ object CheckCommand "cloud_gcp_instances" {
6161
}
6262
}
6363

64-
vars.cloud_gcp_compute = "compute"
65-
vars.cloud_gcp_instances = "instances"
64+
vars.cloud_gcp_compute = ""
65+
vars.cloud_gcp_instances = ""
6666
}
6767

6868
apply Service "cloud_gcp_single_instance" {

0 commit comments

Comments
 (0)