gomez:
Lookingglass
enterprisewizard (automated work flow)
xymon
bigbrother
cacti
Graphical tool.
installing cacti:
agent-less monitoring via SNMP, SSH, WMI ,Perfmon(context switches),
Windows Monitoring With WMI And Powershell
> Is RRDTool a rewrite of MRTG?
It's a rewrite of a portion of it. "Classic" MRTG has some limitations
in terms of scalability and flexibility. As it was originally designed to
count bits (or bytes) passing through an interface in two directions, it
doesn't like values less than 0, non-integer values, negative numbers,
or plotting a number of variables other then 2. Thus, using it for things
such as plotting temperature can get tricky. Also, classic MRTG draws a
new graph every interval, five minutes by default. This can impact server
performance if there are many inputs.
RRDTool (Round Robin Database Tool) allows for more flexibility in the
type of data being plotted, and also doesn't create the actual graphs
until they are requested by a web page "hit". This overcomes the limitations
of MRTG for plotting oddball or multiple values, etc. It is also more
server-friendly in terms of CPU usage provided that your graphs don't
become the Slashdot feature site and you wind up with an enormous number
of hits.
It's a rewrite of a portion of it. "Classic" MRTG has some limitations
in terms of scalability and flexibility. As it was originally designed to
count bits (or bytes) passing through an interface in two directions, it
doesn't like values less than 0, non-integer values, negative numbers,
or plotting a number of variables other then 2. Thus, using it for things
such as plotting temperature can get tricky. Also, classic MRTG draws a
new graph every interval, five minutes by default. This can impact server
performance if there are many inputs.
RRDTool (Round Robin Database Tool) allows for more flexibility in the
type of data being plotted, and also doesn't create the actual graphs
until they are requested by a web page "hit". This overcomes the limitations
of MRTG for plotting oddball or multiple values, etc. It is also more
server-friendly in terms of CPU usage provided that your graphs don't
become the Slashdot feature site and you wind up with an enormous number
of hits.
3rd Party:
finesse server:
Nagios XI:
Installation in ec2:
installing nodejs on centos
su -
yum install openssl-devel
yum install openssl-devel
yum groupinstall "Development Tools"
cd /usr/local/src
wget http://nodejs.org/dist/node-v0.4.10.tar.gz
tar zxvf node-v0.4.10.tar.gz
cd node-v0.4.10
./configure
make
make install
wget http://nodejs.org/dist/node-v0.4.10.tar.gz
tar zxvf node-v0.4.10.tar.gz
cd node-v0.4.10
./configure
make
make install
Install nodejs on groundworks VM
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl http://npmjs.org/install.sh | sh
Local install of nagios:
(nagios easy distribution)
Nagios docs:
How To Install Nagios 3.2.2 On Ubuntu (Under 5 Minutes Total)
http://localhost/sriramsite/omd (omdadmin/admin)
distribute monitoring