Archive

Author Archive

Cacti HP Templates

September 8th, 2010 Arthur Gressick No comments

I worked on a new install of cacti and the customer had a slew of HP Proliant servers. Here are the templates for the Proliant Servers to monitor everything.

HP-Windows-Server

There are tons of other templates on the cacti site so check them out. Cacti Plugin’s page.

Categories: Linux, SNMP Tags: , ,

VMware View 4 Security Server Tips

September 8th, 2010 Arthur Gressick No comments

I finally got the VMware View Security server working correctly so that I could use it for our company. Here are some tips for you when working with it.

On the Main Connection Server make a config file using the top right corner of the something. Export the config file to the desktop.

Open the Security Server and navigate to the location of the folder to put the file.

Restart the service and then try to connect from outside the network. Remember that only RDP will work through the security server.

CactiEZ Problems

September 7th, 2010 Arthur Gressick No comments

Just recently I downloaded the ISO from torrent and setup a new Cacti server. This is one of my favorite monitoring systems which is free. If you recently set one up you notice a bit of frustration in that it did not work right out the gate. Here is what I had to change in order to get the poller running and a few tip and tricks.

First the poller. Log into the console or from ssh as “root”. Once you have logged into the server then do the following TWO command.

cd /var/www/html/poller.php
vi poller.php

If you’re not use to the VI console then read on otherwise skip to this section..

VI QuickTips

Navigating the code: Use the arrows to skim through the code.
Typing: Once you found your place to start typing just start typing, escape to navigate using arrows.
Exiting and Saving: press escape key if you have been typing, then :wq

Ok about a page or two into the code you will find the line that look like this..

$force = FALSE

Change it to TRUE and then save the code. You will need to run the poller manually in the web interface and then come back and follow the steps after running it manually back to FALSE. This should kick the poller to start to collect stats for you.

NOTE:

Couple of other things you might want to get running on the machine. Run these command as root from the terminal window.

Changing the network options

netconfig

Synching the Time

ntpdate -u 0.pool.ntp.org

Nightly updates – if you run into a lot of log problems with the server shut off updates.

service yum stop
chkconfig yum off

Changing the timezone

yum install system-config-date
system-config-date

That should about do it. I love working with this software and it will certainly help you figure out where most of your problems reside.

Categories: Linux, SNMP, Windows Tags: ,