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

Changes of Revision 10

[-] Changed nagios-plugins-snmp.spec
x
 
1
@@ -29,6 +29,8 @@
2
 Source13:  check_snmp_dell_cmc
3
 Source14:  check_esx3
4
 Source15:  check_esx_gw
5
+Source16:  check_px5XX_new.pl
6
+Source17:  check_msa_hardware.pl
7
 
8
 Source20:  LANCOM-MIB.txt
9
 Source21:  POWERNET395.txt
10
@@ -69,6 +71,8 @@
11
 install       -m755 %{SOURCE13} %{buildroot}/%libexecdir/check_snmp_dell_cmc
12
 install    -m755 %{SOURCE14} %{buildroot}/%libexecdir/check_esx3
13
 install    -m755 %{SOURCE15} %{buildroot}/%libexecdir/check_esx_gw
14
+install    -m755 %{SOURCE16} %{buildroot}/%libexecdir/check_px5XX_new.pl
15
+install    -m755 %{SOURCE17} %{buildroot}/%libexecdir/check_msa_hardware.pl
16
 
17
 install -D -m755 %{SOURCE20} %{buildroot}%{_datadir}/snmp/mibs/LANCOM-MIB.txt
18
 install    -m755 %{SOURCE21} %{buildroot}%{_datadir}/snmp/mibs/POWERNET395.txt
19
@@ -93,6 +97,8 @@
20
  - added check_snmp_dell_cmc
21
  - added check_esx3
22
  - added check_esx_gw
23
+ - added check_px5XX_new
24
+ - added check_msa_hardware
25
 
26
 * Tue Jul 14 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4-1
27
 - update to release version 0.4
28
[+] Added check_msa_hardware.pl ^
[+] Added check_px5XX_new.pl ^