Search found 13 matches

by fugitive
Wed Mar 13, 2013 8:07 am
Forum: Open Source Nagios Projects
Topic: /nagios/cgi-bin/statusmap.cgi was not found on this server
Replies: 7
Views: 5213

Re: /nagios/cgi-bin/statusmap.cgi was not found on this serv

Recompiling fixed my issue.

It did wipe out my config files but since I backed those files up no big deal. Just restored and restarted nagios.

Thanks for your help slansing
by fugitive
Tue Mar 12, 2013 1:53 pm
Forum: Open Source Nagios Projects
Topic: /nagios/cgi-bin/statusmap.cgi was not found on this server
Replies: 7
Views: 5213

Re: /nagios/cgi-bin/statusmap.cgi was not found on this serv

Server version.

Backing up nagios would backing up these files be sufficient?
/usr/local/nagios/etc/*

The steps to recompile nagios would be like this ?
./configure --with-command-group=nagcmd
make all
make install
make install-init
make install-config
make install-commandmode
make install-webconf
by fugitive
Tue Mar 12, 2013 7:28 am
Forum: Open Source Nagios Projects
Topic: Switch monitoring error
Replies: 7
Views: 3567

Re: Switch monitoring error

Ready for now. Thanks

Though down the road I hope to integrate an Cisco ASA and a Cisco Router and lots of other things.
by fugitive
Tue Mar 12, 2013 7:04 am
Forum: Open Source Nagios Projects
Topic: /nagios/cgi-bin/statusmap.cgi was not found on this server
Replies: 7
Views: 5213

Re: /nagios/cgi-bin/statusmap.cgi was not found on this serv

1. Distro is Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-27-generic x86_64)
2. Nagios Core 3.4.4
3. From source. (Originally I installed from repo but the version was really outdated, so I uninstalled and installed from source)
by fugitive
Mon Mar 11, 2013 2:39 pm
Forum: Open Source Nagios Projects
Topic: Switch monitoring error
Replies: 7
Views: 3567

Re: Switch monitoring error

Works correctly with this MIB

check_command check_snmp!-C public -o ifOperStatus.10106 -r 1 -m RFC1213-MIB

Interface Gi0/6
OK 03-11-2013 15:37:04 0d 0h 41m 44s 1/3 SNMP OK - up(1)
by fugitive
Mon Mar 11, 2013 1:44 pm
Forum: Open Source Nagios Projects
Topic: Switch monitoring error
Replies: 7
Views: 3567

Re: Switch monitoring error

After doing this:

/usr/local/nagios/etc/objects# snmpwalk -v2c -c public 10.100.0.1 | grep "ifOperStatus*"

Found out ports are listed like this: = port 6
IF-MIB::ifOperStatus.10106 = INTEGER: up(1)
by fugitive
Mon Mar 11, 2013 1:21 pm
Forum: Open Source Nagios Projects
Topic: /nagios/cgi-bin/statusmap.cgi was not found on this server
Replies: 7
Views: 5213

/nagios/cgi-bin/statusmap.cgi was not found on this server

The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server

I installed libgd2-xpm-dev but i'm unsure how to recompile to fix this issue.
by fugitive
Mon Mar 11, 2013 12:20 pm
Forum: Open Source Nagios Projects
Topic: Switch monitoring error
Replies: 7
Views: 3567

Switch monitoring error

I'm running into issues monitoring my cisco gear. I'm attempting to just get the link status for single interface (interface 6) on cisco catalyst switch. I receive this error in nagios: External command error: Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed ob...
by fugitive
Fri Mar 08, 2013 3:13 pm
Forum: Open Source Nagios Projects
Topic: Nagios 3.4.4 / Ubuntu Server / Permission denied to htpasswd
Replies: 10
Views: 11369

Re: Nagios 3.4.4 / Ubuntu Server / Permission denied to htpa

I admit I needed to read your explanation a few times but it has sunk in.

I was looking at adding www-data user to the nagios group thinking that would resolve the issue but was not sure about this move and knew it probably wasn't the correct way to fix this.
by fugitive
Fri Mar 08, 2013 2:45 pm
Forum: Open Source Nagios Projects
Topic: Nagios 3.4.4 / Ubuntu Server / Permission denied to htpasswd
Replies: 10
Views: 11369

Re: Nagios 3.4.4 / Ubuntu Server / Permission denied to htpa

Thank you so much that solved my issue.

I'm new to nagios and linux. Can you tell me what that command did to fix the issue?