https://github.com/tehmaze/nagios-cli
Nagios Command Line Interface
https://github.com/tehmaze/nagios-cli
Last synced: 5 months 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T20:04:55.000Z (almost 11 years ago)
- Last Synced: 2026-03-05T04:30:26.872Z (5 months ago)
- Language: Python
- Homepage: http://nagios-cli.maze.io/
- Size: 239 KB
- Stars: 26
- Watchers: 6
- 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