|
|
nagios/include common.h,1.11,1.12 nagios.h.in,1.28,1.29: msg#00014
|
Subject: |
nagios/include common.h,1.11,1.12 nagios.h.in,1.28,1.29 |
Update of /cvsroot/nagios/nagios/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12970/include
Modified Files:
common.h nagios.h.in
Log Message:
Bug fix and minor updates
Index: nagios.h.in
===================================================================
RCS file: /cvsroot/nagios/nagios/include/nagios.h.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** nagios.h.in 11 Mar 2005 22:31:05 -0000 1.28
--- nagios.h.in 12 Mar 2005 01:04:41 -0000 1.29
***************
*** 729,732 ****
--- 729,734 ----
void start_obsessing_over_host(host *); /* start
obsessing about specific host check results */
void stop_obsessing_over_host(host *); /* stop
obsessing about specific host check results */
+ void set_host_notification_number(host *,int); /* sets current
notification number for a specific host */
+ void set_service_notification_number(service *,int); /* sets current
notification number for a specific service */
int init_service_result_worker_thread(void);
Index: common.h
===================================================================
RCS file: /cvsroot/nagios/nagios/include/common.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** common.h 10 Feb 2005 01:00:38 -0000 1.11
--- common.h 12 Mar 2005 01:04:41 -0000 1.12
***************
*** 3,7 ****
* Nagios Common Header File
* Written By: Ethan Galstad (nagios@xxxxxxxxxx)
! * Last Modified: 02-02-2005
*
* License:
--- 3,7 ----
* Nagios Common Header File
* Written By: Ethan Galstad (nagios@xxxxxxxxxx)
! * Last Modified: 03-11-2005
*
* License:
***************
*** 239,242 ****
--- 239,245 ----
#define CMD_DISABLE_HOST_FRESHNESS_CHECKS 141
+ #define CMD_SET_HOST_NOTIFICATION_NUMBER 142
+ #define CMD_SET_SVC_NOTIFICATION_NUMBER 143
+
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
| |