Search found 20 matches

by pbernardi
Thu Mar 17, 2011 9:21 am
Forum: Nagios XI
Topic: network switch ports
Replies: 6
Views: 1708

Re: network switch ports

oki, I couldn't find any cfgmaker so I edited the mrtg.cfg file and uncommented the port in question. Then, I copied another .rrd file and named it after the one it was looking for. It is now up, now I am just curious if the bandwidth will be for the correct port or if it is mirroring the port that ...
by pbernardi
Tue Mar 15, 2011 8:39 am
Forum: Nagios XI
Topic: network switch ports
Replies: 6
Views: 1708

Re: network switch ports

if i go to the /var/lib/mrtg directory I do not see the associated .rrd for the port in question.

How is that file generated and is there a way I can do it manually?
by pbernardi
Mon Mar 14, 2011 11:22 am
Forum: Nagios XI
Topic: network switch ports
Replies: 6
Views: 1708

Re: network switch ports

well, it is almost better. For the new port that I wanted to monitor, ping and port status are ok. For bandwidth, however, i still get the following error: /var/lib/mrtg/10.10.10.1_11125.rrd does not exist. I removed the files in /usr/local/nagiosxi/tmp/ that referenced the IP of the switch. I also ...
by pbernardi
Fri Mar 11, 2011 11:14 am
Forum: Nagios XI
Topic: network switch ports
Replies: 6
Views: 1708

network switch ports

Hi, I am having a similar issue with the wizard as described here: http://support.nagios.com/forum/viewtopic.php?f=16&t=1217&p=5138&hilit=switch+discovery#p5100 I wanted to add a port, I tried it manually and was getting the "rrd does not exist" error described here: http://sup...
by pbernardi
Wed Feb 23, 2011 2:04 pm
Forum: Nagios XI
Topic: Upgrade issues
Replies: 5
Views: 605

Re: Upgrade issues

ah, I see. I thought that adding that to the template would override the individual service check settings.

I made the changes to the templates and it looks like the warnings have stopped.
by pbernardi
Wed Feb 23, 2011 11:33 am
Forum: Nagios XI
Topic: Upgrade issues
Replies: 5
Views: 605

Re: Upgrade issues

hrm, i dont really want to re-apply the top level templates. I have several hosts that have services monitored at various times of the day.

Am I going to have to go through each of my checks and specify check and notification times? Any idea why this was lost during the upgrade?
by pbernardi
Wed Feb 23, 2011 10:41 am
Forum: Nagios XI
Topic: Upgrade issues
Replies: 5
Views: 605

Upgrade issues

I upgraded from 1.2 to 1.4 yesterday and have experienced a couple of issues. First, my performance graphs stopped working. The fix described in the following topic has resolved the problem and they are working again: http://support.nagios.com/forum/viewtopic.php?f=16&t=1643 Second, I am getting...
by pbernardi
Fri Jun 25, 2010 10:00 am
Forum: Nagios XI
Topic: Notification when service _IS_ running?
Replies: 7
Views: 1002

Re: Notification when service _IS_ running?

Well, I have successfully avoided learning scripting. ;) I did a little research and found out that this is possible with some modification to the NSCClient++ and using check_npre. I setup the following command and named it 'CheckServiceState' : $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckSe...
by pbernardi
Thu Jun 24, 2010 12:03 pm
Forum: Nagios XI
Topic: Notification when service _IS_ running?
Replies: 7
Views: 1002

Re: Notification when service _IS_ running?

ok, I am very familiar with ssh, putty and ftp. Unix shell scripting is where I am lacking...
I'll take a look and see what I can learn.
by pbernardi
Thu Jun 24, 2010 10:24 am
Forum: Nagios XI
Topic: Notification when service _IS_ running?
Replies: 7
Views: 1002

Re: Notification when service _IS_ running?

Ok, lets pretend that I only know how to use the GUI config manager. :D
How would I go about using that script in a check command?