This shows you the differences between two versions of the page.
sdk:scripts:ping-supervision [2015/05/05 15:04] – external edit 127.0.0.1 | sdk:scripts:ping-supervision [2022/09/05 12:17] (current) – schmitt | ||
---|---|---|---|
Line 17: | Line 17: | ||
HOST = argv[1]; | HOST = argv[1]; | ||
INTERVAL = 5; | INTERVAL = 5; | ||
- | MAX_FAILURES = 3; | + | MAX_FAILURES = 10; |
failures = 0; | failures = 0; | ||
Line 38: | Line 38: | ||
exit(0); | exit(0); | ||
+ | |||
</ | </ | ||