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 dev@hertzbeat.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hertzbeat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: dev-h...@hertzbeat.apache.org