1
0

- Renamed package to monitoring-plugins-openvpn

- use nagios-rpm-macros

- add option to print out performance data and increase Version to 
  1.1 ( check_openvpn-add-perfdata.patch )

- initial version 1.0-

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-openvpn?expand=0&rev=2
This commit is contained in:
Lars Vogdt 2014-07-30 21:02:57 +00:00 committed by Git OBS Bridge
parent 0301ebab55
commit 4fd69292d5
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 30 19:19:40 UTC 2014 - lars@linux-schulserver.de
- Renamed package to monitoring-plugins-openvpn
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 6 01:17:42 UTC 2012 - lars@linux-schulserver.de Sun May 6 01:17:42 UTC 2012 - lars@linux-schulserver.de

View File

@ -1,4 +1,8 @@
# #
# spec file for package monitoring-plugins-openvpn
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the # upon. The license for this file, and modifications and additions to the
@ -8,16 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
Name: nagios-plugins-openvpn # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: monitoring-plugins-openvpn
Summary: Verify the state of the clients connected to a openvpn server Summary: Verify the state of the clients connected to a openvpn server
Version: 1.1 Version: 1.1
Release: 1 Release: 100
Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Software/Misc/check_openvpn_pl Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Software/Misc/check_openvpn_pl
License: GPL-3.0 License: GPL-3.0
Group: System/Monitoring Group: System/Monitoring
Source0: check_openvpn.pl Source0: check_openvpn.pl
Patch1: check_openvpn-add-perfdata.patch Patch1: check_openvpn-add-perfdata.patch
BuildRequires: nagios-rpm-macros BuildRequires: nagios-rpm-macros
Provides: nagios-plugins-openvpn = %{version}-%{release}
Obsoletes: nagios-plugins-openvpn < %{version}-%{release}
Requires: perl(Net::Telnet) Requires: perl(Net::Telnet)
Requires: perl Requires: perl
BuildArch: noarch BuildArch: noarch