mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 20:45:29 +00:00
28 lines
538 B
Plaintext
28 lines
538 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|