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 5d4b70d commit bd3965dCopy full SHA for bd3965d
github-actions-tests/tools/zabbix_cli.sh
@@ -99,7 +99,7 @@ mamonsu zabbix $OPTIONS host delete ${HOST_ID} | grep "hostids.*${HOST_ID}" || e
99
100
# test 'mamonsu hostgroup'
101
echo && echo "------> mamonsu zabbix hostgroup list"
102
-mamonsu zabbix $OPTIONS hostgroup list | grep Templates || exit 11
+mamonsu zabbix $OPTIONS hostgroup list | grep Linux || exit 11
103
echo && echo "------> mamonsu zabbix hostgroup show"
104
mamonsu zabbix $OPTIONS hostgroup show "Linux servers" | grep Linux || exit 11
105
echo && echo "------> mamonsu zabbix hostgroup id"
0 commit comments