Skip to content

Notice Template in CentOS Threshold Rule #2750

Closed Answered by tomsun28
jcchien asked this question in Q&A
Discussion options

You must be logged in to vote
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;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zuobiao-zhou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants