Re: [Nagios-users] Plugin for monitoring FreeBSD for updates (like check_apt)?

2007-11-12 Thread Matthias Kellermann
Michael W. Lucas schrieb: > On Mon, Nov 12, 2007 at 04:42:40PM +0100, Matthias Kellermann wrote: >> Hi list, >> >> anyone knows of a Nagios plugin to check the FreeBSD ports and base >> system for updates? I'm searching for something like check_apt for >> Debian/Ubuntu. >> >> One important thing is

Re: [Nagios-users] check_snmp_storage fails on 2003 box, works manually

2007-11-12 Thread chris serafin
AA, after over 6+ hours of editing CLI code, my eyes failed me. I changed these simple flags and it works great. Sorry for the newb false alarm. Chris Serafin Security Engineer [EMAIL PROTECTED] On Nov 12, 2007 12:58 AM, Hugo van der Kooij <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED M

Re: [Nagios-users] Host monitoring

2007-11-12 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jerad Riggin > Sent: Monday, November 12, 2007 4:52 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Host monitoring > > So what would be the best way to monitor in

[Nagios-users] Host monitoring

2007-11-12 Thread Jerad Riggin
So what would be the best way to monitor in this situation? I have Host A, hosting two websites. Currently I have both websites configured as separate hosts, so in nagios it shows up as ServerA - site.com, and another host ServerA - siteb.com This doesn't seem efficient since I am pinging both s

Re: [Nagios-users] Status display colors

2007-11-12 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Israel Brewster > Sent: Monday, November 12, 2007 4:27 PM > To: Nagios Users mailinglist > Subject: [Nagios-users] Status display colors > > Is there any way to change the colors generat

[Nagios-users] Status display colors

2007-11-12 Thread Israel Brewster
Is there any way to change the colors generated by status.cgi? My boss is complaining that it is really hard for him to read the dark blue hostname on the dark red background you get when a host is down. Thanks! --- Israel Brewster Computer Support

Re: [Nagios-users] Date/Time and Additional Info Shows as $

2007-11-12 Thread Haydn Solomon
You're probably using wrong/outdated macros. Check the documentation for version of nagios you're using and update your commands configuration files. On Nov 12, 2007 4:52 PM, Robert Gil <[EMAIL PROTECTED]> wrote: > For some reason the Date/Time and Additional Info don't show up. Any > thoughts

[Nagios-users] Date/Time and Additional Info Shows as $

2007-11-12 Thread Robert Gil
For some reason the Date/Time and Additional Info don't show up. Any thoughts as to why this might be? I couldn't find anything about it online. * Nagios * Notification Type: PROBLEM Service: Storage / Host: Unix Server Address: xxx.xxx.xxx.xxx State: CRITICAL Date/Tim

Re: [Nagios-users] Two instances of ndo2db running...

2007-11-12 Thread GT4NE1
Okay, maybe you are right. I just rechecked my database and their are recent entries in there. Sorry and thanks. -GT On 11/12/07, Valdinger, Stephen (DOV, MSX) <[EMAIL PROTECTED]> wrote: > This is correct, I just verified to make sure that mine behaves the same > way, and alas, it does. > > > >

Re: [Nagios-users] Nagios time format

2007-11-12 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jerad Riggin > Sent: Monday, November 12, 2007 3:16 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios time format > > Is there a way to change the time format

[Nagios-users] Nagios time format

2007-11-12 Thread Jerad Riggin
Is there a way to change the time format that nagios uses? CST would make the logs easier to read. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log even

Re: [Nagios-users] Two instances of ndo2db running...

2007-11-12 Thread Patrick Morris
On Mon, 12 Nov 2007, GT4NE1 wrote: > Any ideas why two ndo2db process are starting? That's just the way it works. If you only saw one, it'd mean it wasn't working. You'll see one when you start it up, and a second will appear when Nagios uses it. It's not a problem. --

Re: [Nagios-users] Checkhttp string

2007-11-12 Thread Marcin Praczko
> How do I go about checking a specific page in a site? I am able to > successfully check a string on the default document for a site but if > I specify for example index2.aspx in the host part of checkhttp, it > throws an error. You can use command (Exacly with ENTER as I wrote:) define command

Re: [Nagios-users] Checkhttp string

2007-11-12 Thread Hari Sekhon
don't you mean to use -u /index.aspx instead of putting it in the host part? ;-) try something more along the lines of: check_http -H www.mysite.com -u /index.aspx -s "string to look for" -h Hari Sekhon Jerad Riggin wrote: > How do I go about checking a specific page in a site? I am able t

[Nagios-users] Checkhttp string

2007-11-12 Thread Jerad Riggin
How do I go about checking a specific page in a site? I am able to successfully check a string on the default document for a site but if I specify for example index2.aspx in the host part of checkhttp, it throws an error. - T

[Nagios-users] Two instances of ndo2db running...

2007-11-12 Thread GT4NE1
I'm having an issue with NDOutils where it starts two instances of ndo2db. I start one manually like the install says, but when I start nagios, a second instance pops up. The strange thing is it didn't do this the first time I started everything up after installing. It wrote to the database and t

Re: [Nagios-users] Two difrent location - one monitoring system.

2007-11-12 Thread Marcin Praczko
Thank you very much for explaing some ideas. I know that maybe I don’t understand your idea - I apologies for that. Look: I have local network behind one server which is available to connect from Internet. But behind this server are network devices (NAS, IDS, etc) which communicate each other b

Re: [Nagios-users] Plugin for monitoring FreeBSD for updates (like check_apt)?

2007-11-12 Thread Michael W. Lucas
On Mon, Nov 12, 2007 at 04:42:40PM +0100, Matthias Kellermann wrote: > Hi list, > > anyone knows of a Nagios plugin to check the FreeBSD ports and base > system for updates? I'm searching for something like check_apt for > Debian/Ubuntu. > > One important thing is that I also want to monitor all

[Nagios-users] Plugin for monitoring FreeBSD for updates (like check_apt)?

2007-11-12 Thread Matthias Kellermann
Hi list, anyone knows of a Nagios plugin to check the FreeBSD ports and base system for updates? I'm searching for something like check_apt for Debian/Ubuntu. One important thing is that I also want to monitor all the FreeBSD jails for updates, too. Any help/hint appreciated :) Matthias ---

Re: [Nagios-users] Two difrent location - one monitoring system.

2007-11-12 Thread Marc Powell
> -Original Message- > From: Marcin Praczko [mailto:[EMAIL PROTECTED] > Sent: Monday, November 12, 2007 8:49 AM > To: Marc Powell; nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] Two difrent location - one monitoring system. > > > Why not use the host_name you want displ

Re: [Nagios-users] Two difrent location - one monitoring system.

2007-11-12 Thread Marcin Praczko
> Why not use the host_name you want displayed in the host{} definitions > but the host{} address for serverX? The host_name is used for > display/notification purposes and the address is only used behind the > scenes for communication. Assign the individual services{} for each host > currently def

Re: [Nagios-users] Two difrent location - one monitoring system.

2007-11-12 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marcin Praczko > Sent: Monday, November 12, 2007 8:16 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Two difrent location - one monitoring system. > > > > Hi Eve

[Nagios-users] Notification.

2007-11-12 Thread Marcin Praczko
Dear Nagios user. I would like to ask you about some Nagios notification configuration. On my Nagios I have two notification, one is via email, and second is via SMS. And now if some problem will appear I have got both alert email and sms, what is correct. But know on my servers some proble

[Nagios-users] Two difrent location - one monitoring system.

2007-11-12 Thread Marcin Praczko
Hi EveryOne, I would like to ask you about some Nagios Solusion. These Is current configuration: Localisation 1. Server1 ServerA Server2 ServerB Server3 --- Nagios Serve