Re: [Nagios-users] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Nick Weaver
It's a folder called "nagios" in my inbox, but I have some others. I was
just wondering if I could axe the backup by adding _spam to the end of
any folders, as I have a few others (mailing lists, etc) that don't need
backed up either. 

Nick Weaver
Manager, Lab Infrastructure

[EMAIL PROTECTED]
P: 801-852-9500

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of frank
Sent: Wednesday, November 29, 2006 9:59 AM
To: Ben O'Hara
Cc: Nagios Users mailinglist
Subject: Re: [Nagios-users] check_nagios -- not detecting status log
update correctly

On Wed, 29 Nov 2006, Ben O'Hara wrote:

> On 11/29/06, frank <[EMAIL PROTECTED]> wrote:
>> On Wed, 29 Nov 2006, Ben O'Hara wrote:
>>
>>> On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
>>>> Thanks for the reply.  Filesystem has 256G available and nagios is
>>>> definitely running and is performing service checks.
>>>>
>>>>
>>>
>>> Try a newer version of the plugins, looks like a problem i had a few
>>> days ago where check_nagios is expecting to use /var/status.log but
it
>>> needs to use the status.dat file
>>>
>>> recompile the plugins and it should be fine.
>>>
>>> Ben
>>
>> Actually I'd lean more towards it being a case of "old and busted".
When I
>> hit this problem it wasn't a matter of the status.dat location (since
"-F
>> /path/to/status.file" is one of the _required_ CLI args). Upgrade to
>> Plugins 1.4.3 and you'll be ok. If you don't want to upgrade all your
>> plugins at once just compile the package and copy the check_nagios
binary
>> out instead of running "make install".
>>
>
> Yes, its a required arg but im sure the format of status.dat has
> changed, it used to be status.log and im fairly sure it changed format
> along with its name.
>
> Ben
>> -f

I'm sorry, I misread part of your post. To me, "recompile the plugins" 
meant "re-run make and make install", not install the new version. We
were 
both saying the same thing.

I wonder if this fact needs a FAQ because the fix was non-obvious to me.
I 
spent far too much time running straces and the like. But I didn't
bother 
to read the C code.

-f

>>>> On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
>>>>> check that your filesystem isn't full, this happened to me
recently, an
>>>>> incentive to add a filesystem space check which I did!
>>>>>
>>>>> oh yeah, and silly but obvious, check your nagios is running...
>>>>>
>>>>> -h
>>>>>
>>>>> Hari Sekhon
>>>>>
>>>>>
>>>>>
>>>>> Terry wrote:
>>>>>> [EMAIL PROTECTED] ~]# date
>>>>>> Wed Nov 29 10:03:49 CST 2006
>>>>>>
>>>>>> [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
>>>>>> -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03
/var/log/nagios/status.dat
>>>>>>
>>>>>> [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
>>>>>> /var/log/nagios/status.dat -C /usr/bin/nagios
>>>>>> Nagios problem: located 1 process, status log updated 1164816202
seconds ago
>>>>>>
>>>>>> Any ideas?
>>>>>>
>>>>>>

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

-
>>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>>> Join SourceForge.net's Techsay panel and you'll get t

Re: [Nagios-users] check_nagios -- not detecting status log update correctly

2006-11-29 Thread frank
On Wed, 29 Nov 2006, Ben O'Hara wrote:

> On 11/29/06, frank <[EMAIL PROTECTED]> wrote:
>> On Wed, 29 Nov 2006, Ben O'Hara wrote:
>>
>>> On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
 Thanks for the reply.  Filesystem has 256G available and nagios is
 definitely running and is performing service checks.


>>>
>>> Try a newer version of the plugins, looks like a problem i had a few
>>> days ago where check_nagios is expecting to use /var/status.log but it
>>> needs to use the status.dat file
>>>
>>> recompile the plugins and it should be fine.
>>>
>>> Ben
>>
>> Actually I'd lean more towards it being a case of "old and busted". When I
>> hit this problem it wasn't a matter of the status.dat location (since "-F
>> /path/to/status.file" is one of the _required_ CLI args). Upgrade to
>> Plugins 1.4.3 and you'll be ok. If you don't want to upgrade all your
>> plugins at once just compile the package and copy the check_nagios binary
>> out instead of running "make install".
>>
>
> Yes, its a required arg but im sure the format of status.dat has
> changed, it used to be status.log and im fairly sure it changed format
> along with its name.
>
> Ben
>> -f

I'm sorry, I misread part of your post. To me, "recompile the plugins" 
meant "re-run make and make install", not install the new version. We were 
both saying the same thing.

I wonder if this fact needs a FAQ because the fix was non-obvious to me. I 
spent far too much time running straces and the like. But I didn't bother 
to read the C code.

-f

 On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
> check that your filesystem isn't full, this happened to me recently, an
> incentive to add a filesystem space check which I did!
>
> oh yeah, and silly but obvious, check your nagios is running...
>
> -h
>
> Hari Sekhon
>
>
>
> Terry wrote:
>> [EMAIL PROTECTED] ~]# date
>> Wed Nov 29 10:03:49 CST 2006
>>
>> [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
>> -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 
>> /var/log/nagios/status.dat
>>
>> [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
>> /var/log/nagios/status.dat -C /usr/bin/nagios
>> Nagios problem: located 1 process, status log updated 1164816202 seconds 
>> ago
>>
>> Any ideas?
>>
>> -
>> 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
>>
>>
>
> -
> 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
>

 -
 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

>>>
>>>
>>>
>>
>
>
>

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

Re: [Nagios-users] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Ben O'Hara
On 11/29/06, frank <[EMAIL PROTECTED]> wrote:
> On Wed, 29 Nov 2006, Ben O'Hara wrote:
>
> > On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
> >> Thanks for the reply.  Filesystem has 256G available and nagios is
> >> definitely running and is performing service checks.
> >>
> >>
> >
> > Try a newer version of the plugins, looks like a problem i had a few
> > days ago where check_nagios is expecting to use /var/status.log but it
> > needs to use the status.dat file
> >
> > recompile the plugins and it should be fine.
> >
> > Ben
>
> Actually I'd lean more towards it being a case of "old and busted". When I
> hit this problem it wasn't a matter of the status.dat location (since "-F
> /path/to/status.file" is one of the _required_ CLI args). Upgrade to
> Plugins 1.4.3 and you'll be ok. If you don't want to upgrade all your
> plugins at once just compile the package and copy the check_nagios binary
> out instead of running "make install".
>

Yes, its a required arg but im sure the format of status.dat has
changed, it used to be status.log and im fairly sure it changed format
along with its name.

Ben
> -f
>
>
> >> On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
> >>> check that your filesystem isn't full, this happened to me recently, an
> >>> incentive to add a filesystem space check which I did!
> >>>
> >>> oh yeah, and silly but obvious, check your nagios is running...
> >>>
> >>> -h
> >>>
> >>> Hari Sekhon
> >>>
> >>>
> >>>
> >>> Terry wrote:
>  [EMAIL PROTECTED] ~]# date
>  Wed Nov 29 10:03:49 CST 2006
> 
>  [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
>  -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 
>  /var/log/nagios/status.dat
> 
>  [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
>  /var/log/nagios/status.dat -C /usr/bin/nagios
>  Nagios problem: located 1 process, status log updated 1164816202 seconds 
>  ago
> 
>  Any ideas?
> 
>  -
>  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
> 
> 
> >>>
> >>> -
> >>> 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
> >>>
> >>
> >> -
> >> 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
> >>
> >
> >
> >
>


-- 
"A Scientist will earn a living by taking a really difficult problem
and spends many years solving it, an engineer earns a living by
finding really difficult problems and side stepping them"

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

Re: [Nagios-users] check_nagios -- not detecting status log update correctly

2006-11-29 Thread frank
On Wed, 29 Nov 2006, Ben O'Hara wrote:

> On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
>> Thanks for the reply.  Filesystem has 256G available and nagios is
>> definitely running and is performing service checks.
>>
>>
>
> Try a newer version of the plugins, looks like a problem i had a few
> days ago where check_nagios is expecting to use /var/status.log but it
> needs to use the status.dat file
>
> recompile the plugins and it should be fine.
>
> Ben

Actually I'd lean more towards it being a case of "old and busted". When I 
hit this problem it wasn't a matter of the status.dat location (since "-F 
/path/to/status.file" is one of the _required_ CLI args). Upgrade to 
Plugins 1.4.3 and you'll be ok. If you don't want to upgrade all your 
plugins at once just compile the package and copy the check_nagios binary 
out instead of running "make install".

-f


>> On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
>>> check that your filesystem isn't full, this happened to me recently, an
>>> incentive to add a filesystem space check which I did!
>>>
>>> oh yeah, and silly but obvious, check your nagios is running...
>>>
>>> -h
>>>
>>> Hari Sekhon
>>>
>>>
>>>
>>> Terry wrote:
 [EMAIL PROTECTED] ~]# date
 Wed Nov 29 10:03:49 CST 2006

 [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
 -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 /var/log/nagios/status.dat

 [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
 /var/log/nagios/status.dat -C /usr/bin/nagios
 Nagios problem: located 1 process, status log updated 1164816202 seconds 
 ago

 Any ideas?

 -
 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


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

-
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] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Owen Berry
Do the times in your status log indicate that it was updated at that
time? Maybe the file time was updated, but the actual log wasn't. Just
a thought.

Owen

On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] ~]# date
> Wed Nov 29 10:03:49 CST 2006
>
> [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
> -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 /var/log/nagios/status.dat
>
> [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
> /var/log/nagios/status.dat -C /usr/bin/nagios
> Nagios problem: located 1 process, status log updated 1164816202 seconds ago
>
> Any ideas?
>

-
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] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Ben O'Hara
On 11/29/06, Terry <[EMAIL PROTECTED]> wrote:
> Thanks for the reply.  Filesystem has 256G available and nagios is
> definitely running and is performing service checks.
>
>

Try a newer version of the plugins, looks like a problem i had a few
days ago where check_nagios is expecting to use /var/status.log but it
needs to use the status.dat file

recompile the plugins and it should be fine.

Ben
> On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
> > check that your filesystem isn't full, this happened to me recently, an
> > incentive to add a filesystem space check which I did!
> >
> > oh yeah, and silly but obvious, check your nagios is running...
> >
> > -h
> >
> > Hari Sekhon
> >
> >
> >
> > Terry wrote:
> > > [EMAIL PROTECTED] ~]# date
> > > Wed Nov 29 10:03:49 CST 2006
> > >
> > > [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
> > > -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 /var/log/nagios/status.dat
> > >
> > > [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
> > > /var/log/nagios/status.dat -C /usr/bin/nagios
> > > Nagios problem: located 1 process, status log updated 1164816202 seconds 
> > > ago
> > >
> > > Any ideas?
> > >
> > > -
> > > 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
> > >
> > >
> >
> > -
> > 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
> >
>
> -
> 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
>


-- 
"A Scientist will earn a living by taking a really difficult problem
and spends many years solving it, an engineer earns a living by
finding really difficult problems and side stepping them"

-
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] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Terry
Thanks for the reply.  Filesystem has 256G available and nagios is
definitely running and is performing service checks.


On 11/29/06, Hari Sekhon <[EMAIL PROTECTED]> wrote:
> check that your filesystem isn't full, this happened to me recently, an
> incentive to add a filesystem space check which I did!
>
> oh yeah, and silly but obvious, check your nagios is running...
>
> -h
>
> Hari Sekhon
>
>
>
> Terry wrote:
> > [EMAIL PROTECTED] ~]# date
> > Wed Nov 29 10:03:49 CST 2006
> >
> > [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
> > -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 /var/log/nagios/status.dat
> >
> > [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
> > /var/log/nagios/status.dat -C /usr/bin/nagios
> > Nagios problem: located 1 process, status log updated 1164816202 seconds ago
> >
> > Any ideas?
> >
> > -
> > 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
> >
> >
>
> -
> 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
>

-
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] check_nagios -- not detecting status log update correctly

2006-11-29 Thread Hari Sekhon
check that your filesystem isn't full, this happened to me recently, an 
incentive to add a filesystem space check which I did!

oh yeah, and silly but obvious, check your nagios is running...

-h

Hari Sekhon



Terry wrote:
> [EMAIL PROTECTED] ~]# date
> Wed Nov 29 10:03:49 CST 2006
>
> [EMAIL PROTECTED] ~]# ls -l /var/log/nagios/status.dat
> -rw-rw-r--  1 nagios nagios 155812 Nov 29 10:03 /var/log/nagios/status.dat
>
> [EMAIL PROTECTED] ~]# /usr/lib/nagios/plugins/check_nagios -e 5 -F
> /var/log/nagios/status.dat -C /usr/bin/nagios
> Nagios problem: located 1 process, status log updated 1164816202 seconds ago
>
> Any ideas?
>
> -
> 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
>
>   

-
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