I think you need to explain what you're trying to do overall, as this isn't making any sense to me!

You cannot possibly determine which server is responding using it's uptime output.
A more sensible option surely would be it's hostname?

#!/bin/bash
hostname
exit 0

However you're going to run into a lot of trouble trying to use Nagios to monitor a server using its dynamic IP address. I think to start with you need to be looking at a solution such as Dynamic DNS (e.g. No-IP, DynDNS for commercial services, or Bind with DNSSEC/TSIG if you use Bind within your organisation.) Your machines would then change their DNS address when they detect their IP address has changed, and you would definite it's dynamic DNS hostname as the host_name directive to Nagios. Only thing you'd have to watch would be if your DNS service fails, Nagios will fail on everything.

Re your last e-mail, please give example outputs of what you see on the command-line and what Nagios says.

Andy.

sujith h wrote:
Actually the problem with the ping is that we are giving dynamic IP address so when the ip address changes its difficult to know who is responding to the
ping.  And so we moved to ssh and uptime...

Sujith

Bangalore.

On 2/28/07, *sujith h* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi Andy,

    Actually my problem is that it works for some 1 day or more. But
    after that I get these sort of
    results. So thats what makes me worry...

    Sujith
    Bangalore


    On 2/28/07, *Andy Shellam (Mailing Lists)*
    <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> wrote:

        As Patrick said, this plugin (as a host check) will only get
        run if a service goes into a non-OK state, therefore showing
        old information until it a service fails.

        I have exactly the same plugin (written myself with a couple
        of differences to yours) which runs as a service called
        "Uptime" on every host - this way it is always run every 5
        minutes and shows up-to-date info.

        The host check is a simple check_ping.

        HTH

        Andy.

        sujith h wrote:

        No am running this plugin for host check only

        Sujith
        On 2/28/07, *Morris, Patrick* < [EMAIL PROTECTED]
        <mailto:[EMAIL PROTECTED]>> wrote:

            > when I click the Host Detail I can see that
            > in the status information section we have a different
            output.. such
            aser
            > 20:17:46 up 3 days, 9:56, 1 user, load average: 0.89,
            0.86, 0.71

            > Here u can see that am not getting the output synchronized.

            >               But the problem I had found with uptime
            only in
            > the Host Detail. The Service Details
            >               are running good as if now.

            Are you running this command as both a host check and a
            service check?
            If so, that's why you're seeing different output. The
            host check will
            only run if a service on it goes to a non-OK state, and
            probably hasn't
            run for a few days, when the host had only been up for
            two minutes.

            It looks like you've defined the same plugin for two
            checks. If that's
            the case, they are never going to match.


        ------------------------------------------------------------------------

        
-------------------------------------------------------------------------
        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 
<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>

        !DSPAM:37,45e52941103001189734924!
------------------------------------------------------------------------

        _______________________________________________
        Nagios-users mailing list
        Nagios-users@lists.sourceforge.net

         <mailto: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

        !DSPAM:37,45e52941103001189734924!


-- Andy Shellam
        NetServe Support Team

        the Mail Network
        "an alternative in a standardised world"

        p: +44 (0) 121 288 0832/0839
        m: +44 (0) 7818 000834



!DSPAM:37,45e545e1103007241816293!


--
Andy Shellam
NetServe Support Team

the Mail Network
"an alternative in a standardised world"

p: +44 (0) 121 288 0832/0839
m: +44 (0) 7818 000834

-------------------------------------------------------------------------
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

Reply via email to