Infrastructure

From zooid Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

(pre nagios sidegrade)

nmap updates

  1. NRPE loads system config (nmap & proposed_nmap) from wiki
  2. NRPE runs check_nmap on host
  3. compares it to wiki config
  4. if it's the same, returns OK
  5. if it's not
    1. returns CRITICAL
    2. if proposed_nmap isn't current, updates it
    3. sysadmin receives alert
    4. verifies config
    5. updates config to proposed config or resolves issue

See also V2