Setup Nagios in Ubuntu
Loading...
26,818
Loading...
Uploader Comments (JROCK20041)
see all
All Comments (18)
-
okay, figured it out.
-
hmm...did you have to make any changes to a firewall or the iptables? I cannot access the web gui on the server from my workstation, but I can ping the box from my workstation.
-
@arepix Vim may not be installed or be corrupt. Try using nano instead vim. sudo nano /etc/nagios3/cgi.cfg
-
Thanks a milion very helpfull
-
dont we have to install client software to monitor them?
-
whats the accesskey to get the vim command to close and save it?
-
@hwb0014 nagios is free open-source, zenoss have a big pricetag for small home systems or small buisness
Loading...
hi,
I got a prob during installation;
sudo vim /etc/nagios3/cgi.cfg
result: sudo: vim: command not found
why?
arepix 1 year ago
@arepix You need to install VIM. You can use any other text editor if you like. If you want VIM then do sudo apt-get install vim
JROCK20041 1 year ago
I have the default ones and I uncommented out the repositories except the one for the CD. then I did an apt-get update then the apt-get install nagios3
JROCK20041 2 years ago