# Élenchos: Check Memory
A Élenchos command for checking total, available, used, and free memory.
## Installation and Configuration
Install Élenchos if not already installed:
```shell
cd /opt
mkdir elenchos
cd elenchos
python -m venv .venv
. .venv/bin/activate
pip install elenchos
mkdir bin
ln -s ../.venv/bin/elenchos bin/elenchos
```
Install the `check:memory` plugin:
```shell
cd /opt/elenchos
. .venv/bin/activate
pip install elenchos-check-memory
./bin/elenchos gather-commands
```
Create a configuration file `/etc/nrpe.d/check_memeory.cfg` for `nrpe`:
```
command[check_memory]=/opt/elenchos/bin/elenchos check:memory
```
Finally, restart the `nrpe` daemon:
```shell
systemctl reload nrpe
```
## License
This project is licensed under the terms of the MIT license.
Raw data
{
"_id": null,
"home_page": "https://github.com/NagiosElenchos/check-memory",
"name": "elenchos-check-memory",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.10.0",
"maintainer_email": null,
"keywords": "\u00c9lenchos, Elenchos, Memory",
"author": "Set Based IT Consultancy",
"author_email": "info@setbased.nl",
"download_url": "https://files.pythonhosted.org/packages/71/f7/821cc50ac5195ec8fd946191b260324eb55c44a161a85316c54aeee3db3f/elenchos_check_memory-0.1.0.tar.gz",
"platform": null,
"description": "# \u00c9lenchos: Check Memory\n\nA \u00c9lenchos command for checking total, available, used, and free memory.\n\n## Installation and Configuration\n\nInstall \u00c9lenchos if not already installed:\n\n```shell\ncd /opt\n\nmkdir elenchos\ncd elenchos\n\npython -m venv .venv\n. .venv/bin/activate\npip install elenchos\n\nmkdir bin\nln -s ../.venv/bin/elenchos bin/elenchos\n```\n\nInstall the `check:memory` plugin:\n\n```shell\ncd /opt/elenchos\n. .venv/bin/activate\n\npip install elenchos-check-memory\n./bin/elenchos gather-commands\n```\n\nCreate a configuration file `/etc/nrpe.d/check_memeory.cfg` for `nrpe`:\n\n```\ncommand[check_memory]=/opt/elenchos/bin/elenchos check:memory\n```\n\nFinally, restart the `nrpe` daemon:\n\n```shell\nsystemctl reload nrpe\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A \u00c9lenchos command for checking total, available, used, and free memory.",
"version": "0.1.0",
"project_urls": {
"Documentation": "https://github.com/NagiosElenchos/check-memory",
"Homepage": "https://github.com/NagiosElenchos/check-memory",
"Repository": "https://github.com/NagiosElenchos/check-memory"
},
"split_keywords": [
"\u00e9lenchos",
" elenchos",
" memory"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6446c0f795266f869a7fdb152404f1bedf1fb3ce2b3b07d50e4b03040a16d5cd",
"md5": "1cc8ae010bfe8079cfe5984c6425beab",
"sha256": "96ce0014fcb9ec47aeaa7892ecfbda5eb0ca1ab27659f74488d1d8179616a02a"
},
"downloads": -1,
"filename": "elenchos_check_memory-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1cc8ae010bfe8079cfe5984c6425beab",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.10.0",
"size": 4600,
"upload_time": "2025-01-31T03:34:11",
"upload_time_iso_8601": "2025-01-31T03:34:11.363408Z",
"url": "https://files.pythonhosted.org/packages/64/46/c0f795266f869a7fdb152404f1bedf1fb3ce2b3b07d50e4b03040a16d5cd/elenchos_check_memory-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "71f7821cc50ac5195ec8fd946191b260324eb55c44a161a85316c54aeee3db3f",
"md5": "7912ed6ee22c33ee1e1e1f574dcece41",
"sha256": "f47812cbf4f90239d1abeedafe9cdde1b3728fb8502e274e88aabbdcb2710b6a"
},
"downloads": -1,
"filename": "elenchos_check_memory-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7912ed6ee22c33ee1e1e1f574dcece41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.10.0",
"size": 3144,
"upload_time": "2025-01-31T03:34:12",
"upload_time_iso_8601": "2025-01-31T03:34:12.633464Z",
"url": "https://files.pythonhosted.org/packages/71/f7/821cc50ac5195ec8fd946191b260324eb55c44a161a85316c54aeee3db3f/elenchos_check_memory-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-31 03:34:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NagiosElenchos",
"github_project": "check-memory",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "elenchos-check-memory"
}