Skip to content

Commit 0ec07fd

Browse files
committed
cicd: added 'mamonsu zabbix dashboard' tool check
1 parent b5efc30 commit 0ec07fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

github-actions-tests/tools/zabbix_cli.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,8 @@ TEMPLATE_ID=$( mamonsu zabbix $OPTIONS template id "mamonsu-zabbix" )
128128
mamonsu zabbix $OPTIONS template delete ${TEMPLATE_ID} | grep "templateids.*${TEMPLATE_ID}" || exit 11
129129
rm -rf template.xml
130130

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+
131135
exit 0

0 commit comments

Comments
 (0)