[Nagios-devel] patch for a small typo in extinfo.c
Posted: Thu Feb 26, 2009 8:24 am
This is a multi-part message in MIME format.
--------------050105050200000609050703
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Hello All
Here is a small patch for a typo in extinfo.c
Cheers
--=20
Johannes Dagemark
VP Engineering
________________________________________
op5 AB
F=F6rsta L=E5nggatan 19
SE-413 27 Gothenburg
cell: +46 733-70 90 24
fax: +46 31-774 04 32
Email: [email protected]
http://www.op5.com/
--------------050105050200000609050703
Content-Type: text/x-patch;
name="typo-in-extinfo.c.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="typo-in-extinfo.c.patch"
diff --git a/cgi/extinfo.c b/cgi/extinfo.c
index de292b5..bc2898b 100644
--- a/cgi/extinfo.c
+++ b/cgi/extinfo.c
@@ -266,7 +266,7 @@ int main(void){
printf("View Alert Histogram For This Host\n",HISTOGRAM_CGI,url_encode(host_name));
#endif
printf("View Availability Report For This Host\n",AVAIL_CGI,url_encode(host_name));
- printf("View Notifications This Host\n",NOTIFICATIONS_CGI,url_encode(host_name));
+ printf("View Notifications For This Host\n",NOTIFICATIONS_CGI,url_encode(host_name));
}
else if(display_type==DISPLAY_SERVICE_INFO){
printf("<A HREF='%s?host=%s&",HISTORY_CGI,url_encode(host_name));
--------------050105050200000609050703--
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
--------------050105050200000609050703
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Hello All
Here is a small patch for a typo in extinfo.c
Cheers
--=20
Johannes Dagemark
VP Engineering
________________________________________
op5 AB
F=F6rsta L=E5nggatan 19
SE-413 27 Gothenburg
cell: +46 733-70 90 24
fax: +46 31-774 04 32
Email: [email protected]
http://www.op5.com/
--------------050105050200000609050703
Content-Type: text/x-patch;
name="typo-in-extinfo.c.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="typo-in-extinfo.c.patch"
diff --git a/cgi/extinfo.c b/cgi/extinfo.c
index de292b5..bc2898b 100644
--- a/cgi/extinfo.c
+++ b/cgi/extinfo.c
@@ -266,7 +266,7 @@ int main(void){
printf("View Alert Histogram For This Host\n",HISTOGRAM_CGI,url_encode(host_name));
#endif
printf("View Availability Report For This Host\n",AVAIL_CGI,url_encode(host_name));
- printf("View Notifications This Host\n",NOTIFICATIONS_CGI,url_encode(host_name));
+ printf("View Notifications For This Host\n",NOTIFICATIONS_CGI,url_encode(host_name));
}
else if(display_type==DISPLAY_SERVICE_INFO){
printf("<A HREF='%s?host=%s&",HISTORY_CGI,url_encode(host_name));
--------------050105050200000609050703--
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]