Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. Using Munin you can easily monitor the performance of your computers, networks, SANs, applications, weather measurements and whatever comes to mind. Note: By default only Munin node is installed. To install the Munin server that gathers data from existing nodes and generates graphs please enable the server variant.
Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. Using Munin you can easily monitor the performance of your computers, networks, SANs, applications, weather measurements and whatever comes to mind. Note: By default only Munin node is installed. To install the Munin server that gathers data from existing nodes and generates graphs please enable the server variant.
To install munin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install munin
To see what files were installed by munin, run:
port contents munin
To later upgrade munin, run:
sudo port selfupdate && sudo port upgrade munin
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.