summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-04-14 19:40:36 +0200
committernicolargo <nicolashennion@gmail.com>2016-04-14 19:40:36 +0200
commit8efb5e2ac8f9f257485d296609ac401c02bed8e4 (patch)
tree500583664cae59d6ca71b794ee15f56f38c388b7 /conf
parentb5e59d3e3ab673a8c02616204eaab4f1869e1b9c (diff)
First run for the Nginx AMP process
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 594d0138..62f01d9b 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -155,7 +155,7 @@ mem_careful=50
mem_warning=70
mem_critical=90
-#[monitor]
+[monitor]
# Define the list of processes to monitor
# *** This section is optional ***
# The list is composed of items (list_#nb <= 10)
@@ -181,7 +181,7 @@ mem_critical=90
#list_3_regex=.*xeyes.*
#list_3_countmin=1
-#[serverlist]
+[serverlist]
# Define the static servers list
#server_1_name=localhost
#server_1_alias=My local PC
@@ -194,7 +194,7 @@ mem_critical=90
#server_4_name=pasbon
#server_4_port=61237
-#[passwords]
+[passwords]
# Define the passwords list
# Syntax: host=password
# Where: host is the hostname
@@ -250,3 +250,13 @@ user=guest
password=guest
queue=glances_queue
+######
+# AMPS
+######
+
+[nginx]
+# Nginx status page should be enable (https://easyengine.io/tutorials/nginx/status-page/)
+enable=true
+regex=\/usr\/sbin\/nginx
+refresh=60
+status_url=http://localhost/nginx_status