Skip to content
rossrodwell edited this page Nov 21, 2018 · 2 revisions

Welcome to the nagios-configs wiki!

New Configuration for a Cluster

Using Git

Clone the repository:

git clone https://github.com/alces-software/nagios-configs

Create a new branch:

git checkout -b <cluster>

Update the token for the new branch

./update_configs.sh token <new token>

Add the token to the config file in the Nagios server

Find the array of tokens, and append the new token to the list.

vi /usr/local/nrdp/server/config.inc.php

Modify the configuration as required, then add, commit and push the local copy of the Git Repo.

git add *
git commit -m "<Commit message here>"
git push origin <cluster>
Clone this wiki locally