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.
Added code to warn user about exit code of 126 meaning plugin is not …
…executable (bug NagiosEnterprises#153) git-svn-id: https://nagios.svn.sourceforge.net/svnroot/nagios/nagioscore/trunk@1421 5f96b256-904b-4d8d-8c98-d829582c6739
- Loading branch information
Ethan Galstad
committed
Aug 5, 2010
1 parent
3855a9d
commit 499b9e0
Showing
3 changed files
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* | ||
* TAC.C - Nagios Tactical Monitoring Overview CGI | ||
* | ||
* Copyright (c) 2001-2008 Ethan Galstad ([email protected]) | ||
* Last Modified: 01-08-2008 | ||
* Copyright (c) 2001-2010 Ethan Galstad ([email protected]) | ||
* Last Modified: 08-05-2010 | ||
* | ||
* This CGI program will display the contents of the Nagios | ||
* log file. | ||
|