From c013748013ef646d4b53e8820fc319721020924c Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Tue, 13 Jun 2023 18:19:17 +0000 Subject: [PATCH] Delete cisco_bgp_peer --- checkman/cisco_bgp_peer | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 checkman/cisco_bgp_peer diff --git a/checkman/cisco_bgp_peer b/checkman/cisco_bgp_peer deleted file mode 100644 index b54de43..0000000 --- a/checkman/cisco_bgp_peer +++ /dev/null @@ -1,39 +0,0 @@ -title: Cisco BGP Peers -agents: snmp -catalog: hw/network/cisco -license: GPL -distribution: https://thl-cmk.hopto.org -description: - Monitors the status of BGP peers. It supports IPv4/IPv6 peers and more then one - address family per BGP peer. - - critical: - - - if peer state is "idle" or adminstate is not "start" - - - if accepted prefixes equal or above prefix admin limit - - warning: - - - if peer state is not "established" or peer is not up long enough - - - if accepted prefixes equal or above warn threshold - - This check is tested with a variaity of Cisco ASR and ISR routers. - - The "prefix admin limit" and "warn threshold" needs to be configured on the device. - For example: neighbor 172.17.10.10 maximum-prefix 10000 80. The threshold is in - percentage of the prefix limit . - -item: - Is build from the Address family and IP address of the BGP peer. - For example "172.17.10.10 IPv4 Unicast" - -perfdata: - Describe precisely the number and meaning of performance variables - the check sends. If it outputs no performance data, then leave out this - section. - -inventory: - Checks for "cisco" in sysDesc. If found the check creates one service for each - BGP peer and address family. -- GitLab