Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / juniper_bgp_state
blob9228dfdb13fe9b58ba6f7e6b47f40752176e8a1e
1 title: Juniper Routers: BGP Status
2 agents: snmp
3 catalog: hw/network/juniper
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks the BGP status for the connection to one peer at Juniper Routers.
9  If the operational status (jnxBgpM2PeerStatus) is not {running} it returns
10  {WARN} - that means: The connection has probably been shutdown manually.
11  If the operational status is {running} it looks for the state of the
12  connection (jnxBgpM2PeerState). On {established} it returns {OK} and {CRIT}
13  on every other.
15 item:
16  The IP address of the peer.
18 inventory:
19  Finds one check for every BGP connection reported by SNMP.