forked from NagiosEnterprises/nagioscore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://nagios.svn.sourceforge.net/svnroot/nagios/nagioscore/trunk@1175 5f96b256-904b-4d8d-8c98-d829582c6739
- Loading branch information
Ethan Galstad
committed
Apr 1, 2008
1 parent
ce58044
commit 2e1ab6a
Showing
11 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* NAGIOSTATS.C - Displays Nagios Statistics | ||
* | ||
* Program: Nagiostats | ||
* Version: 3.0 | ||
* Version: 3.0.1 | ||
* License: GPL | ||
* Copyright (c) 2003-2008 Ethan Galstad ([email protected]) | ||
* | ||
* Last Modified: 03-13-2008 | ||
* Last Modified: 04-01-2008 | ||
* | ||
* License: | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* STATUS.C - Nagios Status CGI | ||
* | ||
* Copyright (c) 1999-2008 Ethan Galstad ([email protected]) | ||
* Last Modified: 01-08-2008 | ||
* Last Modified: 04-01-2008 | ||
* | ||
* License: | ||
* | ||
|
@@ -438,7 +438,7 @@ int main(void){ | |
else if(problem_services_unknown==0 && problem_services_warning==0 && problem_services_critical==0 && problem_hosts_down==0 && problem_hosts_unreachable==0 && normal_sound!=NULL) | ||
sound=normal_sound; | ||
if(sound!=NULL){ | ||
printf("<object type=\"application/wav\" data=\"%s%s\" height=\"-\" width=\"0\">",url_media_path,sound); | ||
printf("<object type=\"application/wav\" data=\"%s%s\" height=\"0\" width=\"0\">",url_media_path,sound); | ||
printf("<param name=\"filename\" value=\"%s%s\">",url_media_path,sound); | ||
printf("<param name=\"autostart\" value=\"1\">"); | ||
printf("<param name=\"playcount\" value=\"1\">"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters