File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ Mamonsu provides the command-line interface for updating some Zabbix server sett
128
128
mamonsu upload [upload_options]
129
129
mamonsu zabbix {template | host | hostgroup} server_action
130
130
mamonsu zabbix item {error | lastvalue | lastclock} host_id
131
+ mamonsu zabbix dashboard upload [template_name]
131
132
mamonsu zabbix version
132
133
mamonsu --version
133
134
mamonsu --help
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ List of Mamonsu commands and options:
9
9
mamonsu tune [tuning_options] [connection_options]
10
10
mamonsu upload [upload_options]
11
11
mamonsu zabbix {template | host | hostgroup} server_action
12
- mamonsu zabbix item {error | lastvalue | lastclock} host_id
12
+ mamonsu zabbix item {error | lastvalue | lastclock} host_id
13
+ mamonsu zabbix dashboard upload [template_name]
13
14
mamonsu zabbix version
14
15
mamonsu --version
15
16
mamonsu --help
@@ -30,6 +31,7 @@ List of Mamonsu commands and options:
30
31
- [ zabbix host] ( #zabbix-host )
31
32
- [ zabbix hostgroup] ( #zabbix-hostgroup )
32
33
- [ zabbix template] ( #zabbix-template )
34
+ - [ zabbix dashboard] ( #zabbix-dashboard )
33
35
- [ Connection options] ( #connection-options )
34
36
- [ Zabbix Server Actions] ( #zabbix-server-actions )
35
37
- [ Usage] ( #usage )
@@ -340,6 +342,17 @@ mamonsu zabbix template export file
340
342
` ` `
341
343
Manage Zabbix templates using one of the actions described in the section called “[Zabbix Server Actions](# zabbix-server-actions)”.
342
344
345
+ # ## zabbix dashboard
346
+ Syntax:
347
+ ` ` ` shell
348
+ mamonsu zabbix dashboard upload [template_name]
349
+ ` ` `
350
+ Upload Zabbix Dashboard with necessary PostgreSQL and system metrics to Mamonsu template. Works only with Zabbix 6.0 and higher. Template example:
351
+ < details>
352
+ < summary> Click to view< /summary>
353
+ < img src=" ../examples/Mamonsu%20Dashboard.png" alt=" Mamonsu Dashboard" >
354
+ < /details>
355
+
343
356
# # --version
344
357
Syntax:
345
358
` ` ` shell
You can’t perform that action at this time.
0 commit comments