Re: [Nagios-users] Availability Report

2011-03-10 Thread C. Bensend

 I need to generate availability for a service in a
 particular timeperiod. I have created one timeperiod in nagios from
 06:00 to 22:00 every day. While creating availability report in report
 time period i am selecting that timeperiod but the report always
 generating from 00:00 to 24:00. Can anyone please help me on this.

If you select a custom report period, you can select not only the
days you want included, but the timeperiod.

Benny


-- 
Hairy ape nads.-- Colleen, playing Neverwinter Nights



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
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] Availability report

2010-10-11 Thread william pink
Hi,

I am running availability reports on two different services but with the
same command and they are throwing up different reports

The command is

check_http -H $HOSTADDRESS$ -w 1 -c 10 -t 30

check_http -H www.foo.com -w 1 -c 10 -t 30

Both are using the same website so I am stumped in how they could be
different (one report says it was down for 15 hours 24 minutes! whereas the
other says it was down for 24 minutes)

Any help appreciated

Thanks,
Will
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
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] Availability report

2010-10-11 Thread Terry
On Mon, Oct 11, 2010 at 9:22 AM, william pink will.p...@gmail.com wrote:
 Hi,

 I am running availability reports on two different services but with the
 same command and they are throwing up different reports

 The command is

 check_http -H $HOSTADDRESS$ -w 1 -c 10 -t 30

 check_http -H www.foo.com -w 1 -c 10 -t 30

 Both are using the same website so I am stumped in how they could be
 different (one report says it was down for 15 hours 24 minutes! whereas the
 other says it was down for 24 minutes)

 Any help appreciated

 Thanks,
 Will
 --

Without further information, sounds like the assume initial state may
be different for the two reports?

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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] Availability report

2010-10-11 Thread Jim Avery
On 11 October 2010 15:22, william pink will.p...@gmail.com wrote:
 Hi,

 I am running availability reports on two different services but with the
 same command and they are throwing up different reports

 The command is

 check_http -H $HOSTADDRESS$ -w 1 -c 10 -t 30

 check_http -H www.foo.com -w 1 -c 10 -t 30

 Both are using the same website so I am stumped in how they could be
 different (one report says it was down for 15 hours 24 minutes! whereas the
 other says it was down for 24 minutes)

 Any help appreciated

 Thanks,
 Will

Something wrong with name resolution?

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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] Availability report

2010-10-11 Thread william pink
On Mon, Oct 11, 2010 at 5:01 PM, Jim Avery j...@jimavery.me.uk wrote:

 On 11 October 2010 15:22, william pink will.p...@gmail.com wrote:
  Hi,
 
  I am running availability reports on two different services but with the
  same command and they are throwing up different reports
 
  The command is
 
  check_http -H $HOSTADDRESS$ -w 1 -c 10 -t 30
 
  check_http -H www.foo.com -w 1 -c 10 -t 30
 
  Both are using the same website so I am stumped in how they could be
  different (one report says it was down for 15 hours 24 minutes! whereas
 the
  other says it was down for 24 minutes)
 
  Any help appreciated
 
  Thanks,
  Will

 Something wrong with name resolution?


Sorry I sent this message a long time ago but it got rejected by the mailing
list as I wasn't a member, I can't seem to reproduce the error so I can only
presume it was due to assume initial state was different.

Many thanks for your input!

WIll
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
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] Availability report

2010-10-11 Thread Giorgio Zarrelli
If they use different ip addresses it could be a network outage or one of 
virtual sites being throwed down but not the web server.

Ciao,

Giorgio

Il giorno 11/ott/2010, alle ore 16:22, william pink will.p...@gmail.com ha 
scritto:

 Hi,
 
 I am running availability reports on two different services but with the same 
 command and they are throwing up different reports 
 
 The command is
 
 check_http -H $HOSTADDRESS$ -w 1 -c 10 -t 30
 
 check_http -H www.foo.com -w 1 -c 10 -t 30
 
 Both are using the same website so I am stumped in how they could be 
 different (one report says it was down for 15 hours 24 minutes! whereas the 
 other says it was down for 24 minutes)
 
 Any help appreciated
 
 Thanks,
 Will
 --
 Beautiful is writing same markup. Internet Explorer 9 supports
 standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
 Spend less time writing and  rewriting code and more time creating great
 experiences on the web. Be a part of the beta today.
 http://p.sf.net/sfu/beautyoftheweb
 ___
 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
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
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] Availability report excluding scheduled downtime?

2010-07-08 Thread Andreas Ericsson
On 07/07/2010 05:22 PM, Jelle Smet wrote:
 
 Hi List,
 
 
 
 How can I create an availability report of a hostgroup which does NOT take
 
 the scheduled downtime of the individual hosts into account?
 

Try the reporting tool in Ninja. It can do what you want.

-- 
Andreas Ericsson   andreas.erics...@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
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] Availability report excluding scheduled downtime?

2010-07-07 Thread Eric Cables
I've been wondering this myself.

-- Eric Cables



On Wed, Jul 7, 2010 at 8:22 AM, Jelle Smet nag...@smetj.net wrote:

 Hi List,



 How can I create an availability report of a hostgroup which does NOT take

 the scheduled downtime of the individual hosts into account?



 Cheers,



 --

 Jelle Smet

 http://www.smetj.net

 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue.
 ::: Messages without supporting info will risk being sent to /dev/null


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
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] Availability report: What does scheduled/unscheduled OK time mean

2009-01-06 Thread Uwe Kubosch
On Mon, 2009-01-05 at 08:30 +0100, Lars Kristian Klykken wrote:
 Hi Uwe!
 
  In the availability report there are rows for scheduled and unscheduled
  uptime (OK).  What does this actually mean?  I schedule downtime for a
  service, and I expect the availability report to list warning and
  critical times in a scheduled downtime period in the scheduled rows
  for warning and critical, but I have no idea what the scheduled and
  unscheduled times for OK mean.
 
 If your service is in an OK state in a scheduled downtime window, I
 would expect this state to be logged as OK in the scheduled row.

Does anybody need this?  It would simplify the report if the OK state
was on one row only.

-- 
With kind regards,
Uwe Kubosch
Kubosch Consulting
Norway



signature.asc
Description: This is a digitally signed message part
--
___
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] Availability report: What does scheduled/unscheduled OK time mean

2009-01-04 Thread Lars Kristian Klykken
Hi Uwe!

 In the availability report there are rows for scheduled and unscheduled
 uptime (OK).  What does this actually mean?  I schedule downtime for a
 service, and I expect the availability report to list warning and
 critical times in a scheduled downtime period in the scheduled rows
 for warning and critical, but I have no idea what the scheduled and
 unscheduled times for OK mean.

If your service is in an OK state in a scheduled downtime window, I
would expect this state to be logged as OK in the scheduled row.

.../Bosse
-- 
Lars Kristian (Bosse) Klykken, Senior Engineer  Tel. +47 22963068
Linux Team / Server Operations / IT Department  Fax. +47 22696355
Norwegian Meteorological Institute  http://www.met.no
P.O. Box 43 Blindern, 0313 Oslo, NORWAY


signature.asc
Description: Digital signature
--
___
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] availability report

2008-11-06 Thread Andreas Ericsson
Holikar, Sachin (ext) wrote:
  
 Hi ,
  
 We have installed Nagios 3.0 on SuSE 10. Alls working fine. I have doubt
 about the Availability report. 
 When we select First assumed state as Unspecified and try to get the
 report for all hosts for this month lets say, we get 9% or 13% Time Up
 for certain hosts. So basically Nagios shows whether it detected if that
 host was up or down from Nagios point of view (whether or not the host
 itself was UP or not). But what we want from Availability report is
 whether or not the Host itself was up or not.
 Is there any way we can overcome this?
  

No. Nagios can't know anything about the time before you started monitoring.
It's good, but not that good.

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Availability report for the last 12 months

2008-03-26 Thread Marc Powell


 -Original Message-
 From: Uwe Kubosch [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2008 7:45 AM
 To: Marc Powell
 Cc: nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] Availability report for the last 12 months
 
 Hi Marc!
 
 Thank you for your answer.
 
 I can see all the report period options except the custom report
 period.  Do I need to activate it in any way?

It's only available if you use the Availability wizard through the under
the Reporting link on the main menu.

 Will the custom report period allow me to show availability for the
last
 12 months?

Yes, you can choose an arbitrary date range.

--
Marc

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] Availability report for the last 12 months

2008-03-25 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Uwe Kubosch
 Sent: Tuesday, March 25, 2008 5:35 PM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Availability report for the last 12 months
 
 Hi all!
 
 Is there a way to get an availability report for the last 12 months
from
 Nagios 2.1?  I can only find gliding windows for the last 24 hours,
last
 7 days, and last 31 days.

You can obtain reports all the way through the previous calendar year if
you have the archive log files. Standard report periods are -- 

Report Period:
option value=todayToday
option value=last24hoursLast 24 Hours
option value=yesterdayYesterday
option value=thisweekThis Week
option value=last7days SELECTEDLast 7 Days
option value=lastweekLast Week
option value=thismonthThis Month
option value=last31daysLast 31 Days
option value=lastmonthLast Month
option value=thisyearThis Year
option value=lastyearLast Year
option value=custom* CUSTOM REPORT PERIOD *

If you don't see these options in the drop-down, verify that you've not
modified nagios cgi/avail.c source to remove those. They should all be
there regardless of the state of your archives.

--
Marc

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] availability report

2007-08-17 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Sukesh /IT/BLR/JIG/IN
 Sent: Thursday, August 16, 2007 11:53 PM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] availability report
 
 Hi
 
 I need to get all availability report for hosts and services by email
 daily by 8AM. Please let me know hoe can I do this.
 
 Using nagios version 3.0.4a

One e-mail a day asking for help on the same subject is sufficient; more
than that is considered rude. 

There are a couple of third party tools that may work for you available
by searching for 'report' at http://www.nagiosexchange.org. As far as I
know they have not been tested with Nagios-3 alpha yet so they may not
work for you out of the box.

--
Marc 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
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