Skip to content

Commit a261f61

Browse files
committed
Initial commit
1 parent f95b281 commit a261f61

File tree

7 files changed

+1129
-3
lines changed

7 files changed

+1129
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Zabbix
2-
======
1+
ZABBIX COLLECTION
2+
=================
33

4-
A great collection of Zabbix scripts and templates
4+
A great collection of Zabbix scripts and templates

zbx-templates/README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
ZABBIX TEMPLATES
2+
================
3+
4+
A collection of Zabbix templates.
5+
6+
Templates
7+
---------
8+
9+
* [ZBX-CISCO](https://github.com/jjmartres/Zabbix/tree/master/zbx-templates/zbx-cisco) => templates to discover and manage capabilities on Cisco devices.
10+
11+
Requirements
12+
------------
13+
14+
All this templates was tested for Zabbix 2.0.0 and higher. Please see individual template for requirements.
15+
16+
License
17+
-------
18+
19+
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
20+
21+
### Copyright
22+
23+
Copyright (c) 2012 Jean-Jacques Martrès
24+
25+
### Authors
26+
27+
Jean-Jacques Martrès
28+
(jjmartres |at| gmail |dot| com)

zbx-templates/zbx-cisco/README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
ZBX-CISCO-TEMPLATES
2+
===================
3+
4+
A collection of Zabbix templates to manage Cisco devices.
5+
6+
Templates
7+
---------
8+
9+
* [ZBX-CISCO-BGP4](https://github.com/jjmartres/Zabbix/tree/master/zbx-templates/zbx-cisco/zbx-cisco-bgp4) => use the BGP4-MIB to discover and manage both IPv4 and VPNv4 neighbors.
10+
* [ZBX-CISCO-CDP](https://github.com/jjmartres/Zabbix/tree/master/zbx-templates/zbx-cisco/zbx-cisco-cdp) => use the CISCO-CDP-MIB to discover and manage CDP neighbors.
11+
12+
Requirements
13+
------------
14+
15+
All this templates was tested for Zabbix 2.0.0 and higher. Please see individual template for requirements.
16+
17+
License
18+
-------
19+
20+
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
21+
22+
### Copyright
23+
24+
Copyright (c) 2012 Jean-Jacques Martrès
25+
26+
### Authors
27+
28+
Jean-Jacques Martrès
29+
(jjmartres |at| gmail |dot| com)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
ZBX-CISCO-BGP4
2+
==============
3+
4+
This template use the BGP4-MIB to discover and manage both IPv4 and VPNv4 neighbors on Cisco devices.
5+
6+
Triggers
7+
--------
8+
9+
* **[HIGH]** => BGP peer is down
10+
* **[AVERAGE]** => Accepted prefixes for IPv4 as reached the maximum limit
11+
* **[AVERAGE]** => Accepted prefixes for VPNv4 as reached the maximum limit
12+
* **[AVERAGE]** => IPv4 BGP peer has lost more than 20% of prefixes
13+
* **[AVERAGE]** => VPNv4 BGP peer has lost more than 20% of prefixes
14+
* **[INFORMATION]** => No prefixes receive for IPv4 peer
15+
* **[INFORMATION]** => No prefixes receive for VPNv4 peer
16+
17+
Installation
18+
------------
19+
20+
1. Add a value mapping named `ciscoBgpPeerAdminStatus` with the following value :
21+
* 1 => stop
22+
* 2 => start
23+
2. Import **zbx-cisco-bgp4.xml** file into Zabbix.
24+
3. Add to your host the **{$SNMP_COMMUNITY}** macro with your Cisco SNMP community as value.
25+
4. Associate **ZBX-CISCO-BGP4** template to the host.
26+
27+
### Requirements
28+
29+
This template was tested for Zabbix 2.0.0 and higher.There are no additional requirements.
30+
31+
License
32+
-------
33+
34+
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
35+
36+
### Copyright
37+
38+
Copyright (c) 2012 Jean-Jacques Martrès
39+
40+
### Authors
41+
42+
Jean-Jacques Martrès
43+
(jjmartres |at| gmail |dot| com)

0 commit comments

Comments
 (0)