-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rossrodwell edited this page Nov 21, 2018
·
2 revisions
Welcome to the nagios-configs wiki!
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>