GitHub user tomsun28 added a comment to the discussion: Notice Template in
CentOS Threshold Rule
```
enum Code
{
// collect success
SUCCESS = 0;
// collector not available
UN_AVAILABLE = 1;
// peer network un reachable(icmp)
UN_REACHABLE = 2;
// peer network server un connectable(tcp,udp...)
UN_CONNECTABLE = 3;
// collect metrics data failed(http,ssh,snmp...)
FAIL = 4;
// collect metrics data timeout
TIMEOUT = 5;
}
```
GitHub link:
https://github.com/apache/hertzbeat/discussions/2750#discussioncomment-10752464
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]