Search found 13 matches

by ssindhe
Tue Apr 14, 2015 3:45 pm
Forum: Open Source Nagios Projects
Topic: Regarding pxe boot monitoring on linux
Replies: 14
Views: 6592

Re: Regarding pxe boot monitoring on linux

Yeah, I am --get with the file size prelinux.o
which is returning value 2
by ssindhe
Tue Apr 14, 2015 1:28 pm
Forum: Open Source Nagios Projects
Topic: Regarding pxe boot monitoring on linux
Replies: 14
Views: 6592

Re: Regarding pxe boot monitoring on linux

This is my check_tftp.sh script. when I execute this my nagios web console says "critical, tftp> pxelinux.0". When I test it, I found it is returning 2 "which is critical as you can see. But it should return 0 " which is ok" Could you guys help me in debugging it, I am brand...
by ssindhe
Fri Apr 10, 2015 12:35 pm
Forum: Open Source Nagios Projects
Topic: Regarding pxe boot monitoring on linux
Replies: 14
Views: 6592

Re: Regarding pxe boot monitoring on linux

Thanks!! Copyright Marius Rieder <marius.rieder@inf.ethz.ch> 2008 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any...
by ssindhe
Fri Apr 10, 2015 11:34 am
Forum: Open Source Nagios Projects
Topic: Regarding pxe boot monitoring on linux
Replies: 14
Views: 6592

Re: Regarding pxe boot monitoring on linux

I have a check_tftp python code, but when I compile it display, syntax error!!

Can someone please get me a check_tftp code, with no errors. not specific to python but any code is fine.
by ssindhe
Fri Apr 10, 2015 10:26 am
Forum: Open Source Nagios Projects
Topic: Regarding Monitoring my website!
Replies: 8
Views: 3679

Re: Regarding Monitoring my website!

Please resolve this, I figured out, thanks!!

Here is how I resolved this, for monitoring the internal website!!

be in same server$./check_http -H servername -u http://servername/any path
by ssindhe
Fri Apr 10, 2015 10:08 am
Forum: Open Source Nagios Projects
Topic: Regarding Monitoring my website!
Replies: 8
Views: 3679

Re: Regarding Monitoring my website!

If the remote server runs only HTTP and not HTTPS, you’ll get “HTTP CRITICAL – Unable to open TCP socket” message as shown below.

Do you think this my problem, https? any idea how to resolve this?
by ssindhe
Fri Apr 10, 2015 9:55 am
Forum: Open Source Nagios Projects
Topic: Regarding Monitoring my website!
Replies: 8
Views: 3679

Re: Regarding Monitoring my website!

Hi, thanks for responding!!

Could you elaborate, you mean, I have to add my internal network address in check_http?

I
by ssindhe
Thu Apr 09, 2015 8:53 am
Forum: Open Source Nagios Projects
Topic: Regarding Monitoring my website!
Replies: 8
Views: 3679

Re: Regarding Monitoring my website!

When I hit ./check_http ServerURL(internal website)

it says "HTTP Critical-Unable to open tcp socket"

why it is working fine with ww.google.com but not with our internal server url?
by ssindhe
Thu Apr 09, 2015 8:43 am
Forum: Open Source Nagios Projects
Topic: Regarding Monitoring my website!
Replies: 8
Views: 3679

Re: Regarding Monitoring my website!

Thanks for your response!! I run that command (/usr/lib64/nagios/plugins)$ ./check_http www.google.com It was perfect, running exactly as we predicted. But how about incorporate it on my nagios interface, I do not want to check this everytime. I want to monitor it always and add it to nagios monitor...
by ssindhe
Thu Apr 09, 2015 8:36 am
Forum: Open Source Nagios Projects
Topic: Regarding pxe boot monitoring on linux
Replies: 14
Views: 6592

Re: Regarding pxe boot monitoring on linux

Great, Thanks a lot, I found the reference, it says
$USER1$ = /usr/lib64/nagios/plugins

For $USER2$ it refers to event handlers.

Now, do you want me to copy this python script of check_tftp into /usr/lib64/nagios/plugins? will that help me in monitoring the pxeboot?