1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 22:55:25 +02:00
tldr/pages/common/nagios.md

23 lines
437 B
Markdown
Raw Normal View History

# 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`