-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: export service-specific log files
This commit allows any service to export a list of service-specific log files that are relevant for a certain node role. The following service-specific log files are now exported: - php: PHP access log, PHP error log (for role php), nginx proxy access log, nginx proxy error log (for role proxy), nginx static access log, nginx static error log (for role web) - java: Tomcat access log, Tomcat output (for role Tomcat), nginx proxy access log, nginx proxy error log (for role proxy), nginx static access log, nginx static error log (for role web) - mysql: log of the mysql daemon mysql.log (for role mysql) – I was not able to find a log file of the Galera Load Balancer - xtreemfs: logs for DIR, MRC, OSD (one log file each of these roles) - generic: standard output and standard error of the uploaded scripts Links for the service-specific log files are now exposed in the web frontend inside the rendering of each instance. Using cps-tools, the user can get the logs using the command 'cps-tools service get_agent_log …'. To check the log files available for each instance, the user can use the 'cps-tools service list_agent_logs …' command. Other improvements: - frontend: the flicker when refreshing a service page was removed; - cps-tools: fixed the suggestions that appear when the agent_id parameter is invalid; - mysql: moved the mysql.log file to /var/cache/cpsagent/ directory.
- Loading branch information
Showing
20 changed files
with
327 additions
and
155 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
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
Oops, something went wrong.