File tree 1 file changed +4
-4
lines changed
github-actions-tests/tools
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,10 @@ echo && echo "------> mamonsu zabbix hostgroup delete"
111
111
HOSTGROUP_ID=$( mamonsu zabbix $OPTIONS hostgroup id " Test servers" )
112
112
mamonsu zabbix $OPTIONS hostgroup delete ${HOSTGROUP_ID} | grep " groupids.*${HOSTGROUP_ID} " || exit 11
113
113
114
+ # test 'mamonsu dashboard'
115
+ echo && echo " ------> mamonsu zabbix dashboard upload"
116
+ mamonsu zabbix $OPTIONS dashboard upload " Mamonsu PostgreSQL" | grep " True\|Mamonsu dashboard" || exit 11
117
+
114
118
# test 'mamonsu template'
115
119
echo && echo " ------> mamonsu zabbix template list"
116
120
mamonsu zabbix $OPTIONS template list | grep " Mamonsu PostgreSQL" || exit 11
@@ -128,8 +132,4 @@ TEMPLATE_ID=$( mamonsu zabbix $OPTIONS template id "mamonsu-zabbix" )
128
132
mamonsu zabbix $OPTIONS template delete ${TEMPLATE_ID} | grep " templateids.*${TEMPLATE_ID} " || exit 11
129
133
rm -rf template.xml
130
134
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
135
exit 0
You can’t perform that action at this time.
0 commit comments