sdc-amonadm
October 18, 2019 ยท View on GitHub
This repository is part of the Joyent Triton project. See the contribution guidelines and general documentation at the main Triton project page.
This repo contains amonadm, which is the administrative tool that manages
probes and alarms for an SDC datacenter. If you are not familiar with Amon
already, refer to its documentation for a
quick overview on it.
There is full documentation installed with it as a manpage, so in an sdc
deployment zone just do man amonadm.
Development
git clone git@github.com:joyent/sdc-amonadm.git
cd sdc-amonadm
make all
node main.js
To update the man page, edit "docs/man/amonadm.md" and run make pages
to update "man/man1/amonadm.1".
Testing
npm test