projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a5d36
)
for db check
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 24 Feb 2014 17:00:24 +0000
(17:00 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 24 Feb 2014 17:00:24 +0000
(17:00 +0000)
GLM_site_check.phtml
[new file with mode: 0644]
patch
|
blob
diff --git a/GLM_site_check.phtml
b/GLM_site_check.phtml
new file mode 100644
(file)
index 0000000..
3de03a3
--- /dev/null
+++ b/
GLM_site_check.phtml
@@ -0,0
+1,12
@@
+<?php
+/**
+ * GLM Standard Site Monitoring Target
+ */
+
+define('HOST', 'ds4.gaslightmedia.com');
+define('USER', 'nobody');
+define('DBNAME', 'troutcreek');
+
+// End of parameters to set for each site
+include '/var/www/templates/Global_site_check.phtml';
+?>
\ No newline at end of file