You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pang-apps-monitor-mysqlmariadb/conf/pang.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
pang.username=your username in pangdata
3
3
pang.userkey=your userkey in pangdata
4
4
# Data sending schedule period(seconds)
5
-
pang.period = 10
5
+
pang.period = 30
6
6
pang.prefix =
7
7
8
8
#Don't worry. We do not send any information about connection properties
@@ -25,7 +25,7 @@ status.Threads_connected = true
25
25
#This value provides a benchmark to help you decide the maximum number of connections your server should support. It can also help in traffic analysis.
26
26
status.Max_used_connections = true
27
27
status.Cpu_time = false
28
-
status.Queries = true
28
+
status.Queries = false
29
29
status.Memory_used = false
30
30
status.Innodb_deadlocks = false
31
31
# Performing filesystem reads for database indexes slows query performance. If this variable is high, it indicates that MySQL's key cache is overloaded and should be reconfigured.
#This value provides a benchmark to help you decide the maximum number of connections your server should support. It can also help in traffic analysis.
26
26
status.Max_used_connections = true
27
27
status.Cpu_time = false
28
-
status.Queries = true
28
+
status.Queries = false
29
29
status.Memory_used = false
30
30
status.Innodb_deadlocks = false
31
31
# Performing filesystem reads for database indexes slows query performance. If this variable is high, it indicates that MySQL's key cache is overloaded and should be reconfigured.
0 commit comments