mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
Fix that the hpasm CheckCommand is using the PluginDir constant
fixes #10780
This commit is contained in:
parent
c7c3cceba8
commit
48fbb89f06
@ -2,7 +2,7 @@ object CheckCommand "hpasm" {
|
|||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
import "ipv4-or-ipv6"
|
import "ipv4-or-ipv6"
|
||||||
|
|
||||||
command = [ PluginDir + "/check_hpasm" ]
|
command = [ PluginContribDir + "/check_hpasm" ]
|
||||||
|
|
||||||
arguments = {
|
arguments = {
|
||||||
"--hostname" = {
|
"--hostname" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user