forked from dmwm/deployment
-
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.
Updating ALL regex in the monitoring.ini to be less permissive
- Loading branch information
Showing
27 changed files
with
40 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='*.log' | ||
LOG_ERROR_REGEX='.*trace:.*|.*Traceback.*' | ||
LOG_ERROR_REGEX='trace:|Traceback' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="cmsWeb.*[/]base" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:7999/base/" | ||
PING_REGEX=".*TEST PAGE.*" | ||
PING_REGEX="TEST PAGE" |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='das-[^a]*.log*' | ||
LOG_ERROR_REGEX='.*cherrypy\.error.*|.*HTTP Traceback.*' | ||
LOG_ERROR_REGEX='cherrypy\.error|HTTP Traceback' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="/DAS/web/das_server.*" | ||
PS_REGEX="/DAS/web/das_server" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:8214/das" | ||
PING_REGEX="DAS KWS Server" | ||
|
||
# Monitor _das process | ||
PROCESS_OWNER="_das" | ||
PROCESS_REGEX_NAME="/DAS/web/das_server.*" | ||
PROCESS_REGEX_NAME="/DAS/web/das_server" | ||
PROCESS_ACTIVITY="cpu,mem,threads,user,system,rss,vms,connections,io,files" |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='das-[^a]*.log*' | ||
LOG_ERROR_REGEX='.*cherrypy\.error.*|.*HTTP Traceback.*' | ||
LOG_ERROR_REGEX='cherrypy\.error|HTTP Traceback' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="/DAS/web/das_server.*" | ||
PS_REGEX="/DAS/web/das_server" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:8212/das" | ||
PING_REGEX=".*CMS Data Aggregation Service.*" | ||
PING_REGEX="CMS Data Aggregation Service" | ||
|
||
# Monitor _das process | ||
PROCESS_OWNER="_das" | ||
PROCESS_REGEX_NAME="/DAS/web/das_server.*" | ||
PROCESS_REGEX_NAME="/DAS/web/das_server" | ||
PROCESS_ACTIVITY="cpu,mem,threads,user,system,rss,vms,connections,io,files" |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='dbsmigration-*.log' | ||
LOG_ERROR_REGEX='.*cherrypy\.error.*|.*HTTP Traceback.*' | ||
LOG_ERROR_REGEX='cherrypy\.error|HTTP Traceback' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="StartUp.py.*[/]Migration.py" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:8251/" | ||
PING_REGEX=".*DBS3 Migration Service.*" | ||
PING_REGEX="DBS3 Migration Service" |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='*.log' | ||
LOG_ERROR_REGEX='.*error.*' | ||
LOG_ERROR_REGEX='error' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="[/]DDServer" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:8003/DDServer/_status" | ||
PING_REGEX=".*DBS STATUS PAGE.*" | ||
PING_REGEX="DBS STATUS PAGE" |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='datasvc-*' | ||
LOG_ERROR_REGEX='.*\[error\].*' | ||
LOG_ERROR_REGEX='\[error\]' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="/httpd -f .*/state/dmwmmon/server.conf" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:8280/dmwmmon/datasvc/doc" | ||
PING_REGEX=".*DMWMMON::Web::Core.*" | ||
PING_REGEX="DMWMMON::Web::Core" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='*.log' | ||
LOG_ERROR_REGEX='.*trace:.*|.*Traceback.*' | ||
LOG_ERROR_REGEX='trace:|Traceback' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="[/]Root.py --ini=.*fm_config.py" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:8201/filemover/js/util.js" | ||
PING_REGEX=".*Fetch your favorite LFN.*" | ||
PING_REGEX="Fetch your favorite LFN" |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='datasvc-*' | ||
LOG_ERROR_REGEX='.*\[error\].*' | ||
LOG_ERROR_REGEX='\[error\]' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="/httpd -f .*/state/phedex/server.conf" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:7001/phedex/datasvc/doc" | ||
PING_REGEX=".*PHEDEX::Web::Core.*" | ||
PING_REGEX="PHEDEX::Web::Core" |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='web-*' | ||
LOG_ERROR_REGEX='.*\[error\].*' | ||
LOG_ERROR_REGEX='\[error\]' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="/httpd -f .*/state/phedex/server.conf" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:7101/phedex" | ||
PING_REGEX=".*PhEDEx.*" | ||
PING_REGEX="PhEDEx" |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Glob pattern to search for log files under the svc logs directory, | ||
# and the regular expression to look for in those files. | ||
LOG_FILES='webapp-*' | ||
LOG_ERROR_REGEX='.*\[error\].*' | ||
LOG_ERROR_REGEX='\[error\]' | ||
|
||
# Perl regex to look for the service process using ps | ||
PS_REGEX="/httpd -f .*/state/phedex/server.conf" | ||
|
||
# The ping test fetches the provided URL and look for the following perl regex | ||
PING_URL="http://localhost:7001/phedex/datasvc/app" | ||
PING_REGEX=".*PhEDEx Web Application.*" | ||
PING_REGEX="PhEDEx Web Application" |
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