1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 15:15:28 +02:00
tldr/pages/common/nagios3.md
Kristopher 9153cf9fcb
nagios, nagios2, nagios3, nagios4: add pages (#17136)
* 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
2025-07-06 16:47:38 -07:00

22 lines
445 B
Markdown

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