How to Install Nagios on Mac Catalina with HomeBrew Easy Guide

Installing Nagios

  1. How-to Install HomeBrew for Mac OS X 10.15 Catalina:

    HomeBrew Installation
  2. Then to Install Nagios on Mac
    Simply play:

    brew install nagios
  3. Again Create a Command Directory
    With:

    mkdir -p ~/homebrew/var/lib/nagios/rw

    And setup Ownership & Permissions:

    sudo chgrp _www ~/homebrew/var/lib/nagios/rw
    sudo chmod 2775 ~/homebrew/var/lib/nagios/rw

Contents