Add additional external connectivity Checks to kconmon#2
Add additional external connectivity Checks to kconmon#2MaxRink wants to merge 9 commits intoStono:masterfrom
Conversation
Adding custom TCP check for custom hosts Adding mocha tests for the above
Adding enable value at ICMP and cutstomTCP
change line-endings back to LF
|
Hey, I'm on the fence about the ping implementation however. The module you're importing, ping simply shells out to the os ping, rather than natively crafting an ICMP packets such as node-net-ping. I'm against this for a couple of reasons:
|
|
Ok, ill see if i can restructure it |
|
Hi @Stono Imo it would be a bad idea to run tasks as root, so im not sure how to proceed here. Tbh, im propably just lacking unterstanding for Node.js and how to accomplish this root-less with node. |
|
Interesting, if you share your branch with me I can try and take a look tomorrow. You might not need root, just a certain netcap |
We have the Use-Case of also monitoring some of our external connections as some of our Networks are a bit flaky sometimes and we want be able to detect that.
This PR impliments external ICMP and HTTP connection checks to for example monitor your rough network latency (routing changes e.g.) and status of connection to for example your registry,