mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 09:15:24 +02:00

* Create nagios.md * Update nagios.md * Update nagios.md * Create nagios2.md * Update nagios2.md * Create nagios3.md * Create nagios4.md * Update nagios2.md * Update nagios3.md * Update nagios3.md
22 lines
437 B
Markdown
22 lines
437 B
Markdown
# nagios
|
|
|
|
> Legacy host/service/networking monitoring program.
|
|
> Largely deprecated by `nagios4`.
|
|
> See also: `nagios2`, `nagios3`, `nagios4`.
|
|
> More information: <https://manned.org/nagios>.
|
|
|
|
- Start `nagios`:
|
|
|
|
`nagios /etc/nagios/nagios.cfg`
|
|
|
|
- Start `nagios` in daemon mode:
|
|
|
|
`nagios -d`
|
|
|
|
- Start `nagios`, print service check scheduling information to `stdout`, then shutdown:
|
|
|
|
`nagios -s`
|
|
|
|
- Verify configuration file:
|
|
|
|
`nagios -v`
|