Hi everybody,
I am new to Zabbix so please bear with me if I got something wrong.
From what I was reading in the documentation when you create a WebScenario for a Application Zabbix is supposed to automatically add monitoring items to that application (e.g. Download speed for scenario..., Failed step of scenario...).
But it doesn't. At least I don't see them in the Frontend and I can't use them with triggers or SLA setups.
I followed the steps in the manual to setup Zabbix GUI Scenario monitoring. Everything works fine, except that the application has no visible monitoring items assigned to it.
However if I look into the Database I do see some items there:
Am I doing something wrong or are these items not supposed to show up in any part of the frontend?
I am using Zabbix 1.8.2 and MySQL 5.1.41-3ubuntu12.3.
Thanks in advance
I am new to Zabbix so please bear with me if I got something wrong.

From what I was reading in the documentation when you create a WebScenario for a Application Zabbix is supposed to automatically add monitoring items to that application (e.g. Download speed for scenario..., Failed step of scenario...).
But it doesn't. At least I don't see them in the Frontend and I can't use them with triggers or SLA setups.
I followed the steps in the manual to setup Zabbix GUI Scenario monitoring. Everything works fine, except that the application has no visible monitoring items assigned to it.
However if I look into the Database I do see some items there:
Code:
mysql> select * from items where description like 'Failed step of scenario%'; +--------+------+----------------+----------+-----------+--------+------------------------------+----------------------------------+-------+---------+--------+-----------+------------+-----------+--------+------------+---------------+-------+------------+-------+--------------+---------------------+----------------------+-----------------------+-----------------------+---------+-------+-------------+------------+------------+------------+------------+--------+-------------+-----------+----------+----------+----------+-----------+------------+-------+ | itemid | type | snmp_community | snmp_oid | snmp_port | hostid | description | key_ | delay | history | trends | lastvalue | lastclock | prevvalue | status | value_type | trapper_hosts | units | multiplier | delta | prevorgvalue | snmpv3_securityname | snmpv3_securitylevel | snmpv3_authpassphrase | snmpv3_privpassphrase | formula | error | lastlogsize | logtimefmt | templateid | valuemapid | delay_flex | params | ipmi_sensor | data_type | authtype | username | password | publickey | privatekey | mtime | +--------+------+----------------+----------+-----------+--------+------------------------------+----------------------------------+-------+---------+--------+-----------+------------+-----------+--------+------------+---------------+-------+------------+-------+--------------+---------------------+----------------------+-----------------------+-----------------------+---------+-------+-------------+------------+------------+------------+------------+--------+-------------+-----------+----------+----------+----------+-----------+------------+-------+ | 25302 | 9 | | | 161 | 10017 | Failed step of scenario '$1' | web.test.fail[Zabbix frontend] | 60 | 30 | 90 | 0 | 1278064671 | 0 | 0 | 3 | localhost | | 0 | 0 | NULL | | 0 | | | 0 | | 0 | | 0 | 0 | | | | 0 | 0 | | | | | 0 | +--------+------+----------------+----------+-----------+--------+------------------------------+----------------------------------+-------+---------+--------+-----------+------------+-----------+--------+------------+---------------+-------+------------+-------+--------------+---------------------+----------------------+-----------------------+-----------------------+---------+-------+-------------+------------+------------+------------+------------+--------+-------------+-----------+----------+----------+----------+-----------+------------+-------+ 1 rows in set (0.09 sec)
I am using Zabbix 1.8.2 and MySQL 5.1.41-3ubuntu12.3.
Thanks in advance

Comment