Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Felipe Tocchetto
> Sent: Monday, July 24, 2006 3:34 PM
> To: Nagios Users Mailinglist
> Subject: Re: [Nagios-users] not receiving the nagios notifications
> 
> I am using the default command.
> 
> Manually it works, without the vars.
> Thanks a lot.
> 
> I really dont know how to fix it.


I see a couple more things that I originally attributed to my mail
client formatting of your original message. They may actually be
problems with your config.

# 'host-notify-by-email' command definition
define command{
   command_namehost-notify-by-email
   command_line/usr/bin/printf "%b" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\
nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo:
$HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /usr/bin/mail -s "Host
$HOS
TSTATE$ alert for $HOSTNAME$!" $CONTACTEMAIL$
   }

In the above definition I see a carriage returns between "$HOSTNAME\"
and "nState:" as well as between "Host $HOS" and "TSTATE$". Do they
really exist in your config file? They should not. If no, can you send
the output of the following command when run as the nagios user? 

id;/usr/bin/printf "%b" "* Nagios *\n\nNotification Type: Host
Notification\nHost: teste.xxx..br\nState: CRITICAL\nAddress:
200.xxx.xx.xx\nInfo: CRITICAL - Plugin timed out after 10
seconds\n\nDate/Time: 24/07/2006 11:11:11\n" | /usr/bin/mail -s "Host
CRITICAL alert for Test Machine!"  [EMAIL PROTECTED]



--

# 'notify-by-email' command definition
define command{
   command_namenotify-by-email
   command_line/usr/bin/printf "%b" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVI
CEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState:
$SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional Info:\n\
n$SERVICEOUTPUT$" | /usr/bin/mail -s "** $NOTIFICATIONTYPE$ alert -
$HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTE
MAIL$
   }

In the above command I see a carriage returns between "$SERIV" and
"CEDESC$" as well as between "$CONTACTE" and "MAIL$". Do they really
exist in your config file? They should not.

--
Marc 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Hugo van der Kooij
> Sent: Monday, July 24, 2006 5:57 PM
> To: Nagios Users Mailinglist
> Subject: Re: [Nagios-users] not receiving the nagios notifications
> 
> On Mon, 24 Jul 2006, Felipe Tocchetto wrote:
> 
> > I am using the default command.
> >
> > Manually it works, without the vars.
> > Thanks a lot.
> >
> > I really dont know how to fix it.
> 
> Neither do I as you do not put any relevant information in your
message.

Then read previous posts in the thread. His first post was very detailed
and pretty darn thorough.

> 
> What default command? What output when you run as the nagios user?
What is
> in your smtp server logs? ..

2 of these questions have previously been answered. The logs question is
still pending.
 
> Feel free to ignore such details but just do not ask others to help
you if
> you want to keep these things a secret.

Lighten up and pay attention ;)

--
Marc

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Hugo van der Kooij
On Mon, 24 Jul 2006, Felipe Tocchetto wrote:

> I am using the default command.
>
> Manually it works, without the vars.
> Thanks a lot.
>
> I really dont know how to fix it.

Neither do I as you do not put any relevant information in your message.

What default command? What output when you run as the nagios user? What is
in your smtp server logs? ..

Feel free to ignore such details but just do not ask others to help you if
you want to keep these things a secret.

Hugo.

A: Yes.
>Q: Are you sure?
>>A: Because it reverses the logical flow of conversation.
>>>Q: Why is top posting frowned upon?

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Felipe Tocchetto
I am using the default command.

Manually it works, without the vars.
Thanks a lot.

I really dont know how to fix it.

=(

2006/7/24, Hugo van der Kooij <[EMAIL PROTECTED]>:
> On Mon, 24 Jul 2006, Felipe Tocchetto wrote:
>
> > Now I fixed the files, and the notifications are in the log file:
> >
> > [1153746375] HOST NOTIFICATION:
> > felipe;test.xx.x.br;DOWN;host-notify-by-email;CRITICAL - Plugin
> > timed out after 10 seconds
> >
> > But I don?t receive nothing by email
>
> So. Go and check on the host-notify-by-email definition.
>
> Test the command there manually as the 'nagios user' on your system to see
> if email works at all for Nagios.
>
> Hugo.
>
> --
> I hate duplicates. Just reply to the relevant mailinglist.
> [EMAIL PROTECTED]http://hvdkooij.xs4all.nl/
> Don't meddle in the affairs of magicians,
> for they are subtle and quick to anger.
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>


-- 
Felipe L. Tocchetto
http://felipe.tocchetto.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Active/Passive bug?

2006-07-24 Thread Alan Maxwell



I've always liked 
the fact that Nagios is very flexible in many areas, but this particular 
scenario I consider a bug:
 
I have a check that 
I want to be passive, the check_command portion is set to simply exit with the 
appropiate code.
 
But in the GUI, a 
user can select this service, then "enable active checks of this 
service"
This then caused me 
big problem, that the service showing warnings then was not actually in warning 
but was
forced to execute 
the check_command.
 
In my mind there 
ought to be a more strict parameter for a check, an actual 
"check_type"
You could have 
active, passive, both.
 
But then if a check 
is clearly defined as active, then never allow the web/cgi to then "enable 
passive checks".
 
 
 
Bottom line, I see 
this as an error , allowing the web interface to enable checks , that are not 
desired to run.
 
 
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Hugo van der Kooij
On Mon, 24 Jul 2006, Felipe Tocchetto wrote:

> Now I fixed the files, and the notifications are in the log file:
>
> [1153746375] HOST NOTIFICATION:
> felipe;test.xx.x.br;DOWN;host-notify-by-email;CRITICAL - Plugin
> timed out after 10 seconds
>
> But I don?t receive nothing by email

So. Go and check on the host-notify-by-email definition.

Test the command there manually as the 'nagios user' on your system to see
if email works at all for Nagios.

Hugo.

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] check_kannel

2006-07-24 Thread Luca Corti
Hello everyone,

I wrote a while back asking for a Kannel monitoring plugin. Since I've
not found it I went ahead and wrote it. If anyone is interested you may
find it here.

http://www.nagiosexchange.org/Check_Plugins.21.0.html?&tx_netnagext_pi1[p_view]=635

Be sure to read the docs, as it is very preliminary and limited.
It comes under GPL and without any warranty, obviusly.

Improvements are welcome.

Have fun

Luca


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] SNMP /Traffic monitoring

2006-07-24 Thread Morris, Patrick
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Ravi Kumar
> Sent: Monday, July 24, 2006 9:03 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] SNMP /Traffic monitoring
> 
> I want to monitor traffic on windows box.
> I've installed SNMP,configured on nagios box.
> But I'm getting message like "SNMP problem-No data received"
> How to get correct OID?

Snmpwalk comes in handy for this kind of thing.  Walk the SNMP OID tree
and looks for the ones you want to monitor.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] SNMP /Traffic monitoring

2006-07-24 Thread Ravi Kumar
I want to monitor traffic on windows box.  I've installed SNMP,configured on nagios box.  But I'm getting message like "SNMP problem-No data received"  How to get correct OID?  Thanks,  -Ravi    
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios and SQL Server 2003

2006-07-24 Thread Thibault Genessay
Hi Julien

REMY Julien wrote:
> Is it possible to supervise if SQL Server turns on a server ?

I'm hopefully french so I understand that by "turn" you mean "run"  :)
Well you can perform check_tcp on port 1433 (by default - I had told you 
1443 in a previous email, that I sent to you only ... holidays get 
closer, thanks god). This will only tell you if the TCP agent is 
listening, but it's a good start.

You can then use WMI (through the check_nt server-side plugin with the 
NC_NET client side software) to retrieve very interesting values such as 
the number of clients connected, the number of transactions per second 
and the like.

Cheers

-- 
Thibault GENESSAY
ALIADIS
www.aliadis.fr
Tel.  +33 4 72 13 90 40
Fax   +33 4 74 22 00 09

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Google Search Appliances?

2006-07-24 Thread JB Segal
Has anyone hacked up anything to monitor Google Search Appliances yet?

I figure there's a reasonably simple SNMP check as the best bet, but
wanted to see if it's already been researched.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Morris, Patrick
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Felipe Tocchetto
> Sent: Monday, July 24, 2006 8:36 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] not receiving the nagios notifications
> 
> Hi Marc
> 
> I did this mistake, thanks!
> 
> Now I fixed the files, and the notifications are in the log file:
> 
> [1153746375] HOST NOTIFICATION:
> felipe;test.xx.x.br;DOWN;host-notify-by-email;CRITICAL - 
> Plugin timed out after 10 seconds
> 
> But I don´t receive nothing by email

Have you checked your mail logs?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Felipe Tocchetto
Hi Marc

I did this mistake, thanks!

Now I fixed the files, and the notifications are in the log file:

[1153746375] HOST NOTIFICATION:
felipe;test.xx.x.br;DOWN;host-notify-by-email;CRITICAL - Plugin
timed out after 10 seconds

But I don´t receive nothing by email
 =(

2006/7/23, Marc Powell <[EMAIL PROTECTED]>:
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:nagios-users-
> > [EMAIL PROTECTED] On Behalf Of Felipe Tocchetto
> > Sent: Friday, July 21, 2006 1:28 PM
> > To: nagios-users@lists.sourceforge.net
> > Subject: [Nagios-users] not receiving the nagios notifications
> >
> > Hi All
> >
> > I have a nagios 2.4 here, I already insert some hosts to it monitor.
> > But when a host goes down, the nagios system do not send me the
> > notifications by email.
>
> You've told it not to. See below.
>
> > define contact{
> >contact_namefelipe
> >alias   Felipe Tocchetto
> >host_notification_period24x7
> >service_notification_period 24x7
> >host_notification_options   d,u,r,n
> >service_notification_optionsw,u,c,r,n
> >host_notification_commands  host-notify-by-email
> >service_notification_commands   notify-by-email
> >email   [EMAIL PROTECTED]
> >}
>
> http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#contact
>
> For host_notification_options and service_notification_options, 'n'
> means don't send _any_ notifications. Remove it and restart nagios.
>
> host_notification_options:  This directive is used to define the
> host states for which notifications can be sent out to this contact.
> Valid options are a combination of one or more of the following: d =
> notify on DOWN host states, u = notify on UNREACHABLE host states, and r
> = notify on host recoveries (UP states). *If you specify n (none) as
> an option, the contact will not receive any type of host
> notifications.*
>
> service_notification_options:   This directive is used to define the
> service states for which notifications can be sent out to this contact.
> Valid options are a combination of one or more of the following: w =
> notify on WARNING service states, u = notify on UNKNOWN service states,
> c = notify on CRITICAL service states, and r = notify on service
> recoveries (OK states). *If you specify n (none) as an option, the
> contact will not receive any type of service notifications.*
>
> (emphasis mine)
>
> --
> Marc
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>


-- 
Felipe L. Tocchetto
http://felipe.tocchetto.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] not receiving the nagios notifications

2006-07-24 Thread Felipe Tocchetto
Thanks for the relply Hugo

If you read the my message u will see that i am using the 'ping' to
monitor my host.

2006/7/22, Hugo van der Kooij <[EMAIL PROTECTED]>:
> On Fri, 21 Jul 2006, Felipe Tocchetto wrote:
>
> > I have a nagios 2.4 here, I already insert some hosts to it monitor.
> > But when a host goes down, the nagios system do not send me the
> > notifications by email.
>
> And just what DO you see happening in the ligs?
>
> Keep in mind that nagios is not intended as host monitor but service
> monitor. If you want a check on host make it a pseudo service on the host.
> Like the PING example you have seen.
>
> More details can be found in the many posts in the archives on this list
> regarding this matter.
>
> Hugo.
>
> --
> I hate duplicates. Just reply to the relevant mailinglist.
> [EMAIL PROTECTED]http://hvdkooij.xs4all.nl/
> Don't meddle in the affairs of magicians,
> for they are subtle and quick to anger.
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>


-- 
Felipe L. Tocchetto
http://felipe.tocchetto.com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Need help with the concept of network objects

2006-07-24 Thread Morris, Patrick
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Robert Snyder
> Sent: Monday, July 24, 2006 7:45 AM
> To: Nagios Users
> Subject: [Nagios-users] Need help with the concept of network objects
> 
> I understand that I explicitly define host and service 
> objects. What I don't get is how a network object is defined 
> or determined by Nagios. Is this just determined by creating 
> parent-child relationships

Yes.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Re(2): Need help with the concept of network objects

2006-07-24 Thread Robert Snyder
Thanks Barry,

The link from the FAQ to "Determining Status and Reachability of Network
Hosts" section of the manual (page 69 of the printed docs) lays it out
for me. I must have been nodding off when I read that section. That's
the problem with reading in bed. 

Cheers.

Robert

On Mon, Jul 24, 2006, Curr, Barry wrote:

>This should help you I think:
>http://www.nagios.org/faqs/viewfaq.php?faq_id=145 
>
>Regards
>Barry 
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Robert
>Snyder
>Sent: 24 July 2006 15:45
>To: Nagios Users
>Subject: [Nagios-users] Need help with the concept of network objects
>
>Hi,
>
>I have read through most, if not all, of the 258 pages of the Nagios 2.0
>documentation and have been running a Nagios install for about four
>months. At this point I am monitoring about 45 hosts and around 100
>services. My question is about network objects.
>
>I understand that I explicitly define host and service objects. What I
>don't get is how a network object is defined or determined by Nagios. Is
>this just determined by creating parent-child relationships, or is there
>some other way in which an object is defined as a network object, and
>hence it's unavailability is reported as a network outage on the Tac and
>network outages screens?
>
>I am sorry if this a silly question, but I am just not getting this
>piece of the puzzle. 
>
>Thanks in advance.
>
>Robert
>
>
>
>Robert Snyder
>Outreach Technology Services
>The Pennsylvania State University
>151A Outreach Building
>University Park  PA  16802
>Phone: 814-865-0912  Fax: 814-865-4406
>E-mail: [EMAIL PROTECTED]
>
>
>
>
>-
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share
>your
>opinions on IT & business topics through brief surveys -- and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
>V
>___
>Nagios-users mailing list
>Nagios-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nagios-users
>::: Please include Nagios version, plugin version (-v) and OS when
>reporting any issue. 
>::: Messages without supporting info will risk being sent to /dev/null
>
>_
>
>
>This message has been checked for all known viruses by the Cable &
>Wireless
>E-mail Virus Protection service, powered by MessageLabs.
>
>
>
>
>http://www.heinz.com
>This email is not intended to create a contract or an offer of
>acceptance or other legally binding commitment, unless that is expressly
>stated to be the case in the email. If the email does expressly state
>that a contract is created, then any contract for sale of goods will
>(unless expressly stated otherwise) be subject to the relevant H.J.
>Heinz's Standard Conditions of Sale applicable to that type of goods
>which are set out at www.heinzcustomers.co.uk
>
>This email and any attachments are confidential and solely for the use
>of the intended recipient. They may contain material protected by legal
>professional or other privilege. If you are not the intended recipient
>or the person responsible for delivering to the intended recipient, you
>are not authorised to and must not disclose, copy, distribute or retain
>this email or its attachments. Although this email and its attachments
>are believed to be free of any virus or other defect, it is the
>responsibility of the recipient to ensure that they are virus free and
>no responsibility is accepted by the company for any loss or damage
>arising from receipt or use thereof.
>
>This message has been checked for all known viruses by the Cable & Wireless
>E-mail Virus Protection service, powered by MessageLabs.
>
>
>
>-
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share your
>opinions on IT & business topics through brief surveys -- and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>___
>Nagios-users mailing list
>Nagios-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nagios-users
>::: Please include Nagios version, plugin version (-v) and OS when
>reporting any issue. 
>::: Messages without supporting info will risk being sent to /dev/null
>



Robert Snyder
Outreach Technology Servi

Re: [Nagios-users] Need help with the concept of network objects

2006-07-24 Thread Curr, Barry
This should help you I think:
http://www.nagios.org/faqs/viewfaq.php?faq_id=145 

Regards
Barry 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Snyder
Sent: 24 July 2006 15:45
To: Nagios Users
Subject: [Nagios-users] Need help with the concept of network objects

Hi,

I have read through most, if not all, of the 258 pages of the Nagios 2.0
documentation and have been running a Nagios install for about four
months. At this point I am monitoring about 45 hosts and around 100
services. My question is about network objects.

I understand that I explicitly define host and service objects. What I
don't get is how a network object is defined or determined by Nagios. Is
this just determined by creating parent-child relationships, or is there
some other way in which an object is defined as a network object, and
hence it's unavailability is reported as a network outage on the Tac and
network outages screens?

I am sorry if this a silly question, but I am just not getting this
piece of the puzzle. 

Thanks in advance.

Robert



Robert Snyder
Outreach Technology Services
The Pennsylvania State University
151A Outreach Building
University Park  PA  16802
Phone: 814-865-0912  Fax: 814-865-4406
E-mail: [EMAIL PROTECTED]




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

_


This message has been checked for all known viruses by the Cable &
Wireless
E-mail Virus Protection service, powered by MessageLabs.




http://www.heinz.com
This email is not intended to create a contract or an offer of acceptance or 
other legally binding commitment, unless that is expressly stated to be the 
case in the email. If the email does expressly state that a contract is 
created, then any contract for sale of goods will (unless expressly stated 
otherwise) be subject to the relevant H.J. Heinz's Standard Conditions of Sale 
applicable to that type of goods which are set out at www.heinzcustomers.co.uk

This email and any attachments are confidential and solely for the use of the 
intended recipient. They may contain material protected by legal professional 
or other privilege. If you are not the intended recipient or the person 
responsible for delivering to the intended recipient, you are not authorised to 
and must not disclose, copy, distribute or retain this email or its 
attachments. Although this email and its attachments are believed to be free of 
any virus or other defect, it is the responsibility of the recipient to ensure 
that they are virus free and no responsibility is accepted by the company for 
any loss or damage arising from receipt or use thereof.

This message has been checked for all known viruses by the Cable & Wireless
E-mail Virus Protection service, powered by MessageLabs.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Need help with the concept of network objects

2006-07-24 Thread Robert Snyder
Hi,

I have read through most, if not all, of the 258 pages of the Nagios 2.0
documentation and have been running a Nagios install for about four
months. At this point I am monitoring about 45 hosts and around 100
services. My question is about network objects.

I understand that I explicitly define host and service objects. What I
don't get is how a network object is defined or determined by Nagios. Is
this just determined by creating parent-child relationships, or is there
some other way in which an object is defined as a network object, and
hence it's unavailability is reported as a network outage on the Tac and
network outages screens?

I am sorry if this a silly question, but I am just not getting this
piece of the puzzle. 

Thanks in advance.

Robert



Robert Snyder
Outreach Technology Services
The Pennsylvania State University
151A Outreach Building
University Park  PA  16802
Phone: 814-865-0912  Fax: 814-865-4406 
E-mail: [EMAIL PROTECTED]



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Nagios and SQL Server 2003

2006-07-24 Thread REMY Julien
Hello,

Is it possible to supervise if SQL Server turns on a server ?

Thank you

Julien

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Nagios and SQL Server 2003

2006-07-24 Thread REMY Julien








Hello,

 

Is it possible to supervise if SQL Server turns on a server ?

 

Thank you

 

Julien






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null