checkup icon indicating copy to clipboard operation
checkup copied to clipboard

multiple "exec" with same command, serve shows only one

Open khimaros opened this issue 4 years ago • 0 comments

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"]
        }

khimaros avatar Apr 19 '21 17:04 khimaros