Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
collectd-systemd
================

.. image:: https://travis-ci.org/mbachry/collectd-systemd.svg?branch=master
:alt: Build status
:target: https://travis-ci.org/mbachry/collectd-systemd
This module was originally hosted at

https://github.com/mbachry/collectd-systemd

but this has been unmaintained now for many years

The module is now maintained at

https://github.com/cernops/collectd-systemd

.. image:: https://coveralls.io/repos/github/mbachry/collectd-systemd/badge.svg?branch=master
:alt: Coverage
:target: https://coveralls.io/github/mbachry/collectd-systemd?branch=master

A `collectd`_ plugin which checks if given `systemd`_ services are one of
* state "running"
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def read(*parts):
name='collectd_systemd',
description='Collectd plugin to monitor systemd services',
license='MIT',
url='https://github.com/mbachry/collectd-systemd/',
version='0.0.1',
author='Marcin Bachry',
author_email='hegel666@gmail.com',
url='https://github.com/cernops/collectd-systemd/',
version='1.0.0',
author='Steve Traylen',
author_email='steve.traylen@cern.ch',
long_description=read("README.rst"),
py_modules=['collectd_systemd'],
zip_safe=True,
Expand Down