Yes, it is there for some time already: https://track.radensolutions.com/issue/NX-593.
Best regards,
Victor
Best regards,
Victor
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (($node->icmpresponse & 4) != 0)
// state is "down"
if ($node->icmpresponse == "no") {
}
else {
}
Quote from: paul on July 19, 2019, 07:24:18 AM
Now, a container for those nodes that communication is down - which is not one of the available status codes - that is going to be tricky.