mirror of
https://github.com/Napsty/check_smart.git
synced 2025-12-20 00:16:34 +01:00
Update Icinga2 check_smart CheckCommand definition
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
object CheckCommand "check_smart" {
|
||||
import "plugin-check-command"
|
||||
command = [ PluginContribDir + "/check_smart.pl" ]
|
||||
command = [ "/usr/sbin/sudo", PluginContribDir + "/check_smart.pl" ]
|
||||
arguments = {
|
||||
"-d" = {
|
||||
value = "$smart_device$"
|
||||
|
||||
Reference in New Issue
Block a user