Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tehmaze/nagios-cli
Nagios Command Line Interface
https://github.com/tehmaze/nagios-cli
Last synced: 9 days ago
JSON representation
Nagios Command Line Interface
- Host: GitHub
- URL: https://github.com/tehmaze/nagios-cli
- Owner: tehmaze
- License: mit
- Created: 2012-01-29T17:12:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T20:04:55.000Z (about 9 years ago)
- Last Synced: 2024-05-01T20:38:00.652Z (6 months ago)
- Language: Python
- Homepage: http://nagios-cli.maze.io/
- Size: 239 KB
- Stars: 27
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
nagios-cli
==========About
-----nagios-cli is a Nagios command line interface, exposing some features that are
available via the web based graphical user interface.Requirements
------------Required:
* Nagios 2.x or 3.x
* Python 2.4+Optional:
* libreadline
Usage
-----The default configuration will look for the `status_file` file in the
`/var/log/nagios/status.dat` file, and it expects the `command_file` to be
available at `/var/log/nagios/rw/nagios.cmd`. If you wish to override
this, you can generate a configuration file with:nagios-cli -c nagios-cli.cfg --write
To specify a location to an alternative configuration file, use:
nagios-cli -c
To see all available options, use:
nagios-cli --help