software:service:nagios
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:service:nagios [2021/12/31 16:04] – created warnaud | software:service:nagios [2022/03/03 14:21] (current) – warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Nagios Core Monitoring====== | ||
| + | We'll try to monitor a maximum via check_by_ssh | ||
| + | ===== SSH key/user ===== | ||
| + | ==== Server ==== | ||
| + | <code bash> ssh-keygen</ | ||
| + | Copy the key | ||
| + | <code bash> | ||
| + | ssh-copy-id nagios@dns.fortier-family.com | ||
| + | ssh nagios@dns.fortier-family.com</ | ||
| + | ==== Client ==== | ||
| + | <code bash> | ||
| + | useradd -m -d / | ||
| + | passwd nagios</ | ||
| + | check / | ||
| + | <code perl> | ||
| + | PasswordAuthentication yes</ | ||
| + | ===== CPU/ | ||
| + | |||
| + | |||
| + | ===== Services ===== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | References: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
