Skip to content
Snippets Groups Projects
Commit 18148548 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

first addition of a 'how-to'

parent b1a97fa8
No related branches found
No related tags found
1 merge request!202check to see if NAT is working by pinging hpc-lic0
Creates Node Health Check on a compute node
see ://github.com/mej/nhc
It needs some variable to be defined before calling
i.e.
nhc_version: 1.4.2
nhc_dir: /opt/nhc-{{ nhc_version }}
nhc_config_file: nhc.conf
nhc_log_level: 0
nhc_emails: nobody@nowhere.nowhere
nhc_email_subject: "Node Health Check"
In addition the NAT check needs two variables to be defined to be enabled (See example)
Example:
roles:
- { role: nhc, EXTERNAL_IP_ADDRESS: "118.138.246.208", ADD_NHC_NAT_CHECK: 1 }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment