The Alertmanager handles alerts sent by client applications such as the Prometheus server.
AlertManager takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
AlertManager takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
To install alertmanager, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install alertmanager
To see what files were installed by alertmanager, run:
port contents alertmanager
To later upgrade alertmanager, run:
sudo port selfupdate && sudo port upgrade alertmanager
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.