Comments on Installing Zenoss Network Monitor on a Ubuntu Server
Installing Zenoss Network Monitor on a Ubuntu Server This tutorial shows how to install and configure the Zenoss network monitoring tool on a Ubuntu 6.06 system. Zenoss is a free open-source tool that allows you to monitor servers, applications, networks, power, etc. regarding their configuration, availability, performance, and so on. It can also alert you by email if it finds inappropriate actions.
3 Comment(s)
Comments
When you use useradd to create the zenoss user Ubuntu will generate a .bashrc file for you. In order for zenoss to run correctly you will need to comment out the lines as follows.
Orginal :
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
Editted:
# If not running interactively, don't do anything
#[ -z "$PS1" ] && return
13. Some zenoss daemons require root access, so add zenoss to sudo users. Login as root:
visudo (loads sudo editor - nano in this case - add the following 2 lines)
zenoss monitor = NOPASSWD: /usr/local/zenoss/bin/*,/bin/kill
Defaults env_keep += "PYTHONPATH ZENHOME"
Edit this:
monitor = name of the maschine!!!
I got a problem on ./install.sh
when i tried to install zenoss. It says autoconfig in not in the path
what should i do?