File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 22collectd-systemd
33================
44
5- .. image :: https://travis-ci.org/mbachry/collectd-systemd.svg?branch=master
6- :alt: Build status
7- :target: https://travis-ci.org/mbachry/collectd-systemd
5+ This module was originally hosted at
6+
7+ https://github.com/mbachry/collectd-systemd
8+
9+ but this has been unmaintained now for many years
10+
11+ The module is now maintained at
12+
13+ https://github.com/cernops/collectd-systemd
814
9- .. image :: https://coveralls.io/repos/github/mbachry/collectd-systemd/badge.svg?branch=master
10- :alt: Coverage
11- :target: https://coveralls.io/github/mbachry/collectd-systemd?branch=master
1215
1316A `collectd `_ plugin which checks if given `systemd `_ services are one of
1417* state "running"
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ def read(*parts):
1414 name = 'collectd_systemd' ,
1515 description = 'Collectd plugin to monitor systemd services' ,
1616 license = 'MIT' ,
17- url = 'https://github.com/mbachry /collectd-systemd/' ,
18- version = '0 .0.1 ' ,
19- author = 'Marcin Bachry ' ,
20- author_email = 'hegel666@gmail.com ' ,
17+ url = 'https://github.com/cernops /collectd-systemd/' ,
18+ version = '1 .0.0 ' ,
19+ author = 'Steve Traylen ' ,
20+ author_email = 'steve.traylen@cern.ch ' ,
2121 long_description = read ("README.rst" ),
2222 py_modules = ['collectd_systemd' ],
2323 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments