Re: [Nagios-users] Why are there "commands"?

2009-09-01 Thread 劉岳泓

If you code relevant checking command in each service, Nagios should 
register every single command in system memory.
But by using command "templates", Nagios needs only register command 
definitions "once" and parameters for each service,
this is more memory efficient.


David Dyer-Bennet 提到:
> I don't really understand the purpose / utility of the "command" level of
> abstraction in Nagios configuration.  (2.10; we're still on Centos 4.7).
>
> To define a new service to check particular Windows web services we've
> written, I define a service, and then it has to refer to a command, and
> over in the command I have to hard-code the parameters needed to test this
> specific service -- so in fact I need a separate command for each service.
>  This seems, to me, to just introduce confusion, and separate bits of
> information that belong together.
>
> Is this just a historical artifact that in fact doesn't make much sense,
> or are there lots of cases where it's useful and makes it easier or
> clearer to do what you want?
>
> (I'm fine with "that's the way it works, but it doesn't really make much
> sense as it turns out", I've got plenty of that in my own code; I'm just
> looking for more understanding, in case it makes more sense than I've so
> far figured out.)
>
> As a broader question, are there documents that give more of a logical
> overview of Nagios, explaining how and why things are broken up and how
> they work together?
>   
> 
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.5.409 / Virus Database: 270.13.71/2330 - Release Date: 08/27/09 
> 18:02:00
>
>   

-- 
劉岳泓 Liu,Yueh-Hung
零九三七零四四零七六 0937044076
歪優依耶取優恩機[小老鼠]希耶取梯[點]希歐耶姆[點]梯搭伯優 yueh...@cht.com.tw
SCSA + ITIL Foundation + ISO 27001 Auditor


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Monitoring a router

2009-09-01 Thread Jim Avery
2009/9/1 David Dyer-Bennet :
> Is this "best practice" in the opinion of the community?  Or is using SNMP
> to monitor something inside the router better somehow?  And if so, WHAT?


Good question.  One person's 'best practice' is another person's
over-kill or under-kill.

My golden rule is "only monitor something if you're going to be
interested in it".  For routers this usually means I simply ping them,
but often I'm interested in bandwidth of specific interfaces too so I
make sure specific WAN links are monitored for bandwidth, errors,
discards and so on using the plugins from http://www.manubulon.com

It's often a good idea to have the router send you SNMP traps - you'll
need to configure snmptt to handle them though, maybe using NagTrap.
I often find I get more traps than I'm interested in though - which
breaks the golden rule (see above) - so I then need either to filter
the traps out in the snmptt config or prevent the router from sending
them in the first place.

I used to monitor each router interface using ping, but now I think
that's usually overkill.  It just depends ...

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Monitoring a router

2009-09-01 Thread Marc Powell

On Sep 1, 2009, at 4:41 PM, David Dyer-Bennet wrote:

> Right now I'm just pinging it.  That works, in the sense that I get  
> the
> ping back. But I am suspicious that, if the link went down, the router
> would still respond to pings.
>
> Is this "best practice" in the opinion of the community?

We monitor about 3000 routers with ping only. We ping an RFC 1918 IP  
assigned to the loopback interface on the router. That way, as long as  
any serial interface on the router is up, the router is still 'up'  
without us having to configure every a ping for every serial  
interface. This is sufficiently 'up' for our SLA purposes... For the  
purposes of parenting, the ping check is likely sufficient.

We also monitor the individual interfaces via SNMP to know when any  
one goes down. We have a process such that we don't need to add each  
specific serial interface into nagios but just figure what should be  
up in real time.

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Monitoring a router

2009-09-01 Thread David Dyer-Bennet
Not complex stuff; I'm not really monitoring the router primarily (that's
another group's job), but I want some kind of check whether the router,
and the connection it serves, are working or not (to use as a parent for
other checks, so that I get just get notified that the router is down
rather than every host and server beyond it reported down if the link goes
down).

Right now I'm just pinging it.  That works, in the sense that I get the
ping back. But I am suspicious that, if the link went down, the router
would still respond to pings.

Is this "best practice" in the opinion of the community?  Or is using SNMP
to monitor something inside the router better somehow?  And if so, WHAT? 
One thing that comes to mind is IP-MIB::ipForwarding, which appears to be
a boolean.  I don't know if that indicates administrative state or actual
condition, though.  Should I be looking for some sort of interface state
field instead?

(It's a  Cisco IOS Software, Catalyst 4000 L3 Switch Software
(cat4000-I9S-M), Version 12.2(25)EWA11, RELEASE SOFTWARE (fc1)).
-- 
David Dyer-Bennet, d...@dd-b.net; http://dd-b.net/
Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/
Photos: http://dd-b.net/photography/gallery/
Dragaera: http://dragaera.info


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Email service notifications not working

2009-09-01 Thread David Dyer-Bennet

On Tue, September 1, 2009 14:44, Marc Powell wrote:

> Reading between the lines, this seems to be a new install for you. Is
> there any reason you're starting with an old version? 3.0 has been out
> since 3/2008 and offers many improvements over 2.x. You're also
> starting out way behind the curve and will find fewer and fewer people
> willing or able to help support you.

It's a new round of additions to an existing install, so much of what I'm
working with is new.

I'm using 2.10 because that's what Centos 4.8 includes.  That's old, too,
of course; but we just upgraded from 4.7 to 4.8 on this box earlier this
week.
-- 
David Dyer-Bennet, d...@dd-b.net; http://dd-b.net/
Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/
Photos: http://dd-b.net/photography/gallery/
Dragaera: http://dragaera.info


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Monitoring Unix machine from a windows machine

2009-09-01 Thread Leandro Quibem Magnabosco
Title: Untitled Document




Steven Battaille escreveu:

  
  
  

  
  Hi all
   
  Is there somebody who got
experience in
monitoring Unix machines from a windows machine?
   
  I’m not able to install the
nagios
plugins on the Unix machine. So it is the windows machine that will
launch the
scripts on the Unix machine.
   
  Would this be done by SSH or
any other
manner?
   
  Thx
   
  Steven Battaille
  Advanced Projects &
Products
  Belgium
  
  


Hi Steven,

You could use ssh -T to run a single command and quit.
The command would gather results for you and give those results to
Nagios in the Windows machine.

Let's say you want to know how much space you got left on you
partitions.
You can build up a single line of command to use "df" and sed/grep/awk
your way to receive how much space is left for each partition.
You could also gather all the df output and use windows
executables/scripts to check it out and tell nagios if everything is OK
or if some Warning or Critical message is needed.

Got the idea?

Besides that, you could use external checks, like check_dns.
check_dns will try to resolv hosts using nslookup thru your server and
tell you if it worked, so you can implement those kinds of checks
also...

For now I can't think of anything else, if I do I will let you know.

Good luck!





  

  
  
  
   
  
  Leandro
Quibem Magnabosco
Consultor de TI
(48) 3251-5323
  leandro.magnabo...@fcdl-sc.org.br
  www.fcdl-sc.org.br
  Rua: Rafael Bandeira, 41
CEP. 88015-450  Florianópolis - SC
  
  

  

"Este
é um e-mail oriundo da Federação das Câmaras de Dirigentes Lojistas de
Santa Catarina, e seu conteúdo é confidencial e destinado
exclusivamente a seu(s) destinatário(s), não podendo ser copiado ou
repassado,no todo ou em parte, a terceiros. Se esta mensagem foi-lhe
enviada por engano, pedimos o obséquio de entrar em contato conosco.
This is an e-mail from the Federação das Câmaras de Dirigentes Lojistas
de Santa Catarina and its contents are privileged and confidential to
the ordinary user(s) of the e-mail address(es) to which it was
addressed, and no one else may copy or forward all or any of it in any
form. If this e-mail was sent to you in error, please contact us."






--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Monitoring Unix machine from a windows machine

2009-09-01 Thread Kevin Keane
You say that the Windows machine is able to launch scripts on the Unix 
machine. Why not plugins - which basically simply ARE scripts? There are 
multiple ways to launch scripts on the Unix box. Which one is 
appropriate for you depends on your specific situation. Look into NSCA 
or NRPE (those do require an agent to be installed on the Unix box), as 
well as check_by_ssh.

Steven Battaille wrote:
>
> Hi all
>
> Is there somebody who got experience in monitoring Unix machines from 
> a windows machine?
>
> I’m not able to install the nagios plugins on the Unix machine. So it 
> is the windows machine that will launch the scripts on the Unix machine.
>
> Would this be done by SSH or any other manner?
>
> Thx
>
> Steven Battaille
>
> Advanced Projects & Products
>
> Belgium
>


-- 
Kevin Keane
Owner
The NetTech
Find the Uncommon: Expert Solutions for a Network You Never Have to Think About

Office: 866-642-7116
http://www.4nettech.com

This e-mail and attachments, if any, may contain confidential and/or 
proprietary information. Please be advised that the unauthorized use or 
disclosure of the information is strictly prohibited. The information herein is 
intended only for use by the intended recipient(s) named above. If you have 
received this transmission in error, please notify the sender immediately and 
permanently delete the e-mail and any copies, printouts or attachments thereof.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Email service notifications not working

2009-09-01 Thread Marc Powell

On Sep 1, 2009, at 1:53 PM, David Dyer-Bennet wrote:

>
> On Tue, September 1, 2009 12:25, David Dyer-Bennet wrote:

> So for example I could see that that I was not in fact getting
> notification options set.  That part I've figured out -- you have to  
> put
> them in the service definition, you can't JUST have them in the   
> contact
> definition.

Yes, in 2.x, they were required there. Not so in 3.x. If not present,  
the implication is that _all_ notification options are active.

Reading between the lines, this seems to be a new install for you. Is  
there any reason you're starting with an old version? 3.0 has been out  
since 3/2008 and offers many improvements over 2.x. You're also  
starting out way behind the curve and will find fewer and fewer people  
willing or able to help support you.

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Email service notifications not working

2009-09-01 Thread David Dyer-Bennet

On Tue, September 1, 2009 12:25, David Dyer-Bennet wrote:

> How do I approach this debugging problem?  I'm assuming my config is at
> fault of course; but I'm running out of places to look.

Following up my own query -- I'm not sure it's resolved yet, but I've
found the "view config" option on the web page, which has been VERY useful
in figuring out what's going on.  For anybody who doesn't know, it shows
all the detailed parameters set on various objects.

So for example I could see that that I was not in fact getting
notification options set.  That part I've figured out -- you have to put
them in the service definition, you can't JUST have them in the  contact
definition.

Still testing to see if there's anything else wrong, but this is turning
out to be a tremendously useful tool to see how Nagios has understood my
configuration.

-- 
David Dyer-Bennet, d...@dd-b.net; http://dd-b.net/
Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/
Photos: http://dd-b.net/photography/gallery/
Dragaera: http://dragaera.info


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Email service notifications not working

2009-09-01 Thread David Dyer-Bennet
Or SOME of them.  I did get ONE email service notification -- when I
"acknowledged" a problem, I got a notification of that.  But I got no
notification of the change to critical status, and no notification of the
return to normal.

Service notification options are w,u,c,r.  service notification period is
24x7.  Service notification command is notify-by-email.  Nagios 2.10 on
Centos 4.8.  I believe sendmail is configured adequately, because I can
send a test email by hand, and because I've received that one service
notification.  Host notifications have generally worked on this install,
though I haven't tested one lately.

The web display is showing the service going into state critical, and it
shows notifications enabled for that service.  It shows "last service
notification" as N/A, making me think that the problem is that Nagios
isn't sending the notification, rather than any sort of delivery issue
(and I've tested email from the monitoring host, works fine).

This is a small setup, 13 hosts and 28 services, on a system with no load
problems, so I'm not worried about performance issues being the cause. 
Everything is active tests form the monitoring system.

How related are host and service notification? Should I test host
notification at this point, or should I go ahead and work on service
notification on its own?

How do I approach this debugging problem?  I'm assuming my config is at
fault of course; but I'm running out of places to look.
-- 
David Dyer-Bennet, d...@dd-b.net; http://dd-b.net/
Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/
Photos: http://dd-b.net/photography/gallery/
Dragaera: http://dragaera.info


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] AUTO: Shanmuga Sundram V R is out of the office (returning 07/09/2009)

2009-09-01 Thread Shanmuga_Svr

I am out of the office until 07/09/2009.

Please contact HV Nagaraj Upadhyaya (nagar...@jubilantbiosys.com) or IT
Support (bangalorebiosys_itsupp...@jubl.com) for any requirements.


Note: This is an automated response to your message Nagios-users Digest,
Vol 40, Issue 1 sent on 9/1/2009 7:25:28 PM.
This is the only notification you will receive while this person is away.






--
This e-mail and any files transmitted with it contain confidential Copyright, 
Proprietary and Legal privileged information. It should not be used by anyone 
who is not the original intended recipient, Any use, distribution, copying or 
disclosure by any other person is strictly prohibited. If you receive this 
transmission and other information in this, please notify the sender by reply 
email and then destroy the message. Opinions, conclusions and other information 
in this  message  that do not relate to official message of Jubilant Organosys 
Ltd and its subsidiaries, holding companies i.e. Jubilant Group shall be 
understood to be neither given nor endorsed by jubilant Group. Internet 
communications cannot be guaranteed to be timely, Secure, error or virus free. 
The sender does not accept liability for any errors or omissions.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Checking DHCP by NRPE

2009-09-01 Thread Eduardo Barreto
Hi All,

How can I check a dhcp service on a remote machine, and so squid?


I'm planning to use a nrpe plugin.


Thanks in advance

Eduardo Barreto
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Hiding services whose hosts are in scheduled downtime in status.cgi

2009-09-01 Thread Martin Melin
Hello,

If a host is in scheduled downtime, Nagios won't send notifications for the
services on that host. However, they still show up in Service Problems ->
Unhandled as CRITICAL.

Is there a way to change the arguments to status.cgi so that services whose
hosts are in scheduled downtime are handled the same way as if they are in
scheduled downtime themselves, or at least so that they are not included in
the output?

If someone has a better idea for handling services when hosts are in
scheduled downtime, please do tell.

Thanks and best regards,
Martin Melin
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Timeperiods and exception = BUG ?

2009-09-01 Thread Patrick Archibal

Hello,

I'm using nagios v3.0.6 in production environnement.
I'm having a serious problem with time periods. When i configure exceptions , 
notifications don't work anymore.

My configuration 


With this configuration, all works 

define timeperiod{
timeperiod_name freeday
alias   My freeday
january 1   00:00-24:00
december 2500:00-24:00
}  


define timeperiod {
timeperiod_name 11x5
alias   11 Hours A Day, 5 Days A Week
monday  07:30-18:30
tuesday  07:30-18:30
wednesday  07:30-18:30
thursday 07:30-18:30
friday 07:30-18:30
exclude freeday
}


But with this configuration (ie i just add july 14)

define timeperiod{

timeperiod_name freeday

alias   My freeday

january 1   00:00-24:00
july 14   00:00-24:00

december 2500:00-24:00

It seems notifications are disabled !

For information :

if i use send custom notification, no notifications are send
if i use send custom notification with forced checked , it works !

For information, in contact.cfg i have this :

service_notification_period 11x5
host_notification_period11x5


And in services configuation i have this :
  check_period24x7
notification_period 11x5

Can someone tell me if there is a bug or not ? Because i tried everything but 
it doesn't work !

Best Regards
Patrick




_
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9e&form=MVDE6--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Monitoring Unix machine from a windows machine

2009-09-01 Thread Morris, Patrick
Steven Battaille wrote:
>
> Hi all
>
>  
>
> Is there somebody who got experience in monitoring Unix machines from 
> a windows machine?
>
>  
>
> I’m not able to install the nagios plugins on the Unix machine. So it 
> is the windows machine that will launch the scripts on the Unix machine.
>
>  
>
> Would this be done by SSH or any other manner?
>

If you can't install plugins on the Unix machine, you're pretty limited 
in what you'll be able to do. Even if you were to SSH in from the 
Windows box, there'd be nothing to run once you got there to check the 
local disk.

You're probably going to either need a plugin on the box somehow (i.e., 
in a user's home directory if not installed in a usual system location), 
or use some sort of remote check like SNMP.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 update from V2.3 to V3.0.6

2009-09-01 Thread Richard Gliebe
On 9/1/09 3:01 PM Ryan Bowlby wrote:
> --- On Tue, 9/1/09, Richard Gliebe  wrote:
> 
>> From: Richard Gliebe 
>> Subject: [Nagios-users] Nagios update from V2.3 to V3.0.6
>> To: "nagios-users" 
>> Date: Tuesday, September 1, 2009, 2:14 AM
>> Hi all,
>>
>> I need to update our Nagios Installation from Version 2.3
>> to Version
>> 3.0.6 on a FreeBSD 6.2 STABLE Box
>>
>> My first step is to do a source upgrade on the FreeBSD Box
>> to the last
>> STABLE Version (7.2) including all Ports and all Docs.
>>
>> The Nagios Update should be done by Ports and NOT with the
>> Source Code
>> like './configure && make && make
>> install'.
>>
>> Is there a HOWTO available?
>>
>> I want to keep the existing Nagios Configuration.
>>
>> Thanks in advance
>> Richard
> 
> 
> Hi Richard,
> 
> Do you have a FreeBSD test environment? If yes, just install Nagios3 in the 
> test env and copy over your configs and verify the configs.
> 
> nagios -v ./nagios.cfg
> 
> Post any problems that you can't work out.
> 
> Major version upgrades in FreeBSD really aren't that bad. Don't forget 
> backups. ;)
> 
> http://www.freebsd.org/doc/en/books/handbook/updating-freebsdupdate.html
> 
> -Ryan

Hi Ryan,

thanks for your replay,

Yes, we have a test environment with Nagios V3.0.b3 on a FreeBSD 7.2 
StABLE Box, which is our Failover Installation.

nagios-failover# pkg_info | grep -i nagio
nagios-3.0.b3   Extremely powerful network monitoring system
nagios-plugins-1.4.9_1,1 Plugins for Nagios
nagios-radauth-plugin-1.00_1 Nagios plugin for checking radius server
nrpe-1.9_2  Nagios Remote Plugin Executor

Tomorrow (CEST), I'll do a Nagios re-install from the ports to Version 3.0.6

We will see what happens ;-)

Backup: original austrian (NOT Australia) admins DON'T need backups ;-))

Thanks
Richard

-- 
Richard Gliebe
Information Services
Fachhochschule Vorarlberg GmbH / University for Applied Science

Hochschulstrasse 1
A-6850 Dornbirn
T: +43 5572 792 2207
M: richard.gli...@fhv.at
W: www.fhv.at
FN 165415 h, LG Feldkirch

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] nsclient++ check_nt USEDDISKSPACE Segmentation fault

2009-09-01 Thread Massimo Balestra
Hi Jon,
Thank you for the answer. 
Here are my answers to your questions.

> What patches got installed?
Here is the list.
- Update for Windows Server 2003 (KB968389)
- Security Update for Windows Server 2003 (KB973869)
- Security Update for Windows Server 2003 (KB960859)
- Update for Windows Server 2003 (KB970653)
- Update for Internet Explorer 8 Compatibility View List for Windows Server
2003 (KB973874)
- Security Update for Windows Server 2003 (KB971657)
- Security Update for Windows Server 2003 (KB973815)
- Security Update for Windows Server 2003 (KB960859)
- Security Update for Windows Server 2003 (KB973507)
- Security Update for Windows Server 2003 (KB973354)
- Security Update for Windows Server 2003 (KB956744)
- Security Update for Windows Server 2003 (KB973869)
- Security Update for Windows Server 2003 (KB973540)
- Security Update for Windows Server 2003 (KB971557)
- Security Update for Windows Server 2003 (KB971032)
- Update for Windows Server 2003 (KB968389)
- Security Update for Windows Server 2003 (KB961371)
- Windows Malicious Software Removal Tool - August 2009 (KB890830)
- Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family
Update for .NET versions 2.0 through 3.5 (KB951847) x86
- Remote Desktop Connection (Terminal Services Client 6.0) for Windows
Server 2003 (KB925876)



> Tried running strace to see what it is doing when it dies?
Here is the result of the strace.

ns2:~# strace /usr/local/nagios/libexec/check_nt -H servername -p 12489 -s
password -v USEDDISKSPACE -l c
execve("/usr/local/nagios/libexec/check_nt",
["/usr/local/nagios/libexec/check_"..., "-H", "servername", "-p", "12489",
"-s", "password", "-v", "USEDDISKSPACE", "-l", "c"], [/* 16 vars */]) = 0
brk(0)  = 0x80ee000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f7e000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=25644, ...}) = 0
mmap2(NULL, 25644, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f77000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/i686/cmov/libnsl.so.1", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\1\0\0004\0\0\0\230"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=87800, ...}) = 0
mmap2(NULL, 100328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7f5e000
mmap2(0xb7f73000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7f73000
mmap2(0xb7f75000, 6120, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f75000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/i686/cmov/libresolv.so.2", O_RDONLY) = 3
read(3,
"\177elf\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\...@!\0\0004\0\0\0\310"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67408, ...}) = 0
mmap2(NULL, 80068, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7f4a000
mmap2(0xb7f5a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0xb7f5a000
mmap2(0xb7f5c000, 6340, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f5c000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/i686/cmov/libdl.so.2", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\0004\0\0\0H"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9680, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f49000
mmap2(NULL, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7f45000
mmap2(0xb7f47000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7f47000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260e\1\0004\0\0\0\4"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1413540, ...}) = 0
mmap2(NULL, 1418864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7dea000
mmap2(0xb7f3f000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x155) = 0xb7f3f000
mmap2(0xb7f42000, 9840, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f42000
close(3)= 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7de9000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7de96b0, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1,
seg_not_present:0, useable:1})

[Nagios-users] Monitoring Unix machine from a windows machine

2009-09-01 Thread Steven Battaille
Hi all

 

Is there somebody who got experience in monitoring Unix machines from a
windows machine?

 

I'm not able to install the nagios plugins on the Unix machine. So it is
the windows machine that will launch the scripts on the Unix machine.

 

Would this be done by SSH or any other manner?

 

Thx

 

Steven Battaille

Advanced Projects & Products

Belgium

 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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 crashes

2009-09-01 Thread Assaf Flatto
Thanks Marc 

It was the perfdata.log  got to a 2Gb size  .
once i located it and rotated the file  , nagios started up nicely.

Assaf

On Tuesday 01 September 2009 13:53:47 Marc Powell wrote:
> On Sep 1, 2009, at 9:22 AM, Assaf Flatto wrote:
> > write(6, "1251811259||Victoria-Ixxys_BOPC|"..., 139) = -1 EFBIG
> > (File too large)
> > --- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
> > +++ killed by SIGXFSZ +++
> >
> >
> > has anyone encountered this before ?
>
> Not related to nagios. The file it's trying to write to, whatever it
> is, has reached the max file size supported by your file system (2GB
> maybe). Is that nagios.log? Have you disabled nagios' log rotation in
> nagios.cfg?
>
> If it's not nagios.log, do you use any external modules that write to
> files? Check those to see if they've reached that max file size.
>
> If you can't find it at all, you can use the find command to locate
> all large files on your system and see if they relate to nagios. The
> following command will find all files greater than 1.5GB - find / -
> size +1500M -ls
>
> --
> Marc
>
>
> ---
>--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day trial. Simplify your report design, integration and deployment - and
> focus on what you do best, core application coding. Discover what's new
> with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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



-- 
Assaf Flatto
SSP Ops Team
Linux System Administrator
169 Euston Road, London, NW1 2AE





IMPORTANT . this email and the information in it may be confidential, legally
privileged and/or protected by law. It is intended solely for the use of the
person to whom it is addressed. If you are not the intended recipient, please
notify the sender immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information in any medium.
Please also delete all copies of this email and any attachments from your
system.

We cannot guarantee the security or confidentiality of email communications. We
do not accept any liability for losses or damages that you may suffer as a
result of your receipt of this email including but not limited to computer
service or system failure, access delays or interruption, data non-delivery or
mis-delivery, computer viruses or other harmful components.

Copyright in this email and any attachments belong to Select Service Partner UK
Limited. Should you communicate with anyone at Select Service Partner UK 
Limited by
email, you consent to us monitoring and reading any such correspondence.

Nothing in this email shall be taken or read as suggesting, proposing or
relating to any agreement concerted practice or other practice that could
infringe UK or EC competition legislation.

Select Service Partner UK Limited is a company registered in England and Wales
(company number 05687183) whose registered office is at 1 The Heights, 
Brooklands, Weybridge. Surrey. KT13 0NY
 
 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 crashes

2009-09-01 Thread Assaf Flatto
To add more information to this problem .

It appears that the nagios works fine until the cmd.cgi is called and then it 
crashes (when trying 
to reschedule a check) .

I rebuild the CGI from the source , and reinstalled it , but still the issue 
persists .
hope this helps some more .

Assaf


On Tuesday 01 September 2009 14:22:08 Assaf Flatto wrote:
> Hello
>
> I have nagios 3.0,6 from source running on SLES 10.2 (i586) . and i had it
> running for a long time with no issues.
>
> in the last couple of days it started crashing .
> I run nagios with a strace and this is the error i get when it crashes,
>
> write(6, "1251811259||Victoria-Ixxys_BOPC|"..., 139) = -1 EFBIG (File too
> large) --- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
> +++ killed by SIGXFSZ +++
>
>
> has anyone encountered this before ?
>
> thanks



-- 
Assaf Flatto
SSP Ops Team
Linux System Administrator
169 Euston Road, London, NW1 2AE





IMPORTANT . this email and the information in it may be confidential, legally
privileged and/or protected by law. It is intended solely for the use of the
person to whom it is addressed. If you are not the intended recipient, please
notify the sender immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information in any medium.
Please also delete all copies of this email and any attachments from your
system.

We cannot guarantee the security or confidentiality of email communications. We
do not accept any liability for losses or damages that you may suffer as a
result of your receipt of this email including but not limited to computer
service or system failure, access delays or interruption, data non-delivery or
mis-delivery, computer viruses or other harmful components.

Copyright in this email and any attachments belong to Select Service Partner UK
Limited. Should you communicate with anyone at Select Service Partner UK 
Limited by
email, you consent to us monitoring and reading any such correspondence.

Nothing in this email shall be taken or read as suggesting, proposing or
relating to any agreement concerted practice or other practice that could
infringe UK or EC competition legislation.

Select Service Partner UK Limited is a company registered in England and Wales
(company number 05687183) whose registered office is at 1 The Heights, 
Brooklands, Weybridge. Surrey. KT13 0NY
 
 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 crashes

2009-09-01 Thread Guy Waugh
Hi Assaf,

I haven't encountered it before, but my feeling would be to look for a file
2^31 bytes in size (2147483648)... maybe the nagios logfile?

If that doesn't help, you could try strace'ing the nagios process...

Cheers,
Guy.

On Tue, Sep 1, 2009 at 3:22 PM, Assaf Flatto wrote:

> Hello
>
> I have nagios 3.0,6 from source running on SLES 10.2 (i586) . and i had it
> running for a long time
> with no issues.
>
> in the last couple of days it started crashing .
> I run nagios with a strace and this is the error i get when it crashes,
>
> write(6, "1251811259||Victoria-Ixxys_BOPC|"..., 139) = -1 EFBIG (File too
> large)
> --- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
> +++ killed by SIGXFSZ +++
>
>
> has anyone encountered this before ?
>
> thanks
>
> --
> Assaf Flatto
> SSP Ops Team
> Linux System Administrator
> 169 Euston Road, London, NW1 2AE
>
>
>
>
>
> IMPORTANT . this email and the information in it may be confidential,
> legally
> privileged and/or protected by law. It is intended solely for the use of
> the
> person to whom it is addressed. If you are not the intended recipient,
> please
> notify the sender immediately and do not disclose the contents to any other
> person, use it for any purpose, or store or copy the information in any
> medium.
> Please also delete all copies of this email and any attachments from your
> system.
>
> We cannot guarantee the security or confidentiality of email
> communications. We
> do not accept any liability for losses or damages that you may suffer as a
> result of your receipt of this email including but not limited to computer
> service or system failure, access delays or interruption, data non-delivery
> or
> mis-delivery, computer viruses or other harmful components.
>
> Copyright in this email and any attachments belong to Select Service
> Partner UK
> Limited. Should you communicate with anyone at Select Service Partner UK
> Limited by
> email, you consent to us monitoring and reading any such correspondence.
>
> Nothing in this email shall be taken or read as suggesting, proposing or
> relating to any agreement concerted practice or other practice that could
> infringe UK or EC competition legislation.
>
> Select Service Partner UK Limited is a company registered in England and
> Wales
> (company number 05687183) whose registered office is at 1 The Heights,
> Brooklands, Weybridge. Surrey. KT13 0NY
>
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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 crashes

2009-09-01 Thread Marc Powell

On Sep 1, 2009, at 9:22 AM, Assaf Flatto wrote:

> write(6, "1251811259||Victoria-Ixxys_BOPC|"..., 139) = -1 EFBIG  
> (File too large)
> --- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
> +++ killed by SIGXFSZ +++
>
>
> has anyone encountered this before ?

Not related to nagios. The file it's trying to write to, whatever it  
is, has reached the max file size supported by your file system (2GB  
maybe). Is that nagios.log? Have you disabled nagios' log rotation in  
nagios.cfg?

If it's not nagios.log, do you use any external modules that write to  
files? Check those to see if they've reached that max file size.

If you can't find it at all, you can use the find command to locate  
all large files on your system and see if they relate to nagios. The  
following command will find all files greater than 1.5GB - find / - 
size +1500M -ls

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 crashes

2009-09-01 Thread Assaf Flatto
Hello 

I have nagios 3.0,6 from source running on SLES 10.2 (i586) . and i had it 
running for a long time 
with no issues.

in the last couple of days it started crashing .
I run nagios with a strace and this is the error i get when it crashes,

write(6, "1251811259||Victoria-Ixxys_BOPC|"..., 139) = -1 EFBIG (File too large)
--- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
+++ killed by SIGXFSZ +++


has anyone encountered this before ?

thanks 

-- 
Assaf Flatto
SSP Ops Team
Linux System Administrator
169 Euston Road, London, NW1 2AE





IMPORTANT . this email and the information in it may be confidential, legally
privileged and/or protected by law. It is intended solely for the use of the
person to whom it is addressed. If you are not the intended recipient, please
notify the sender immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information in any medium.
Please also delete all copies of this email and any attachments from your
system.

We cannot guarantee the security or confidentiality of email communications. We
do not accept any liability for losses or damages that you may suffer as a
result of your receipt of this email including but not limited to computer
service or system failure, access delays or interruption, data non-delivery or
mis-delivery, computer viruses or other harmful components.

Copyright in this email and any attachments belong to Select Service Partner UK
Limited. Should you communicate with anyone at Select Service Partner UK 
Limited by
email, you consent to us monitoring and reading any such correspondence.

Nothing in this email shall be taken or read as suggesting, proposing or
relating to any agreement concerted practice or other practice that could
infringe UK or EC competition legislation.

Select Service Partner UK Limited is a company registered in England and Wales
(company number 05687183) whose registered office is at 1 The Heights, 
Brooklands, Weybridge. Surrey. KT13 0NY
 
 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] pls help me on nagios problem

2009-09-01 Thread Giorgio Zarrelli
Hi,

it seems a problem in Apache configuration, denying all but localhost
browse. Check Apache config files.

Giorgio


>
>
>
> Pls help this out
> using nagios version 3.1.2
>  plugin 1.4.13
>   centos 5
> Got this warning  on HTTP WARNING: HTTP/1.1 403 Forbidden and can't view
> on other machine http://localhost/nagios but i can brows from machine
> installed nagios http://localhost/nagios
> _
> Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.
>
> http://www.microsoft.com/windows/windowslive/products/photos.aspx--
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.
> http://p.sf.net/sfu/bobj-july___
> 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



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] FW: confirm d8d280754ed2ef3eac8ce7247a3ccf418fd95662

2009-09-01 Thread Jim Perrin
On Tue, Sep 1, 2009 at 7:12 AM, joseph malai wrote:

> Pls help this out
> using nagios version 3.1.2
>  plugin 1.4.13
>   centos 5
> Got this warning  on HTTP WARNING: HTTP/1.1 403 Forbidden and can't view on
> other machine http://localhost/nagios but i can brows from machine installed
> nagios http://localhost/nagios
>
> help me out pls

The localhost address is machine specific, and self-referencing.
essentially EVERY computer you use refers to itself as localhost. You
would have to either configure DNS or use the machine's ip address (
not 127.0.0.1).

As for the Warning, that's nagios telling you that you have an error
in your webserver setup. Most times this means that there's no default
index.html or similar page to view and directory listings aren't
allowed. Configure your server appropriately.

-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] pls help me on nagios problem

2009-09-01 Thread joseph malai



Pls help this out
using nagios version 3.1.2
 plugin 1.4.13
  centos 5
Got this warning  on HTTP WARNING: HTTP/1.1 403 Forbidden and can't view on 
other machine http://localhost/nagios but i can brows from machine installed 
nagios http://localhost/nagios
_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/products/photos.aspx--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Monitor Sun Enterprise T2000 hardware

2009-09-01 Thread Christopher Odenbach
Scott Xiao schrieb:
> Hi, is there any plugin to Monitor Sun Enterprise T2000 hardware like
> HDD failure, memery ,fan ,and CPU problem? What about Sun tape drive and
> storageteh as well? Or we can only use snmp trap sent from them to
> monitor?

If you have Solaris installed and prtpicl gives reasonable output you
can use the check_sun_hardware plugin from monitoringexchange:

http://www.monitoringexchange.org/cgi-bin/page.cgi?g=Detailed%2F3189.html;d=1

I have slightly modified the original check to run on other hardware as
well, so it might run on yours.

Christopher

-- 
==
Dipl.-Ing. Christopher Odenbach
Zentrum fuer Informations- und Medientechnologien
Universitaet Paderborn
Raum N5.122
odenb...@uni-paderborn.de
Tel.: +49 5251 60 5315
==



signature.asc
Description: OpenPGP digital signature
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] pls help me on nagios problem

2009-09-01 Thread Arlen Drina
from other machine try to enter http://ip_address_of_nagios_server/nagios

hope this helps


Arlen

On Tue, Sep 1, 2009 at 1:31 PM, joseph malai wrote:
>
>
> Pls help this out
> using nagios version 3.1.2
>  plugin 1.4.13
>   centos 5
> Got this warning  on HTTP WARNING: HTTP/1.1 403 Forbidden and can't view on
> other machine http://localhost/nagios but i can brows from machine installed
> nagios http://localhost/nagios
> 
> See all the ways you can stay connected to friends and family
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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
>

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] pls help me on nagios problem

2009-09-01 Thread joseph malai



Pls help this out
using nagios version 3.1.2
 plugin 1.4.13
  centos 5
Got this warning  on HTTP WARNING: HTTP/1.1 403 Forbidden and can't view on 
other machine http://localhost/nagios but i can brows from machine installed 
nagios http://localhost/nagios
_
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] FW: confirm d8d280754ed2ef3eac8ce7247a3ccf418fd95662

2009-09-01 Thread joseph malai



From: jay...@hotmail.com
To: nagios-users-requ...@lists.sourceforge.net
Subject: RE: confirm d8d280754ed2ef3eac8ce7247a3ccf418fd95662
Date: Tue, 1 Sep 2009 10:08:12 +







Pls help this out
using nagios version 3.1.2
 plugin 1.4.13
  centos 5
Got this warning  on HTTP WARNING: HTTP/1.1 403 Forbidden and can't view on 
other machine http://localhost/nagios but i can brows from machine installed 
nagios http://localhost/nagios

help me out pls

> From: nagios-users-requ...@lists.sourceforge.net
> To: jay...@hotmail.com
> Subject: confirm d8d280754ed2ef3eac8ce7247a3ccf418fd95662
> Date: Tue, 1 Sep 2009 08:49:24 +
> 
> Mailing list subscription confirmation notice for mailing list
> Nagios-users
> 
> We have received a request from 172.29.29.1 for subscription of your
> email address, "jay...@hotmail.com", to the
> nagios-users@lists.sourceforge.net mailing list.  To confirm that you
> want to be added to this mailing list, simply reply to this message,
> keeping the Subject: header intact.  Or visit this web page:
> 
> 
> https://lists.sourceforge.net/lists/confirm/nagios-users/d8d280754ed2ef3eac8ce7247a3ccf418fd95662
> 
> 
> Or include the following line -- and only the following line -- in a
> message to nagios-users-requ...@lists.sourceforge.net:
> 
> confirm d8d280754ed2ef3eac8ce7247a3ccf418fd95662
> 
> Note that simply sending a `reply' to this message should work from
> most mail readers, since that usually leaves the Subject: line in the
> right form (additional "Re:" text in the Subject: is okay).
> 
> If you do not wish to be subscribed to this list, please simply
> disregard this message.  If you think you are being maliciously
> subscribed to the list, or have any other questions, send them to
> nagios-users-ow...@lists.sourceforge.net.

check out the rest of the Windows Live™.
More than mail–Windows Live™ goes way beyond your inbox.
 More than messages
_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/products/photos.aspx--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Monitor Sun Enterprise T2000 hardware

2009-09-01 Thread Juergen Arndt
Hi Scott,

> Hi, is there any plugin to Monitor Sun Enterprise T2000 hardware like
> HDD failure, memery ,fan ,and CPU problem? What about Sun tape drive and
> storageteh as well? Or we can only use snmp trap sent from them to
> monitor?

personally I don't know any special plugin to monitor a T2000. But I guess  
it's quite easy to write a perl script, which parses through the output of  
prtdiag for example.

To monitor things like fans, temperatures and so on via SNMP you need to  
install a special SNMP agent additionally to the usual one (SUN delivers a  
version of Net-SNMP within a Solaris installation). Maybe the links [1]  
and [2] are helpful for that purpose. Pay attention to the fact, that you  
need different packages for different platforms - so for a T2000 you need  
a different agent than for a T1000 or a V445. In link [2] you should find  
a table which packages belongs to which platform.

For tape drives and storage solutions I have no idea, but maybe SNMP is  
your choice here too. Just study the MIBs, which data you can get from  
them and which traps they will send out.

[1] http://www.kilala.nl/Sysadmin/index.php?id=730
[2]  
http://docs.sun.com/app/docs/prod/snmp.netra.14~snmp1.4-sfire-netra?l=en#hic

Hope that helps a little bit,

Juergen

-- 
Juergen Arndt

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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