File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- # - "2.6" # Python 2.6 is no longur supported in builds
3+ # - "2.6" # Python 2.6 is no longer supported in builds
44 - " 2.7"
55install :
66 - pip install 'pynag<=0.8.9'
Original file line number Diff line number Diff line change 1- Changes in 1.3.1.1
1+ Changes in 1.3.2-1
2+ - Template upgrades
3+ - New exclusions added for windows services
4+
5+ Changes in 1.3.1-1
26 - Dependency fixes
37 - New exclusions added for windows services
48
Original file line number Diff line number Diff line change 66
77Summary: Python Nagios Template management and configuration power tools
88Name: okconfig
9- Version: 1.3.1
9+ Version: 1.3.2
1010Release: %{release }%{?dist }
1111Source0: https://github.com/opinkerfi/okconfig/archive/%{name }-%{version }-%{release }.tar.gz
1212License: GPLv2
103103
104104
105105%changelog
106+ * Wed Dec 06 2017 Gardar Thorsteinsson <gardar@ok.is> 1.3.2-1
107+ - Template upgrades
108+
106109* Fri Nov 17 2016 Gardar Thorsteinsson <gardar@ok.is> 1.3.1-1
107110- Updated dependency list - removed nagios package
108111- Added new service exclusions to windows template
Original file line number Diff line number Diff line change 2929__copyright__ = "Copyright 2011, Pall Sigurdsson"
3030__credits__ = ["Pall Sigurdsson" ]
3131__license__ = "GPL"
32- __version__ = "1.3.1 "
32+ __version__ = "1.3.2 "
3333__maintainer__ = "Pall Sigurdsson"
3434__email__ = "palli@opensource.is"
3535__status__ = "Development"
Original file line number Diff line number Diff line change 1- 1.3.1 -1 /
1+ 1.3.2 -1 /
Original file line number Diff line number Diff line change 33import os
44
55NAME = "okconfig"
6- VERSION = '1.3.1 '
6+ VERSION = '1.3.2 '
77SHORT_DESC = "%s - Powertools to generate Nagios configuration files" % NAME
88LONG_DESC = """
99%s contains tools and templates for enterprise quality nagios configuration.
Original file line number Diff line number Diff line change 1717
1818
1919# No real need to change anything below here
20- version = "1.3.1 "
20+ version = "1.3.2 "
2121
2222import sys
2323import okconfig
You can’t perform that action at this time.
0 commit comments