Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbytesys committed Sep 26, 2016
1 parent d4ffb8f commit ba9fe68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ install:
- python setup.py -q install
script:
- pynagsystemd.py | grep "SYSTEMD UNKNOWN"
- pynagsystemd.py -s dummyser | grep "SYSTEMD UNKNOWN"
deploy:
provider: pypi
user: kbyte
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ Simple and easy nagios check for systemd status.

This Python script will report a degraded system to nagios and requires only the nagiosplugin library.

You can also test a single service with -s parameter.

Released under GNU GPLv2 License.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='pynagsystemd',
packages=find_packages(),
version='1.0.4',
version='1.1.0',
scripts=['bin/pynagsystemd.py'],
install_requires=[
'nagiosplugin>=1.2',
Expand Down

0 comments on commit ba9fe68

Please sign in to comment.