Skip to content

Commit 7a8a8ad

Browse files
committed
Consider cernops upstream Release 1.0.0
1 parent e333d86 commit 7a8a8ad

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

README.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
collectd-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

1316
A `collectd`_ plugin which checks if given `systemd`_ services are one of
1417
* state "running"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)