checkup
checkup copied to clipboard
multiple "exec" with same command, serve shows only one
this seems to be a frontend bug only, as both output fine with ./checkup
example config:
{
"type": "exec",
"name": "Block apcupsd",
"command": "./assert_blocked.sh",
"arguments": ["somehost", "3551"]
},
{
"type": "exec",
"name": "Block rpcbind",
"command": "./assert_blocked.sh",
"arguments": ["somehost", "111"]
}