We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5efc30 commit 0ec07fdCopy full SHA for 0ec07fd
github-actions-tests/tools/zabbix_cli.sh
@@ -128,4 +128,8 @@ TEMPLATE_ID=$( mamonsu zabbix $OPTIONS template id "mamonsu-zabbix" )
128
mamonsu zabbix $OPTIONS template delete ${TEMPLATE_ID} | grep "templateids.*${TEMPLATE_ID}" || exit 11
129
rm -rf template.xml
130
131
+# test 'mamonsu dashboard'
132
+echo && echo "------> mamonsu zabbix dashboard upload"
133
+mamonsu zabbix $OPTIONS dashboard upload "Mamonsu PostgreSQL" | grep "True\|Mamonsu dashboard" || exit 11
134
+
135
exit 0
0 commit comments