Compare commits
2 Commits
06c737d030
...
bb2a3a8bea
Author | SHA1 | Date | |
---|---|---|---|
bb2a3a8bea | |||
36bd1e7485 |
@ -2,19 +2,19 @@ object CheckCommand "home_assistant" {
|
||||
command = [ PluginContribDir + "/check_home_assistant/check_home_assistant.py" ]
|
||||
arguments = {
|
||||
"--token" = {
|
||||
value = "$home_assistant_token"
|
||||
value = "$home_assistant_token$"
|
||||
description = "API token for Home Assistant"
|
||||
}
|
||||
"--url" = {
|
||||
value = "$home_assistant_url"
|
||||
value = "$home_assistant_url$"
|
||||
description = "URL for Home Assistant"
|
||||
}
|
||||
"--warning" = {
|
||||
value = "home_assistant_warning$"
|
||||
value = "$home_assistant_warning$"
|
||||
description = "Return warning if battery percentage is outside RANGE"
|
||||
}
|
||||
"--critical" = {
|
||||
value = "home_assistant_critical$"
|
||||
value = "$home_assistant_critical$"
|
||||
description = "Return critical if battery percentage is outside RANGE"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user