Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliogonzalez/nagios_check_cups_printers
Nagios/Icinga/Checkmk python plugin to check CUPS printers statuses
https://github.com/juliogonzalez/nagios_check_cups_printers
check-cups-printers checkmk checkmk-plugin icinga icinga-plugin icinga-python-plugin nagios nagios-plugin python
Last synced: 18 days ago
JSON representation
Nagios/Icinga/Checkmk python plugin to check CUPS printers statuses
- Host: GitHub
- URL: https://github.com/juliogonzalez/nagios_check_cups_printers
- Owner: juliogonzalez
- Created: 2016-02-08T21:14:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T21:55:19.000Z (almost 9 years ago)
- Last Synced: 2024-11-12T14:55:30.340Z (about 2 months ago)
- Topics: check-cups-printers, checkmk, checkmk-plugin, icinga, icinga-plugin, icinga-python-plugin, nagios, nagios-plugin, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
check_cups_printers
===================A Nagios/Icinga python plugin to check CUPS printer statuses.
Based on the idea of [check\_cups\_printer](https://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_cups_printer/details), but without using lpstats, and
allowing checks for one, several or all printers available at a CUPS server.The plugin will either return an OK if all selected printers are idle or printing, or a CRITICAL for anything else.
Requires python2.6+ and [pycups](https://pypi.python.org/pypi/pycups).
Get help with:
```
./check_cups_printers -h
```