# D3S Nagios Plugins
A collection of various mini-plugins for Nagios.
## Installation (inside virtualenv)
```shell
python -m venv env
. ./env/bin/activate
pip install -e .
# Now it is possible to run any of the ./env/bin/nagios_d3s_check_* scripts
```
## Available plugins
### `check_health`
Only collects basic system status (uptime, free memory, ...), useful only
for performance data analysis.
### `check_memory`
Checks available memory.
### `check_os_updates`
Checks that GNU/Linux system is up-to-date.
### `check_systemd_service`
Checks that systemd unit is enabled and running.
Raw data
{
"_id": null,
"home_page": "https://github.com/d-iii-s/d3s-nagios-plugins",
"name": "d3s-nagios-plugins",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Nagios monitoring",
"author": "Vojtech Horky",
"author_email": "horky@d3s.mff.cuni.cz",
"download_url": "https://files.pythonhosted.org/packages/7f/cd/936aad720d83ed164620386952a6ca98c343e7086c268b3d379d46548c7a/d3s_nagios_plugins-1.0.4.tar.gz",
"platform": null,
"description": "# D3S Nagios Plugins\n\nA collection of various mini-plugins for Nagios.\n\n\n\n## Installation (inside virtualenv)\n\n```shell\npython -m venv env\n. ./env/bin/activate\npip install -e .\n# Now it is possible to run any of the ./env/bin/nagios_d3s_check_* scripts\n```\n\n\n\n## Available plugins\n\n\n### `check_health`\n\nOnly collects basic system status (uptime, free memory, ...), useful only\nfor performance data analysis.\n\n\n### `check_memory`\n\nChecks available memory.\n\n\n### `check_os_updates`\n\nChecks that GNU/Linux system is up-to-date.\n\n\n### `check_systemd_service`\n\nChecks that systemd unit is enabled and running.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Collection of various Nagios plugins",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/d-iii-s/d3s-nagios-plugins"
},
"split_keywords": [
"nagios",
"monitoring"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fb5398f82d73d7a2a77e73c8a9c24aabfa9e63081b80941e0dcf15810a00fd3b",
"md5": "c95f66b41f9cf6980cd97e4ec00fdb2a",
"sha256": "3798a810ec667ea65a2340204a705fbaa591a4bddf5ed3126f8c3a3913d5e23e"
},
"downloads": -1,
"filename": "d3s_nagios_plugins-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c95f66b41f9cf6980cd97e4ec00fdb2a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 14971,
"upload_time": "2025-08-01T11:24:26",
"upload_time_iso_8601": "2025-08-01T11:24:26.058385Z",
"url": "https://files.pythonhosted.org/packages/fb/53/98f82d73d7a2a77e73c8a9c24aabfa9e63081b80941e0dcf15810a00fd3b/d3s_nagios_plugins-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7fcd936aad720d83ed164620386952a6ca98c343e7086c268b3d379d46548c7a",
"md5": "ad64bc90eac0fc4c32fc1a2c60a3d83d",
"sha256": "d6eea82299ebb257f0b79054b17d5477d91292fcf0f193a51a6abbfd64acdaac"
},
"downloads": -1,
"filename": "d3s_nagios_plugins-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "ad64bc90eac0fc4c32fc1a2c60a3d83d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10729,
"upload_time": "2025-08-01T11:24:27",
"upload_time_iso_8601": "2025-08-01T11:24:27.233532Z",
"url": "https://files.pythonhosted.org/packages/7f/cd/936aad720d83ed164620386952a6ca98c343e7086c268b3d379d46548c7a/d3s_nagios_plugins-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 11:24:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "d-iii-s",
"github_project": "d3s-nagios-plugins",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "d3s-nagios-plugins"
}