A network service and host monitor that can notify you when servers go down by monitoring for external services such as HTTP, FTP, SMTP, SNMP, as well as internal host checks for things such as CPU and disk usage and many other things.
A network service and host monitor that can notify you when servers go down by monitoring for external services such as HTTP, FTP, SMTP, SNMP, as well as internal host checks for things such as CPU and disk usage and many other things.
To install nagios, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nagios
To see what files were installed by nagios, run:
port contents nagios
To later upgrade nagios, run:
sudo port selfupdate && sudo port upgrade nagios
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.