Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Nagios - alert during business hours Post 302565690 by verdepollo on Tuesday 18th of October 2011 01:22:37 PM
Old 10-18-2011
Yes, there is. Look at your resource configuration file.

The default entry should look like this:

Code:
# This defines a timeperiod where all times are valid for checks, 
# notifications, etc.  The classic "24x7" support nightmare. :-)

define timeperiod{
        timeperiod_name 24x7
        alias           24 Hours A Day, 7 Days A Week
        sunday          00:00-24:00
        monday          00:00-24:00
        tuesday         00:00-24:00
        wednesday       00:00-24:00
        thursday        00:00-24:00
        friday          00:00-24:00
        saturday        00:00-24:00
        }

It's been a long time since I last configured Nagios so I'm not sure if paths and names have changed in recent versions.

In case they did, just follow the main.cfg and it should point you to the correct resource file.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Write a script to send alert for some particular hours in a day

Hi All, I have a have a script which checks for some processes whether they are running or not and if they are not running then it send a mail specifying that the processes are not running. This particular script example abc.ksh is runs in a cron like this 0,5,10,15,20,25,30,35,40,45,50,55 * * *... (5 Replies)
Discussion started by: usha rao
5 Replies

2. Infrastructure Monitoring

Nagios Alert in Japanese

I have googled for weeks now and all I am getting is the same results from frank4dd's notes on setting up perl script to produce alerts in Japanese. On the contrary I wish to ensure all my alerts come in English as primary language. What I am getting from Japanese-language-Windows-machine added... (1 Reply)
Discussion started by: hedkandi
1 Replies

3. Red Hat

Nagios is sending "Service Alert: CentOS 5/HTTP is WARNING"

Hello All, I have setup Nagios 3.2.3 on CentOS release 5.7 (Final) with the default config files and added 1 host to it and it is sending "Service Alert: CentOS 5/HTTP is WARNING" frequently, how do you fix this one? what are the additional files that need to be added so that I can monitor the... (0 Replies)
Discussion started by: lovesaikrishna
0 Replies

4. UNIX for Dummies Questions & Answers

Nagios alert on HTTP

Getting below alert from Nagios server. How to resolve this issue. Notification Type: PROBLEM Service: HTTPHost: localhostAddress: 127.0.0.1State: WARNINGDate/Time: Fri Mar 2 08:45:21 EST 2012 Additional Info:HTTP WARNING: HTTP/1.1 403 Forbidden - 4183 bytes in 0.001 second response time... (1 Reply)
Discussion started by: lramsb4u
1 Replies

5. Red Hat

Cron entry for every 10 mints on business day business hour

Could you “crontab” it to run every 10 minutes on work days (Mo - Fr) between 08:00 and 18:00 i know to run every 10 mints but can any one guide me how to achieve the above one (2 Replies)
Discussion started by: venikathir
2 Replies

6. Shell Programming and Scripting

Perl : unable to frame code with Business:Hours module with example

Hi all , There are two datetimes in the below format $datetime1="2007-12-31 16:50:00"; $datetime2="2008-1-1 04:24:00"; I need to calculate time in minutes only in between the office hours.(08:00 to 18:00 ). in PERL. For the above requirement I found a module Business::Hours that... (4 Replies)
Discussion started by: scriptscript
4 Replies

7. Infrastructure Monitoring

Nagios check dependent on second nagios server

We have a dual Nagios server setup. One is setup for internal server monitoring on our LAN, while the second Nagios server is hosted externally and is used for external checks only such as URL and ping checks form the WAN side. I was wondering if there is any way to setup cross dependencies... (1 Reply)
Discussion started by: eugenes18t
1 Replies
calendar(1)							  [incr Widgets]						       calendar(1)

__________________________________________________________________________________________________________________________________________________

NAME
calendar - Create and manipulate a monthly calendar SYNOPSIS
calendar pathName ?options? INHERITANCE
itk::Widget <- calendar STANDARD OPTIONS
background cursor foreground See the "options" manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONS Name: backwardImage Class: Image Command-Line Switch: -backwardimage Specifies a image to be displayed on the backwards calendar button. This image must have been created previously with the image create command. If none is specified, a default is provided. Name: buttonForeground Class: Foreground Command-Line Switch: -buttonforeground Specifies the foreground color of the forward and backward buttons in any of the forms acceptable to Tk_GetColor. The default color is blue. Name: command Class: Command Command-Line Switch: -command Specifies a Tcl script to executed upon selection of a date in the calendar. If the command script contains any % characters, then the script will not be executed directly. Instead, a new script will be generated by replacing each %, and the character following it, with information from the calendar. The replacement depends on the character following the %, as defined in the list below. %d Replaced with the date selected in the format mm/dd/yyyy. Name: currentDateFont Class: Font Command-Line Switch: -currentdatefont Specifies the font used for the current date text in any of the forms acceptable to Tk_GetFont. Name: dateFont Class: Font Command-Line Switch: -datefont Specifies the font used for the days of the month text in any of the forms acceptable to Tk_GetFont. Name: dayFont Class: Font Command-Line Switch: -dayfont Specifies the font used for the days of the week text in any of the forms acceptable to Tk_GetFont. Name: days Class: days Command-Line Switch: -days Specifies a list of values to be used for the days of the week text to displayed above the days of the month. The default value is {Su Mo Tu We Th Fr Sa}. Name: forewardImage Class: Image Command-Line Switch: -forewardimage Specifies a image to be displayed on the forewards calendar button. This image must have been created previously with the image create command. If none is specified, a default is provided. Name: height Class: Height Command-Line Switch: -height Specifies a desired window height that the calendar widget should request from its geometry manager. The value may be specified in any of the forms acceptable to Tk_GetPixels. The default height is 165 pixels. Name: outline Class: Outline Command-Line Switch: -outline Specifies the outline color used to surround the days of the month text in any of the forms acceptable to Tk_GetColor. The default is the same color as the background. Name: selectColor Class: Foreground Command-Line Switch: -selectcolor Specifies the color of the ring displayed that distinguishes the currently selected date in any of the forms acceptable to Tk_Get- Color. The default is red. Name: selectThickness Class: SelectThickness Command-Line Switch: -selectthickness Specifies the thickness of the ring displayed that distinguishes the currently selected date. The default is 3 pixels. Name: startday Class: Day Command-Line Switch: -startday Specifies the starting day for the week: sunday, monday, tuesday, wednesday, thursday, friday, or saturday. The default is sunday. Name: titleFont Class: Font Command-Line Switch: -titlefont Specifies the font used for the title text which consists of the month and year. The font may be given in any of the forms accept- able to Tk_GetFont. Name: weekdayBackground Class: Background Command-Line Switch: -weekdaybackground Specifies the background color for the weekdays which allows it to be visually distinguished from the weekend. The color may be given in any of the forms acceptable to Tk_GetColor. The default is the same as the background. Name: weekendBackground Class: Background Command-Line Switch: -weekendbackground Specifies the background color for the weekends which allows it to be visually distinguished from the weekdays. The color may be given in any of the forms acceptable to Tk_GetColor. The default is the same as the background. Name: width Class: Width Command-Line Switch: -width Specifies a desired window width that the calendar widget should request from its geometry manager. The value may be specified in any of the forms acceptable to Tk_GetPixels. The default width is 200 pixels. __________________________________________________________________________________________________________________________________________________ DESCRIPTION
The calendar command creates a calendar widget for the selection of a date, displaying a single month at a time. Buttons exist on the top to change the month in effect turning the pages of a calendar. As a page is turned, the dates for the month are modified. Selection of a date visually marks that date. The selected value can be monitored via the -command option or just retrieved using the get command. METHODS
The calendar command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the wid- get. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the command. The following commands are possible for calendar widgets: WIDGET-SPECIFIC METHODS pathName cget option Returns the current value of the configuration option given by option. Option may have any of the values accepted by the calendar command. pathName configure ?option? ?value option value ...? Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the calendar command. pathName get ?format? Returns the currently selected date in a format of string or as an integer clock value using the -string and -clicks format options respectively. The default is by string. Reference the clock command for more information on obtaining dates and their formats. pathName select date Changes the currently selected date to the value specified which must be in the form of a date string, an integer clock value or as the keyword "now". Reference the clock command for more information on obtaining dates and their formats. Note that selecting a date does not change the month being shown to that of the date given. This chore is left to the showcommand. pathName show date Changes the currently displayed date to be that of the date argument which must be in the form of a date string, an integer clock value or as the keyword "now". Reference the clock command for more information on obtaining dates and their formats. COMPONENTS
Name: forward Class: Button The forward component provides the button on the upper right of the calendar that changes the month to be the next. See the "but- ton" widget manual entry for details on the forward component item. Name: page Class: Canvas The page component provides the canvas on which the title, days of the week, and days of the month appear. See the "canvas" widget manual entry for details on the page component item. Name: backward Class: Button The backward component provides the button on the upper right of the calendar that changes the month to be the next. See the "but- ton" widget manual entry for details on the backward component item. EXAMPLE
proc selectCmd {date} { puts $date } calendar .c -command {selectCmd %d} -weekendbackground mistyrose -weekdaybackground ghostwhite -outline black -startday wednesday -days {We Th Fr Sa Su Mo Tu} pack .c AUTHOR
Mark L. Ulferts Michael J. McLennan KEYWORDS
calendar, widget Tk calendar(1)
All times are GMT -4. The time now is 10:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy