Search found 3 matches
- Sun Feb 07, 2021 1:40 pm
- Forum: Feature Requests
- Topic: Adding the LAN GW as a host after running NEMS Init
- Replies: 0
- Views: 3484
Adding the LAN GW as a host after running NEMS Init
When NEMS Init is executed it adds the Nems Linux unit as a host and add some services. For beginners, it would be great from an education point of view with a second host as well, and why not just adding the LAN Router as a host with a ping check as an alive check. If this is not wanted all the tim...
- Sun Feb 07, 2021 6:39 am
- Forum: Feature Requests
- Topic: Please add check_dhcp command
- Replies: 2
- Views: 5752
Please add check_dhcp command
Suggestion for a check_command below: $USER1$/check_dhcp -s $HOSTADDRESS$ Suggestion to documentation: The check_dhcp command checks if a dhcp service can provide an IP address. In a standard home network, the router hosts the DHCP service, so in a home network, the check_dhcp command can be used to...
- Sun Feb 07, 2021 5:41 am
- Forum: Feature Requests
- Topic: [1.6] Please add check_dns plugin
- Replies: 1
- Views: 3530
Re: [1.6] Please add check_dns plugin
I agree. adding a suggestion for a check_command below: $USER1$/check_dns -s $HOSTADDRESS$ -H $ARG1$ -w $ARG2$ -c $ARG3$ $ARG1$: DNS address, e.g. google.com $ARG2$: Warning threshold in seconds, e.g. 0.5 $ARG3$: Critical threshold in seconds, e.g. 1. Must be larger than the warning threshold. Sugge...