We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886eee0 commit b09f4f2Copy full SHA for b09f4f2
1 file changed
contrib/icinga2-command.conf
@@ -5,7 +5,7 @@
5
6
object CheckCommand "check_smart" {
7
import "plugin-check-command"
8
- command = [ PluginContribDir + "/check_smart.pl" ]
+ command = [ "/usr/sbin/sudo", PluginContribDir + "/check_smart.pl" ]
9
arguments = {
10
"-d" = {
11
value = "$smart_device$"
0 commit comments