sourcegraph / checkup

Distributed, lock-free, self-hosted health checks and status pages
https://sourcegraph.github.io/checkup
MIT License
3.42k stars 248 forks source link

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

Open khimaros opened 3 years ago

khimaros commented 3 years ago

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