-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add additional external connectivity Checks to kconmon #2
base: master
Are you sure you want to change the base?
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,