Many Nagios addons use Livestatus as the backend like NagVis, Check_MK etc.
Installing Livestatus
- Download stable version livestatus zipped file from http://mathias-kettner.de/check_mk_download.html. Eg: mk-livestatus-1.2.2p3.tar.gz
Firewall is already in built into your Linux kernel. You just want to configure it properly for your needs !
Firewall is for filtering all the traffic which is headed into or out of your computer. In Linux Kernel , netfilter subsystem take care of this traffic. You just add the rules for accepting, rejecting or denying the traffic.
Use the IPTABLES . Iptables are really complex and flexible . See Basic How to of Iptables here https://help.ubuntu.com/community/IptablesHowTo .
There are many high level user interfaces for this Iptables. One is pre-installed with all Ubuntu distros higher that 8.04 , ie UFW or Uncomplicated FireWall . See more here https://help.ubuntu.com/community/UFW .
GUFW is a GUI interface for UFW which is very easy to use and add rules .See more here https://help.ubuntu.com/community/Gufw
Username YOUR_USERNAME_HERE Domain YOUR_ORGANIZATION_DOMAIN(Contact your Active Directory admin if you don't knw this) Password YOUR_PASSWORD Proxy YOUR_PROXY_SERVER_IP_WITH_PORT NoProxy LIST_ALL_IP_WITH_NO_PROXY_REQUIREMENT Listen SOME_PORTSample config here:
Username 0906895 Domain ABC Password rndmpasswd@123 Proxy 10.18.200.203:8080 Proxy 10.18.200.204:8080 NoProxy localhost, 127.0.0.*, 10.* Listen 8080