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

Changes of Revision 29

[-] Changed nagios-plugins-snmp.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Tue Apr 10 08:01:00 UTC 2018 - cs@linux-administrator.com
4
+
5
+- added check_fortigate_vpn.pl
6
+
7
+-------------------------------------------------------------------
8
 Fri Oct 28 09:30:44 UTC 2016 - cs@linux-administrator.com
9
 
10
 - implemented timeout parameter to check_snmp_apc_pdu.py
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.16
6
+Version:        0.17
7
 Release:        1
8
 Url:            http://download.obs.j0ke.net/
9
 License:        BSD 4-Clause
10
@@ -41,6 +41,7 @@
11
 Source26:  check_fortigate.pl
12
 Source27:  fortigate_commands.cfg
13
 Source28:  check_snmp_brocade_health
14
+Source29:  check_fortigate_vpn.pl
15
 
16
 Requires:  perl-Net-SNMP
17
 Requires:  perl-List-Compare
18
@@ -95,6 +96,7 @@
19
 install    -m755 %{SOURCE26} %{buildroot}/%{libexecdir}/check_fortigate.pl
20
 install -D -m644 %{SOURCE27} %{buildroot}%{_sysconfdir}/nagios/fortigate_commands.cfg
21
 install    -m755 %{SOURCE28} %{buildroot}/%{libexecdir}/check_snmp_brocade_health
22
+install    -m755 %{SOURCE29} %{buildroot}/%{libexecdir}/check_fortigate_vpn.pl
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_fortigate_vpn.pl ^