Re: [Nagios-users] Alert via SMS

2011-01-26 Thread Leif J.
I can only agree. Use a GSM modem and think of what services you put SMS 
notification on. I use primarily SMS on Gateways/Routers and Services 
that are categorized at Priority  services for example a electronic 
access control system at doors, Air-condition down at the Server room 
and so on.


I know in Denmark we can get GSM Modems that are made for purely sending 
SMS.


Mvh.
Leif


On 26-01-2011 10:57, Giles Coochey wrote:

On 26/01/2011 09:54, David Seira wrote:

Hi.

There are several ways for do it. You can use a email-to-sms gateway; 
there are some portal that are free. But I prefer use a 3g modem 
connected to the nagios server; you send the sms with the gnokii 
program, it's easy. The bad thing is you need to pay the 3g. The good 
thing for use a 3g modem is that if you lose connectivity with the 
gateway you even send notifications.


Bye.
3g modem is the best way as it is an Out-Of-Band method, you can 
probably find a provider that offers an unlimited SMS package.


I've heard endless stories of people implementing this and disabling 
it straight away due to too many notifications. The older cell phones 
(often used for on-call duty) have limited memory space for messages 
and deleting them can be a bit of a pain too. I would recommend that 
you limit SMS notifications to escalations or a sub-set of your 
notifications (Priority-1 systems for instance).



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-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
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-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] Checking for live systems once every night.

2011-01-14 Thread Leif J.

Simple, Create a timeperiod. For example I have:
define timeperiod{
timeperiod_name 9clock
alias   09:00 every day
sunday  09:00-09:00
monday  09:00-09:00
tuesday 09:00-09:00
wednesday   09:00-09:00
thursday09:00-09:00
friday  09:00-09:00
saturday09:00-09:00
}


That will say everyday at 9 it will be checked

/Leif



Den 14-01-2011 12:41, Toonz IT skrev:


We want to monitor alive systems daily at a scheduled time(after 
office hours).


We have users who repeatedly fail to switch off their workstations 
after office hours, even after several requests to help save power, 
and manually checking and switching off is not possible, so we want to 
generate a history log of days when their systems were kept on, so 
that they understand the loss they are generating.


We have NSClient++ installed in these workstations, but how will be 
schedule a one time checking? We already have hourly checks

and alerts for rest of our critical servers.

thanks
ananth.


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl


___
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


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
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] Can I monitor printer status with nagios?

2011-01-08 Thread Leif J.
To some printers there are check files already made.


Den 08-01-2011 10:59, Mister IT Guru skrev:
 A thought struck me yesterday, we have a bucket load of printers, and I
 was wondering, can nagios tell when a printer is running low on ink, or
 something similar, so that our teams can become proactive when fixing
 printer jams, and replacing ink and paper etc.

 It's just a thought:)

 --
 Gaining the trust of online customers is vital for the success of any company
 that requires sensitive data to be transmitted over the Web.   Learn how to
 best implement a security strategy that keeps consumers' information secure
 and instills the confidence they need to proceed with transactions.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 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


--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
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] Custom command, works from command line, not from nagios?

2011-01-08 Thread Leif J.
I'm confused in CLI you are using:

/usr/lib/nagios/plugins/check_nrpe -H client.localdomain
-c get_disk -a localhost C: 70,80

but in the define command you are using:

$USER1$/get_disk -a  $HOSTADDRESS$ C: 70,80



In your define command I would define it as:

/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c get_disk -a localhost C: 
70,80


And then define the command in nrpe on the windows box


Den 08-01-2011 14:22, Mister IT Guru skrev:
 I run this command from the cli

 [r...@host ~]# /usr/lib/nagios/plugins/check_nrpe -H client.localdomain
 -c get_disk -a localhost C: 70,80

 OK - C: 'Percentage Space Used' = 54; |'C'=54;70;80;

 And I get the response above. I defined the command below,

 define command{
   command_namecheck_cdrive
   command_line$USER1$/get_disk -a  $HOSTADDRESS$ C: 70,80
   }

 and also this service,

 define service{

   usegeneric-service; Inherit default values from a
 template
   hostgroup_nameWindows_Servers
   service_descriptionC Drive Space
   check_commandcheck_cdrive
   }

 And I get this response when nagios runs the checks.

 Status Information:(Return code of 127 is out of bounds - plugin may
 be missing)


 The target client is a windows box, running nrpe_nt -

 Any ideas, as to where I'm going wrong, are appreciated :)

 --
 Gaining the trust of online customers is vital for the success of any company
 that requires sensitive data to be transmitted over the Web.   Learn how to
 best implement a security strategy that keeps consumers' information secure
 and instills the confidence they need to proceed with transactions.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 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


--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
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] Custom command, works from command line, not from nagios?

2011-01-08 Thread Leif J.
Den 08-01-2011 14:51, Mister IT Guru skrev:
 On 08/01/2011 13:40, Leif J. wrote:
 I'm confused in CLI you are using:

 /usr/lib/nagios/plugins/check_nrpe -H client.localdomain
 -c get_disk -a localhost C: 70,80

 but in the define command you are using:

 $USER1$/get_disk -a  $HOSTADDRESS$ C: 70,80



 In your define command I would define it as:

 /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c get_disk -a localhost 
 C: 70,80


 And then define the command in nrpe on the windows box

 I had no idea that I could do that!? I feel so stupid! Thanks for the tip!

I always take the exactly path to make sure what command it are using.

--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
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] low-cost snmp-enabled temperature sensor?

2010-12-09 Thread Leif J.
I have no idea what it will cost there, but I'm using: 
http://www.hw-group.com/products/poseidon/poseidon__en.html

Ready made Nagios Plugin

/Leif

Den 09-12-2010 19:16, Furnish, Trever G skrev:
 Can anyone recommend a low-cost external temperature sensor that doesn't
 require the buyer to break out a soldering iron?

 Preferably it would be SNMP-enabled so I can poll it from anything.
 Power-over-ethernet would be great too.

 The least expensive snmp-enabled sensor I've found so far is this one at
 195 USD:
 http://avtech.com/Products/Temperature_Monitors/TemPageR_3E.htm

 I've also noted probes like this one at 15 USD:
 http://www.ibuttonlink.com/t-sense.aspx

 ...but the systems in the site where I'd hook this up are all Windows,
 so I'm not sure how I'd get from there into Nagios.

 --
 Trever Furnish, tgfurn...@herffjones.com
 Herff Jones, Inc. Solutions Architect
 Phone: 317.612.3519
 Any sufficiently advanced technology is indistinguishable from Unix.


 --
 ___
 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 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] MSSQL CRITICAL - Error: Provider cannot be found. It may not be properly installed

2010-11-19 Thread Leif J.
On a brand new Windows 2008R2 and MSSQL 2008R2 I have installed 
NSClient++ and put check_mssql_nt but when I try to connect to the 
localhost I'm getting: /MSSQL CRITICAL - Error: Provider cannot be 
found. It may not be properly installed

/
What can it be ? I have looked several sites and have not yet figured it 
out why.


/Leif
--
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/msIE9-sfdev2dev___
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] Wrong Next Scheduled Check

2010-11-01 Thread Leif J.
But if you Freshness Threshold is for example 10min. it should 
automatically reschedule the check, is does here.


/Leif

On 01-11-2010 13:19, Maesen Carlo (ICTS) wrote:


Is this a known bug for version 3.2.0 ?

I can not find some info about this.



*From:*Greg Pangrazio [mailto:pangr...@gmail.com]
*Sent:* maandag 1 november 2010 12:42
*To:* Nagios Users List
*Subject:* Re: [Nagios-users] Wrong Next Scheduled Check

Did daylight saving end in your timeline this weekend?

If so check out the dst patches or upgrade nagios to fix the scheduled 
check problem


Greg

On Nov 1, 2010 6:38 AM, Maesen Carlo (ICTS) 
carlo.mae...@maastrichtuniversity.nl 
mailto:carlo.mae...@maastrichtuniversity.nl wrote:

 Hello,

 Nagios shows a wrong Wrong Next Scheduled Check for all services and 
hosts.


 Here is an example:
 Current Status: OK (for 60d 1h 55m 0s)
 Status Information: DISK OK - free space: / 9235 MB (96% inode=98%):
 Performance Data: /=335MB;9578;9578;0;10083
 Current Attempt: 1/3 (HARD state)
 Last Check Time: 10-31-2010 22:36:44
 Check Type: ACTIVE
 Check Latency / Duration: 1233.755 / 0.910 seconds
 Next Scheduled Check: 11-01-2010 23:00:00
 Last State Change: 09-02-2010 11:26:26
 Last Notification: N/A (notification 0)
 Is This Service Flapping? NO (0.00% state change)
 In Scheduled Downtime? NO
 Last Update: 11-01-2010 12:21:23 ( 0d 0h 0m 3s ago)

 The config of nagios did not change.

 The service-template
 

 define service{
 name generic-service
 active_checks_enabled 1
 passive_checks_enabled 1
 parallelize_check 1
 obsess_over_service 1
 check_freshness 0
 notifications_enabled 1
 event_handler_enabled 1
 flap_detection_enabled 1
 failure_prediction_enabled 1
 process_perf_data 1
 retain_status_information 1
 retain_nonstatus_information 1
 is_volatile 0
 check_period 24x7
 max_check_attempts 1
 normal_check_interval 5
 retry_check_interval 2
 # contact_groups admins
 notification_options w,u,c,r
 # notification_interval 0
 # notification_period 24x7
 register 1
 }


 # Production service definition template

 define service{
 name service-prod
 use generic-service
 max_check_attempts 3
 normal_check_interval 5
 retry_check_interval 1
 notification_interval 240
 notification_period 24x7
 register 1
 }

 A service example:
 ==
 define service{
 use service-prod
 host_name serverx
 service_description FS /
 check_command check_nrpe_disk!5%!5%!/
 }

 Can someone explain this issue ?
 Thanks in advance.

 Carlo


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev


___
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
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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] Best Practice: Forgotten Acknowledgements

2010-11-01 Thread Leif J.
What I'm planning is a way to pass a Ticket to our Ticket system when a 
host/service are down/critical, on that way I will from my current 
overview of assigments also see the issues from Nagios. then it will be 
visible for me every single day when I look a what open problems there are.

/Leif

Den 01-11-2010 17:50, Chris Beattie skrev:
 Acknowledgements add comments to hosts and services, so you could just
 set yourself a reminder to occasionally check the comments link in the
 side bar and look for anything that's getting stale.

 -Original Message-
 From: Andre Timmermann [mailto:an...@nine.ch]
 Sent: Monday, November 01, 2010 5:29 AM
 To: Nagios Users List
 Subject: [Nagios-users] Best Practice: Forgotten Acknowledgements

 Hello list,

 from time to time you may acknowledge a problem without solving it at
 once. This will result in forgotten acknowledgements.

 What do you do to resolve this issue?

 Ist there anything existing which parses the statufiles and writes a
 mail once a week as a reminder (cron-job)?

 Greetz,
 Andre


 
 --
 Nokia and ATT present the 2010 Calling All Innovators-North America
 contest Create new apps  games for the Nokia N8 for consumers in  U.S.
 and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
 marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to
 Ovi Store http://p.sf.net/sfu/nokia-dev2dev
 ___
 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

 --
 Nokia and ATT present the 2010 Calling All Innovators-North America contest
 Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
 Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
 http://p.sf.net/sfu/nokia-dev2dev
 ___
 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

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 Core | VC Monitoring

2010-10-27 Thread Leif J.

I use a combination of:
NSClient++
SNMP
Directly Check (For example HTTP, HTTPS, Certificate Lifetime, POP3 
and IMAP)


I don't have VMWare yet, so I have no idea what you can pull out of the 
Virtual Center, but through NSClient++ you can build you own check line 
on the windows, that is have I for example are checking raid status on 
my HP servers and if a specific service are running in the windows. What 
I have learned is that you will never be finish by configure Nagios due 
to that you will suddenly find something where you find out that it will 
be great to monitor.


So exactly can monitor via VirtualCenter and SNMP or NSClient I have no 
idea, sorry.


/Leif

On 27-10-2010 08:39, Himanshu Arora wrote:

So how can i go about it Leif, any ideas...
Would really appreciate if you can elaborate a bit... if this can be 
monitored through VC which i have it installed on windows server..


which addon did you use - NSclient any other agent and what are the 
plugins can be used to get this done.



Thanks,


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev


___
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
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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 Core | VC Monitoring

2010-10-26 Thread Leif J.
 Agent or not, that is depending on what you want to check and how much 
information you can draw from virtual center.


For example I', checking hosts that are not in my serverpark, but still 
checking for example if I can reach them on http, how many credit we 
have left at our text provider and so on.


So yeah, you can check some stuff without agent

/Leif

Den 27-10-2010 07:08, Himanshu Arora skrev:

Wondering if it is possible to setup the monitoring for vmware,
i have 100s of guest operating systems running on ESX hosts and want 
to monitor all guest os without installing agent on 'em.


and the requirement is to monitor atleast disk space or memory usage 
on those guests, which plugin i should use.


My idea is to install the agent on virtual center coz it has all the 
information about all the esx hosts plus info about all the guest 
operating systems that esx is handling.
Please let me if thr is any other agent i can install to achieve this. 
or suggest what else can be done.


Thanks,


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev


___
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
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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 scheduling

2010-10-25 Thread Leif J.


  
  
What I do is that I have a script (coded by another person) that are
running at a cron that every day schedule downtime on services I
define.

That will do that is still checking and are registered as downtime
but a Scheduled Downtime

But yeah, I do on for example printers that I put a diff. timeperiod
on that so it are only checked between 07:00 - 17:00

/Leif

On 25-10-2010 09:26, Network Operation Center FMC Luxemburg wrote:

  
  Dear List,

  Is there a way to scheduling a control ?
  
  I.e : I've a server there is down from 00:00 to 02:00 (for backup
  operation) but during this time interval I would not receive
  alarms... Because this is "normal" down service...
  
  Any idea ? 
  
  Thanks,
  
  Franois
  
  
 Network Operation Center 
  
  
  LUXEMBURG 
 E-mail: n...@eurofmc.com 
  



DISCLAIMER: This e-mail contains proprietary information some or all
of which may be legally privileged. It is for the intended recipient
only.  If an addressing or  transmission error  has misdirected this
e-mail, please notify the author by replying to this e-mail.  If you
are not the  intended recipient  you must not use, copy, distribute,
disclose, print, or rely on this e-mail.

   
  
  

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
  

___
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

  

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
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