Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-snmp > Changes
Sign Up | Log In

Changes of Revision 25

[-] Changed nagios-plugins-snmp.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Sun Feb  1 18:09:51 UTC 2015 - cs@linux-administrator.com
4
+
5
+- added check_snmp_brocade_health 
6
+
7
+-------------------------------------------------------------------
8
 Mon Nov 24 19:31:50 UTC 2014 - cs@linux-administrator.com
9
 
10
 - added check_fortigate.pl
11
[-] Changed nagios-plugins-snmp.spec ^
26
 
1
@@ -8,7 +8,7 @@
2
 
3
 Name:           nagios-plugins-snmp
4
 Summary:        Nagios plugin collection for snmp devices
5
-Version:        0.13
6
+Version:        0.14
7
 Release:        1
8
 Url:            http://download.obs.j0ke.net/
9
 License:        BSD 4-Clause
10
@@ -40,6 +40,7 @@
11
 Source25:  check_ospf.pl
12
 Source26:  check_fortigate.pl
13
 Source27:  fortigate_commands.cfg
14
+Source28:  check_snmp_brocade_health
15
 
16
 Requires:  perl-Net-SNMP
17
 Requires:  perl-List-Compare
18
@@ -93,6 +94,7 @@
19
 install    -m755 %{SOURCE25} %{buildroot}/%{libexecdir}/check_ospf.pl
20
 install    -m755 %{SOURCE26} %{buildroot}/%{libexecdir}/check_fortigate.pl
21
 install -D -m644 %{SOURCE27} %{buildroot}%{_sysconfdir}/nagios/fortigate_commands.cfg
22
+install    -m755 %{SOURCE28} %{buildroot}/%{libexecdir}/check_snmp_brocade_health
23
 
24
 install -D -m755 %{SOURCE20} %{buildroot}%{_datadir}/snmp/mibs/LANCOM-MIB.txt
25
 install    -m755 %{SOURCE21} %{buildroot}%{_datadir}/snmp/mibs/POWERNET408.txt
26
[+] Added check_snmp_brocade_health ^