Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: compute_engine_scripts/monitoring/monitoring_monit

Issue 310253003: Add setup scripts for a Graphite server. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compute_engine_scripts/monitoring/monitoring_monit
diff --git a/compute_engine_scripts/monitoring/monitoring_monit b/compute_engine_scripts/monitoring/monitoring_monit
new file mode 100644
index 0000000000000000000000000000000000000000..ee9a42eb59d1583f0576d52ae04ccd44d63e70a4
--- /dev/null
+++ b/compute_engine_scripts/monitoring/monitoring_monit
@@ -0,0 +1,3 @@
+check process webtry with pidfile /var/run/apache2.pid
+ start program = "/etc/init.d/apache2 start"
+ stop program = "/etc/init.d/apache2 stop"

Powered by Google App Engine
This is Rietveld 408576698