diff --git a/check-plugins/about-me/about-me b/check-plugins/about-me/about-me index 01b92774..b885fb5a 100755 --- a/check-plugins/about-me/about-me +++ b/check-plugins/about-me/about-me @@ -41,7 +41,7 @@ except ImportError: __author__ = 'Linuxfabrik GmbH, Zurich/Switzerland' -__version__ = '2024082901' +__version__ = '2024082902' DESCRIPTION = 'Provides a quick overview of host dimensions and software.' @@ -354,7 +354,7 @@ def get_lftags(): # {'sw': 'MySQL Replication', 'package': [], 'expr': []}, # pylint: disable=C0301 # {'sw': 'MySQL Schemas', 'package': [], 'expr': []}, # pylint: disable=C0301 # {'sw': 'MySQL Security', 'package': [], 'expr': []}, # pylint: disable=C0301 - {'sw': 'networking', 'package': [], 'expr': [run_cmd('systemctl is-enabled networking.service', ignore_output=True)]}, # pylint: disable=C0301 + {'sw': 'networking.service', 'package': [], 'expr': [run_cmd('systemctl is-enabled networking.service', ignore_output=True)]}, # pylint: disable=C0301 {'sw': 'Nextcloud', 'package': [], 'expr': [run_cmd('systemctl is-enabled nextcloud-jobs.timer', ignore_output=True)]}, # pylint: disable=C0301 {'sw': 'NFS Server', 'package': [], 'expr': [run_cmd('systemctl is-enabled nfs-server.service', ignore_output=True)]}, # pylint: disable=C0301 {'sw': 'Nginx', 'package': [], 'expr': [run_cmd('systemctl is-enabled nginx.service', ignore_output=True)]}, # pylint: disable=C0301