Commit 59d47eb3 authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack-monitor: publish section changed its name

for better integration with other Software Releases
parent 0854f95d
...@@ -21,7 +21,7 @@ Implementation : ...@@ -21,7 +21,7 @@ Implementation :
public public
zero-parameters zero-parameters
cgi-httpd-wrapper cgi-httpd-wrapper
publish-connection-parameter publish-connection-informations
* If you want to add a custom monitoring script, you can write it (in whatever language you wish) and save it in YOUR_INSTANCE_FOLDER/etc/monitor. * If you want to add a custom monitoring script, you can write it (in whatever language you wish) and save it in YOUR_INSTANCE_FOLDER/etc/monitor.
The only thing to know, is that if your script successfully passed, do not return or print nothing. If there is a problem, you can print the explanation on stdout or stderr The only thing to know, is that if your script successfully passed, do not return or print nothing. If there is a problem, you can print the explanation on stdout or stderr
......
...@@ -212,7 +212,7 @@ apache-executable = ${apache:location}/bin/httpd ...@@ -212,7 +212,7 @@ apache-executable = ${apache:location}/bin/httpd
command-line = $${:apache-executable} -f $${cgi-httpd-configuration-file:output} -DFOREGROUND command-line = $${:apache-executable} -f $${cgi-httpd-configuration-file:output} -DFOREGROUND
wrapper-path = $${directory:bin}/cgi-httpd wrapper-path = $${directory:bin}/cgi-httpd
[publish-connection-parameter] [publish-connection-informations]
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
monitor_url = https://[$${cgi-httpd-configuration-file:listening-ip}]:$${cgi-httpd-configuration-file:listening-port}/index.html monitor_url = https://[$${cgi-httpd-configuration-file:listening-ip}]:$${cgi-httpd-configuration-file:listening-port}/index.html
IMPORTANT_monitor_info = change the monitor_password as soon as possible ! Default is : $${public:monitor-password} IMPORTANT_monitor_info = change the monitor_password as soon as possible ! Default is : $${public:monitor-password}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment