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
Create the <filename>aqo</filename> extension using the following query:
45
45
</para>
46
46
<programlisting>
47
-
"CREATE EXTENSION aqo;"
47
+
CREATE EXTENSION aqo;
48
48
</programlisting>
49
49
</listitem>
50
50
</orderedlist>
@@ -231,7 +231,7 @@ SELECT * FROM aqo_queries;
231
231
232
232
SET aqo.mode='intelligent';
233
233
SELECT * FROM a, b WHERE a.id=b.id;
234
-
SET aqo.mode='manual';
234
+
SET aqo.mode='controlled';
235
235
236
236
-- Disable auto_tuning, enable both learn_aqo and use_aqo
237
237
-- for this query type:
@@ -325,7 +325,7 @@ UPDATE aqo_queries SET use_aqo=false, learn_aqo=false, auto_tuning=false;
325
325
<entry>Optimizes all queries together, regardless of the query type.</entry>
326
326
</row>
327
327
<row>
328
-
<entry><literal>manual</literal></entry>
328
+
<entry><literal>controlled</literal></entry>
329
329
<entry><emphasis role="strong">Default.</emphasis> Uses the default planner for all new queries, but can reuse the collected statistics for already known query types, if any.</entry>
330
330
</row>
331
331
<row>
@@ -424,7 +424,7 @@ UPDATE aqo_queries SET use_aqo=false, learn_aqo=false, auto_tuning=false;
424
424
intelligent mode. In other modes, new queries are not
425
425
appended to <structname>aqo_queries</structname> automatically.
426
426
You can change this behavior by setting the
427
-
<literal>auto_tuning</literal> variable to TRUE.</entry>
427
+
<literal>auto_tuning</literal> variable to <literal>true</literal>.</entry>
Copy file name to clipboardExpand all lines: doc/src/sgml/mamonsu.sgml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,15 +52,15 @@
52
52
<para>
53
53
To use <filename>mamonsu</filename>, you must have a <filename>zabbix</filename> account and a <filename>zabbix</filename> server set up, and install the
54
54
<filename>zabbix</filename> agent on the system you are going to monitor.</para>
55
-
<para>Pre-built <filename>mamonsu</filename> packages are
56
-
provided together with <productname>&productname;</productname>, but have a
55
+
<para>A pre-built <filename>mamonsu</filename> package is provided together with
56
+
<productname>&productname;</productname>, but has a
57
57
separate installer. Once you have installed both <productname>&productname;</productname> and <filename>mamonsu</filename>, complete the following
58
58
steps to set up metrics collection:
59
59
</para>
60
60
<orderedlist>
61
61
<listitem>
62
62
<para>
63
-
If you are starting from scratch, configure your <productname>&productname;</productname> instance and intialize a new database. For details, see
63
+
If you are starting from scratch, configure your <productname>&productname;</productname> instance and initialize a new database. For details, see
<para>Set the <varname>ZABBIX_USER</varname> and <varname>ZABBIX_PASSWD</varname> variables to the login and password of your <filename>zabbix</filename> account, respectively.</para>
91
91
</listitem>
92
92
<listitem>
93
-
<para>Set the <varname>ZABBIX_URL</varname> to <literal>'http://zabbix/'</literal></para>
93
+
<para>Set the <varname>ZABBIX_URL</varname> to <literal>http://zabbix/</literal></para>
Configure <filename>zabbix</filename>-related settings. You must
113
-
set <varname>address</varname>to the <filename>zabbix</filename> server address and specify the name of the <filename>zabbix</filename> host that will receive the collected metrics. You can find the hosts available for your account in the <filename>zabbix</filename> web interface under <emphasis role="srong"><guimenu>Configuration</guimenu></emphasis> > <emphasis role="srong"><guimenu>Hosts</guimenu></emphasis>.
113
+
set <varname>address</varname>to the <filename>zabbix</filename> server address and specify the name of the <filename>zabbix</filename> host that will receive the collected metrics. You can find the hosts available for your account in the <filename>zabbix</filename> web interface under <emphasis role="srong"><guimenu>Configuration</guimenu></emphasis> > <emphasis role="srong"><guimenu>Hosts</guimenu></emphasis>.
114
114
</para>
115
115
<programlisting>
116
116
[zabbix]
@@ -236,7 +236,7 @@ mamonsu report
236
236
<para>
237
237
Based on the hardware information, <filename>mamonsu</filename>
238
238
enables you to make a generic optimization for your system and the
0 commit comments