File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 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
128128 mamonsu upload [upload_options]
129129 mamonsu zabbix {template | host | hostgroup} server_action
130130 mamonsu zabbix item {error | lastvalue | lastclock} host_id
131+ mamonsu zabbix dashboard upload [template_name]
131132 mamonsu zabbix version
132133 mamonsu --version
133134 mamonsu --help
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ List of Mamonsu commands and options:
99 mamonsu tune [tuning_options] [connection_options]
1010 mamonsu upload [upload_options]
1111 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]
1314 mamonsu zabbix version
1415 mamonsu --version
1516 mamonsu --help
@@ -30,6 +31,7 @@ List of Mamonsu commands and options:
3031 - [ zabbix host] ( #zabbix-host )
3132 - [ zabbix hostgroup] ( #zabbix-hostgroup )
3233 - [ zabbix template] ( #zabbix-template )
34+ - [ zabbix dashboard] ( #zabbix-dashboard )
3335- [ Connection options] ( #connection-options )
3436- [ Zabbix Server Actions] ( #zabbix-server-actions )
3537- [ Usage] ( #usage )
@@ -340,6 +342,17 @@ mamonsu zabbix template export file
340342` ` `
341343Manage Zabbix templates using one of the actions described in the section called “[Zabbix Server Actions](# zabbix-server-actions)”.
342344
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+
343356# # --version
344357Syntax:
345358` ` ` shell
You can’t perform that action at this time.
0 commit comments