ZABBIX SUPPORT https://support.zabbix.com/issues/?jql=project+%3D+ZBXNEXT+AND+fixVersion+%3D+%222.0.0%22+AND+status+%3D+Closed+ORDER+BY+priority+DESC An XML representation of a search request en-us 9.12.4 9120004 12-02-2024 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=765871#comment-765871 Sat, 4 Mar 2023 23:37:17 +0200 Oleksii Zagorskyi <p>Just an update after ... 11 years <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>Now zabbix server generates nanoseconds consequently with step just 1, <b>not 9 digits as before.</b><br/> So, when sending data by zabbix_sender with timestamps and it's the same for a few values of an item key, nanoseconds will be <b>1 byte values</b> "0" ..... "N".</p> <p>If send the same data again, it will generate SQL errors, which is expected in zabbix 6.0 due to primary keys (itemid-clock-ns):</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> 227944:20230228:162907.374 [Z3008] query failed due to primary key constraint: [1062] Duplicate entry <span class="code-quote">'42741-1677593860-1'</span> <span class="code-keyword">for</span> key <span class="code-quote">'history_str.PRIMARY'</span> 227944:20230228:162907.374 skipped 1 duplicates 227944:20230228:162907.374 [Z3008] query failed due to primary key constraint: [1062] Duplicate entry <span class="code-quote">'42741-1677593860-2'</span> <span class="code-keyword">for</span> key <span class="code-quote">'history_str.PRIMARY'</span> 227944:20230228:162907.374 skipped 1 duplicates 227944:20230228:162907.375 [Z3008] query failed due to primary key constraint: [1062] Duplicate entry <span class="code-quote">'42741-1677593860-3'</span> <span class="code-keyword">for</span> key <span class="code-quote">'history_str.PRIMARY'</span> 227944:20230228:162907.375 skipped 1 duplicates 227944:20230228:162907.375 [Z3008] query failed due to primary key constraint: [1062] Duplicate entry <span class="code-quote">'42741-1677593860-4'</span> <span class="code-keyword">for</span> key <span class="code-quote">'history_str.PRIMARY'</span> 227944:20230228:162907.375 skipped 1 duplicates </pre> </div></div> <p>&lt;<a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha" class="user-hover" rel="sasha">sasha</a>&gt; This is because of the unique primary keys added in scope of <a href="https://support.zabbix.com/browse/ZBXNEXT-6921" title="Use primary keys for historical tables (PoC)" class="issue-link" data-issue-key="ZBXNEXT-6921"><del>ZBXNEXT-6921</del></a>. Such history values will be re-saved with an incremented "ns" field value.</p> <p> </p> <p>&lt;<a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua" class="user-hover" rel="zalex_ua">zalex_ua</a>&gt; That's right and that's ok. I left the comment as just a note, it might help in future. I had a case where such SQL errors have been logged on a production installation, so we figured out that the same data with timestamps has been sent a few times by mistake.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=765871\#worklog-765871 RE: [ZBXNEXT-366] Windows template needs improving https://support.zabbix.com/browse/ZBXNEXT-366?focusedId=332490#comment-332490 Sat, 30 Mar 2019 01:55:26 +0200 Cesar Murilo da Silva Junior <p>From which version are the items below discontinued? I'm in version 4.0.5, I can delete or disable them, right?</p> <p>system <span class="error">&#91;procrunning&#93;</span><br/> proc_cnt <span class="error">&#91;httpd&#93;</span></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=cesarsj">Cesar Murilo da Silva Junior</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-366">ZBXNEXT-366</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=332490\#worklog-332490 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=299954#comment-299954 Fri, 26 Oct 2018 13:58:03 +0300 richlv <p>This issue has been used to alter the configuration wizard, which is not reflected in the issue, commit message or elsewhere.<br/> Reversing that change tracked at <a href="https://support.zabbix.com/browse/ZBXNEXT-4829" title="Change web setup wizard to not create/drop tables for DB connectivity test purposes." class="issue-link" data-issue-key="ZBXNEXT-4829"><del>ZBXNEXT-4829</del></a> .</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=299954\#worklog-299954 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=114869#comment-114869 Mon, 30 Jun 2014 12:56:54 +0300 richlv <p>please use zabbix irc, forums and other channels for community support. see <a href="https://www.zabbix.org/wiki/Getting_help" class="external-link" target="_blank" rel="nofollow noopener">https://www.zabbix.org/wiki/Getting_help</a> for more detail.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=114869\#worklog-114869 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=114866#comment-114866 Mon, 30 Jun 2014 12:51:09 +0300 Sean Boran <p>I'm using 2.2.2 and can do webchecks via http proxy(this was added in 2.2 I believe?).<br/> However, I would like to do web checks via a "zabbix proxy", not a http proxy.<br/> i.e. a group of monitored hosts have their zabbix agent items measured via a zabbix proxy, and the idea would be to monitor the web interfaces also via that same zabbix proxy.</p> <p>Is this somehow possible?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sean.boran">Sean Boran</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=114866\#worklog-114866 RE: [ZBXNEXT-1182] API method to add hostgroup to usergroup rights https://support.zabbix.com/browse/ZBXNEXT-1182?focusedId=109273#comment-109273 Thu, 8 May 2014 16:05:06 +0300 Kodai Terashima <p>Yes, seems it can be closed.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=kodai">Kodai Terashima</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1182">ZBXNEXT-1182</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=109273\#worklog-109273 RE: [ZBXNEXT-1182] API method to add hostgroup to usergroup rights https://support.zabbix.com/browse/ZBXNEXT-1182?focusedId=109133#comment-109133 Wed, 7 May 2014 17:55:11 +0300 richlv <p>this seems to be available in 2.0, see the example at <a href="https://www.zabbix.com/documentation/2.0/manual/appendix/api/usergroup/create" class="external-link" target="_blank" rel="nofollow noopener">https://www.zabbix.com/documentation/2.0/manual/appendix/api/usergroup/create</a> - can this issue be closed ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1182">ZBXNEXT-1182</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=109133\#worklog-109133 RE: [ZBXNEXT-286] Configuring templates does not provide good navigation/overview https://support.zabbix.com/browse/ZBXNEXT-286?focusedId=97707#comment-97707 Tue, 14 Jan 2014 00:24:07 +0200 richlv <p>should be fixed in 2.0.0, closing</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-286">ZBXNEXT-286</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=97707\#worklog-97707 RE: [ZBXNEXT-286] Configuring templates does not provide good navigation/overview https://support.zabbix.com/browse/ZBXNEXT-286?focusedId=97706#comment-97706 Tue, 14 Jan 2014 00:11:11 +0200 Oleksii Zagorskyi <p>note - it has been implemented in 2.0.0 !</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-286">ZBXNEXT-286</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=97706\#worklog-97706 RE: [ZBXNEXT-286] Configuring templates does not provide good navigation/overview https://support.zabbix.com/browse/ZBXNEXT-286?focusedId=97702#comment-97702 Mon, 13 Jan 2014 22:37:32 +0200 richlv <p>this is available now, but to close this issue we should find out which exact version offered this functionality</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-286">ZBXNEXT-286</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=97702\#worklog-97702 RE: [ZBXNEXT-1112] Updated API Proxy methods https://support.zabbix.com/browse/ZBXNEXT-1112?focusedId=96789#comment-96789 Sat, 28 Dec 2013 17:15:19 +0200 richlv <p>this was added in zabbix 2.0, but i can't find which exact issue handled that</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1112">ZBXNEXT-1112</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=96789\#worklog-96789 RE: [ZBXNEXT-286] Configuring templates does not provide good navigation/overview https://support.zabbix.com/browse/ZBXNEXT-286?focusedId=96432#comment-96432 Sun, 22 Dec 2013 07:03:30 +0200 Marc <p>Isn't it already implemented?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=okkuv9xh">Marc</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-286">ZBXNEXT-286</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=96432\#worklog-96432 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=88917#comment-88917 Tue, 24 Sep 2013 11:21:40 +0300 Oleksii Zagorskyi <p>We forgot to include the new key to item selection helper.<br/> It's reported as a separate issue <a href="https://support.zabbix.com/browse/ZBX-7037" title="Item Creation in Frontend doesn&#39;t show agent.hostname in the &quot;key&quot; selection list" class="issue-link" data-issue-key="ZBX-7037"><del>ZBX-7037</del></a>.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=88917\#worklog-88917 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=83374#comment-83374 Fri, 28 Jun 2013 10:30:26 +0300 Oleksii Zagorskyi <p>Resolution looks a bit scary, I fixed it as I see it logical.</p> <p>It's sad that several sub-issues again were ignored and not closed.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=83374\#worklog-83374 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=83218#comment-83218 Wed, 26 Jun 2013 12:26:27 +0300 Eduards Samersovs <p>During last year in this form was some changes and now can say that this form looks pretty good.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=83218\#worklog-83218 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=79011#comment-79011 Tue, 16 Apr 2013 03:30:22 +0300 Oleksii Zagorskyi <p>Wrong upgrade script from this development caused a serious problem, described in <a href="https://support.zabbix.com/browse/ZBX-6490" title="2.0 upgrade script in several places doesn&#39;t take into account possibly existing nodes -&gt; data corrupted" class="issue-link" data-issue-key="ZBX-6490"><del>ZBX-6490</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=79011\#worklog-79011 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=78962#comment-78962 Mon, 15 Apr 2013 14:01:11 +0300 Oleksii Zagorskyi <p>I've just added small piece of info about new items with key web.test.error<span class="error">&#91;&lt;a scenario name&gt;&#93;</span> here:<br/> <a href="https://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#web_monitoring_by_zabbix_proxies" class="external-link" target="_blank" rel="nofollow noopener">https://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#web_monitoring_by_zabbix_proxies</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=78962\#worklog-78962 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=70505#comment-70505 Tue, 20 Nov 2012 21:03:02 +0200 richlv <p>this resulted in a minor regression in it service configuration : <a href="https://support.zabbix.com/browse/ZBX-5878" title="misaligned leading lines in it services" class="issue-link" data-issue-key="ZBX-5878"><del>ZBX-5878</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=70505\#worklog-70505 RE: [ZBXNEXT-852] Updating host_profiles using JSON-RPC https://support.zabbix.com/browse/ZBXNEXT-852?focusedId=64393#comment-64393 Thu, 23 Aug 2012 14:44:54 +0300 richlv <p>this should be available since 2.0<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/update" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/update</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-852">ZBXNEXT-852</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=64393\#worklog-64393 RE: [ZBXNEXT-266] Explain Zabbix shm tuning https://support.zabbix.com/browse/ZBXNEXT-266?focusedId=63382#comment-63382 Mon, 6 Aug 2012 17:52:54 +0300 Oleksii Zagorskyi <p>Also it already mentioned at <a href="http://www.zabbix.com/documentation/2.0/manual/installation/install#installing_zabbix_daemons" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/installation/install#installing_zabbix_daemons</a> (a step #7)</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-266">ZBXNEXT-266</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=63382\#worklog-63382 RE: [ZBXNEXT-366] Windows template needs improving https://support.zabbix.com/browse/ZBXNEXT-366?focusedId=63134#comment-63134 Wed, 1 Aug 2012 13:59:08 +0300 richlv <p>templates were redone for 2.0, and windows template now uses lld for network interfaces. all the problems mentioned here should be solved by now</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-366">ZBXNEXT-366</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=63134\#worklog-63134 RE: [ZBXNEXT-266] Explain Zabbix shm tuning https://support.zabbix.com/browse/ZBXNEXT-266?focusedId=63133#comment-63133 Wed, 1 Aug 2012 13:58:05 +0300 richlv <p>a community wiki article has been created, which should solve this issue :<br/> <a href="http://www.zabbix.org/wiki/How_to/configure_shared_memory" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.org/wiki/How_to/configure_shared_memory</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-266">ZBXNEXT-266</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=63133\#worklog-63133 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=62006#comment-62006 Tue, 10 Jul 2012 19:24:50 +0300 richlv <p>(2) apparently, mass update form was also changed functionally (for example, template linkage part) - but this hasn't been documented anywhere at all.</p> <p>all functional changes to that form should be documented here (including info on what exactly changed)</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=62006\#worklog-62006 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=61879#comment-61879 Mon, 9 Jul 2012 11:21:38 +0300 richlv <p>ability to return error state is <a href="https://support.zabbix.com/browse/ZBXNEXT-152" title="UserParameter to support a return value which indicates temporary error" class="issue-link" data-issue-key="ZBXNEXT-152">ZBXNEXT-152</a><br/> ability to specify empty values for macros might be a new feature request (but please search whether one exists already or not)</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=61879\#worklog-61879 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=61873#comment-61873 Mon, 9 Jul 2012 09:26:07 +0300 Matteo Cerutti <p>There's also another big change that broke my monitoring.. which is how the MACROS are passed to the zabbix agent. I had a few macros which contained "" since Zabbix would not allow me to have an empty macros.</p> <p>proc.num<span class="error">&#91;{$APP_NAME},{$APP_USER},,{$APP_FILTER}&#93;</span></p> <p>when $APP_FILTER is "", it's passed to the agent as \"\" and since the command line does not contain that it will always report a count of 0 processes.</p> <p>The old zabbix-agentd would not behave like this.</p> <p>As a result, I cannot re-define macros as empty in a link of templates.</p> <p>M</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=mcerutti">Matteo Cerutti</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=61873\#worklog-61873 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=61865#comment-61865 Sat, 7 Jul 2012 23:48:06 +0300 Matteo Cerutti <p>For who is interested in reverting this behavior for UserParameters, just change under src/libs/zbxsysinfo/sysinfo.c line94 from EXECUTE_USER_PARAMETER&amp; to EXECUTE_STR&amp;</p> <p>I think Zabbix Agent should be a bit smarter when handling scripts in UserParameters. I like the fact the you can return empty strings and I see applications where I could take advantage of this feature. But if one doesn't want to report any data because none is available and simply exit the code without any data to stdout, I would expect Zabbix to throw an ZBX_NOTSUPPORTED error.</p> <p>The reason why I need the old behavior is that I rely on the fact that some plugins cannot provide certain information at a certain time. Because of some logic in the triggers I cannot afford to have an empty item and I'm happy to retain the last valid data received for the item until the information is available again and the items get updated.</p> <p>I think the best solution is for Zabbix Agent to handle the exit code for the scripts executed via the UserParameters. I guess that if one exit -1, Zabbix could throw the ZBX_NOTSUPPORTED.</p> <p>Thank you for your understanding.</p> <p>Keep up the good work!</p> <p>M</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=mcerutti">Matteo Cerutti</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=61865\#worklog-61865 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=61863#comment-61863 Sat, 7 Jul 2012 20:45:21 +0300 Matteo Cerutti <p>I upgraded zabbix to 2.0.1 but I missed to see this feature which actually broke part of my production monitoring. Is it possible to have the old behavior back by an option in zabbix agent config? Otherwise I will have to keep the old agent on the machines or keep patching the new one.</p> <p>Thanks.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=mcerutti">Matteo Cerutti</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=61863\#worklog-61863 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=59154#comment-59154 Tue, 22 May 2012 01:56:34 +0300 Oleksii Zagorskyi <p>INTERESTING - Why in the rev 19332 so many API related stuff have been changed but NOT REFLECTED in the API documentation ?<br/> Nice development <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/sad.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>Pavels just recently has fixed user.get API doc, btw thanks him for that.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=59154\#worklog-59154 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58950#comment-58950 Mon, 21 May 2012 13:25:21 +0300 richlv <p>(4) document "(3)"</p> <p>&lt;dimir&gt;<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/items/large_file_support" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/items/large_file_support</a> (new page)<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#monitoring_of_files_larger_than_2gb" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#monitoring_of_files_larger_than_2gb</a> (add link to lfs)<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/log_items#overview" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/log_items#overview</a> (add note about lfs)</p> <p>RESOLVED</p> <p>&lt;martins-v&gt;CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=martins-v">Martins Valkovskis</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58950\#worklog-58950 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58967#comment-58967 Fri, 18 May 2012 19:54:42 +0300 Alexander Vladishev <p>Available in version pre-2.0.0 r27637.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58967\#worklog-58967 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58949#comment-58949 Fri, 18 May 2012 19:53:49 +0300 dimir <p>(3) Disable large file support on 32-bit Solaris.</p> <p>On a 32-bit Solaris large file support is incompatible with procfs and swapctl. There is a way to do that though by using transitional compilation environment but this has to wait at least till 2.0 is out. See lfcompile64(5) for details.</p> <p>RESOLVED in svn://svn.zabbix.com/branches/dev/ZBXNEXT-1220</p> <p>&lt;Sasha&gt; CLOSED<br/> I removed the message on support of large files. The call of AC_SYS_LARGEFILE doesn't guarantee it.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58949\#worklog-58949 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58739#comment-58739 Fri, 18 May 2012 10:17:40 +0300 dimir <p>(1) On a 32-bit system agent fails when doing stat() of the log file in a process_log() function, which results in an item becoming NOTSUPPORTED:</p> <p><span class="error">&#91;...&#93;</span><br/> /tmp/zabbix_agentd.log- 26150:20120515:163247.537 In process_log() filename:'/tmp/big.log' lastlogsize:2110251579<br/> /tmp/zabbix_agentd.log: 26150:20120515:163247.537 cannot stat '/tmp/big.log': <span class="error">&#91;75&#93;</span> Value too large for defined data type<br/> /tmp/zabbix_agentd.log- 26150:20120515:163247.537 Active check [log<span class="error">&#91;/tmp/big.log,foobjcode,,1000,skip&#93;</span>] is not supported. Disabled.<br/> <span class="error">&#91;...&#93;</span></p> <p>$ ls -l /tmp/big.log<br/> <del>rw-r</del><del>r</del>- 1 vl vl 2156040848 May 15 16:32 /tmp/big.log</p> <p>$ ls -lh /tmp/big.log<br/> <del>rw-r</del><del>r</del>- 1 vl vl 2.1G May 15 16:32 /tmp/big.log</p> <p>&lt;Sasha&gt; RESOLVED in r27551.</p> <p>&lt;dimir&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58739\#worklog-58739 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58927#comment-58927 Fri, 18 May 2012 10:17:27 +0300 dimir <p>Reopening because of regression. After this fix Zabbix will not compile on Solaris (SPARC) anymore.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58927\#worklog-58927 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58849#comment-58849 Thu, 17 May 2012 17:53:02 +0300 Alexander Vladishev <p>(2) Should be documented DB upgrade patches from 2.0.0rc4 to 2.0.0rc5 in the release notes.</p> <p>IBM DB2:<br/> ALTER TABLE items ALTER COLUMN lastlogsize SET DATA TYPE bigint<br/> REORG TABLE items</p> <p>MySQL:<br/> ALTER TABLE items MODIFY lastlogsize bigint unsigned DEFAULT '0' NOT NULL;</p> <p>Oracle:<br/> ALTER TABLE items MODIFY lastlogsize number(20);</p> <p>PostgreSQL:<br/> ALTER TABLE items ALTER lastlogsize TYPE numeric(20);</p> <p>&lt;dimir&gt; While at it, could next info also added?</p> <p>When upgrading from 2.0.0rc2 to 2.0.0rc3, if proxy is used and proxy uses MySQL:<br/> ALTER TABLE proxy_history MODIFY value longtext NOT NULL;</p> <p>&lt;Sasha&gt; we supports incremental patches only from version 2.0.0rc4<br/> &lt;Sasha&gt; CLOSED patches will be published in the release notes</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58849\#worklog-58849 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58855#comment-58855 Wed, 16 May 2012 19:04:25 +0300 Alexander Vladishev <p>Available in version pre-2.0.0 r27570.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58855\#worklog-58855 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58842#comment-58842 Wed, 16 May 2012 18:05:58 +0300 dimir <p>(1) This enables general support for files larger than 2GB on Zabbix side (all components), I suggest this be documented as new 2.0 feature.</p> <p>&lt;richlv&gt; documented in <a href="http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200</a> -&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58842\#worklog-58842 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58841#comment-58841 Wed, 16 May 2012 17:33:36 +0300 dimir <p>Successfully tested. Log monitoring is working for files over 2GB on 32-bit systems. Also confirm that this fixes vfs.file.size[] report for files over 2GB (was ZBX_UNSUPPORTED before).</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58841\#worklog-58841 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58803#comment-58803 Wed, 16 May 2012 12:51:57 +0300 Alexander Vladishev <p>Related issue: <a href="https://support.zabbix.com/browse/ZBX-3151" title="Item vfs.file.size - large file problem" class="issue-link" data-issue-key="ZBX-3151"><del>ZBX-3151</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58803\#worklog-58803 RE: [ZBXNEXT-1220] Monitoring of log files more than 2GB https://support.zabbix.com/browse/ZBXNEXT-1220?focusedId=58673#comment-58673 Mon, 14 May 2012 17:04:28 +0300 Alexander Vladishev <p>Available in the development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1220</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1220">ZBXNEXT-1220</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58673\#worklog-58673 RE: [ZBXNEXT-858] Template for monitoring of zabbix health https://support.zabbix.com/browse/ZBXNEXT-858?focusedId=58135#comment-58135 Tue, 8 May 2012 18:26:02 +0300 richlv <p>2.0.0 will have internal monitoring template included, closing</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-858">ZBXNEXT-858</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58135\#worklog-58135 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=58049#comment-58049 Mon, 7 May 2012 18:01:58 +0300 Pavels Jelisejevs <p>(11) I've reached the step where the configuration file is created, but it couldn't be created, due to the lack of permissions. That's ok, but it also displays a "Config file DB server is not equal to wizard input." error above. What in the world does that mean?</p> <p>Btw: "Configuration file "/opt/lampp/htdocs/zabbix/trunk/frontends/php/conf/zabbix.conf.php" created: Fail" could probably be replaced with something more human. Like "Could not create the configuration file".</p> <p>&lt;Toms&gt; Changed according to (1)</p> <p>&lt;pavels&gt; What about the weird error message?</p> <p>&lt;Toms&gt; Looks OK for me. I think these kind of things should be discussed with Rich.</p> <p>&lt;Vedmak&gt; About error message, you probably tried to install Zabbix with existing configuration file, but as setup didn't have permissions to write it, you got situation where you have old config file which differ with values you entered during setup, so it tells you that "DB server" differs.</p> <p>&lt;pavels&gt; That is should just say "Cannot overwrite the current configuration file" or something. The current message is extremely unclear.</p> <p>&lt;pavels&gt; After some discussion we've decided to remove that message, and to add a message if the configuration file exists. Something like "The current configuration file will be overwritten". It should also be highlighted somehow, maybe bold?</p> <p>&lt;Toms&gt; Will be improved in <a href="https://support.zabbix.com/browse/ZBX-4953" title="unclear error message &quot; Config file DB database is not equal to wizard input.&quot; in setup.php when unable to write in file" class="issue-link" data-issue-key="ZBX-4953"><del>ZBX-4953</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=tomtom">Toms</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58049\#worklog-58049 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=58044#comment-58044 Mon, 7 May 2012 10:44:15 +0300 Oleksii Zagorskyi <p>(10) Trunk r27285. In the Opera, Iron 17, Firefox 10, and I suppose other browsers all buttons at all steps are are misplaced, the same as (3)<br/> REOPENED</p> <p>&lt;Toms&gt; Opera 11.62, Firefox 12.0 doesn't show this behavior. Iron in not supported by Zabbix didn't checked.</p> <p>&lt;zalex&gt; Toms, sorry, my bad. I'm updating trunk fronted using custom script where the revision and current timestamp are added to a defines line.<br/> define('ZABBIX_VERSION', '2.0.0rc4-27285 last updated: Mon May 7 09:43:38 EEST 2012 ');<br/> It was a problem.<br/> That's why I've reopened. Sorry again.<br/> btw, Iron it the same as Chromium (Chrom).<br/> CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58044\#worklog-58044 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57772#comment-57772 Mon, 7 May 2012 10:02:33 +0300 Oleksii Zagorskyi <p>who is the author of that picture? <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;Toms&gt; It is temp picture</p> <p>&lt;zalex&gt; the picture in trunk r27285 is very similar <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> Interesting what it means, why exactly that picture? <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57772\#worklog-57772 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=58042#comment-58042 Mon, 7 May 2012 09:43:07 +0300 Toms <p>Fixed in 2.0.0 r27285</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=tomtom">Toms</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=58042\#worklog-58042 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57908#comment-57908 Thu, 3 May 2012 11:28:49 +0300 Alexey Fukalov <p>(9)<br/> I reformatted css in rev. 27239. if everything ok, can be merged.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57908\#worklog-57908 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57878#comment-57878 Thu, 3 May 2012 11:27:33 +0300 Alexey Fukalov <p>(8)<br/> In default.css for div.setup_wizard:</p> <ul class="alternate" type="square"> <li>colors should be with capital letters "#608cb6" =&gt; "#608CB6"</li> <li>there should be a space before opening bracket "div.setup_wizard div.left_menu li{"</li> <li>styles like "margin: 1px 0 0 0;" can be shortened to "margin: 1px 0 0;"</li> </ul> <p>I did that in my previous commit but it was overwritten <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;Toms&gt; RESOLVED in r27227</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57878\#worklog-57878 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57877#comment-57877 Thu, 3 May 2012 11:26:39 +0300 Alexey Fukalov <p>(7)<br/> In ie8 only part of image is shown.</p> <p>&lt;Toms&gt; RESOLVED in r27227</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57877\#worklog-57877 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57773#comment-57773 Thu, 3 May 2012 11:26:30 +0300 Oleksii Zagorskyi <p>(6) ?sid=cc77447aba07b498 should not be added to the "www.zabbix.com" and "GPL v2" links even if i logged in and opened "setup.php" page<br/> REOPENED</p> <p>&lt;Toms&gt; RESOLVED in r27227</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57773\#worklog-57773 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57659#comment-57659 Wed, 2 May 2012 14:59:21 +0300 Alexey Fukalov <p>(5)<br/> On requirements step:<br/> remove total Fail/Ok<br/> add scroll for requirements<br/> retry button is not scrollable</p> <p>Remove second step.</p> <p>On first step image instead of text.</p> <p>Increase version font size to 16 and remove "v".</p> <p>Add copyright text with link to license to footer.</p> <p>Change first step name from "Introduction" to "Welcome".</p> <p>&lt;Toms&gt; RESOLVED in r27188</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57659\#worklog-57659 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=57791#comment-57791 Sat, 28 Apr 2012 21:52:32 +0300 Alexander Vladishev <p>Available in versions pre-1.8.13rc1 r27196 and pre-2.0.0rc4 r27198.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57791\#worklog-57791 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=57771#comment-57771 Sat, 28 Apr 2012 19:35:00 +0300 dimir <p>Successfully tested. Please review my small changes in r27189.</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57771\#worklog-57771 RE: [ZBXNEXT-636] improve zabbix login screen https://support.zabbix.com/browse/ZBXNEXT-636?focusedId=57785#comment-57785 Sat, 28 Apr 2012 19:02:54 +0300 Oleksii Zagorskyi <p>Fixed actually in v 1.9.2</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-636">ZBXNEXT-636</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57785\#worklog-57785 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57627#comment-57627 Sat, 28 Apr 2012 17:11:12 +0300 Alexey Fukalov <p>(3)<br/> On 3rd step buttons are misplaced in Chrome, see "setup_1.png". <br/> In Firefox first slide buttons are misaligned too.</p> <p>&lt;zalex&gt; I see the same to 1st step in Opera.</p> <p>&lt;Toms&gt; RESOLVED in r27188</p> <p>&lt;zalex&gt; 1st step in Opera -&gt; CLOSED. Chrome (Iron 17.0) on 3rd step worked ok for me even before r27188.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57627\#worklog-57627 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=57768#comment-57768 Sat, 28 Apr 2012 17:00:50 +0300 dimir <p>(2) Error compiling server:</p> <p>$ make &gt;/dev/null<br/> ../../src/libs/zbxsysinfo/common/libcommonsysinfo.a(common.o): In function `AGENT_HOSTNAME':<br/> common.c<img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/sad.png" height="16" width="16" align="absmiddle" alt="" border="0"/>.text+0x18b): undefined reference to `CONFIG_HOSTNAME'<br/> collect2: ld returned 1 exit status<br/> make<span class="error">&#91;1&#93;</span>: *** <span class="error">&#91;zabbix_server&#93;</span> Error 1<br/> make: *** <span class="error">&#91;all-recursive&#93;</span> Error 1</p> <p>&lt;Sasha&gt; RESOLVED in r27184:27186</p> <p>&lt;dimir&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57768\#worklog-57768 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57644#comment-57644 Sat, 28 Apr 2012 16:55:16 +0300 Oleksii Zagorskyi <p>(4)<br/> On 4th step the "Database type" drop-down contains only MySQL and PostgreSQL.<br/> Is this ok?</p> <p>&lt;richlv&gt; it should depend on the db support that is available in your php installation - you should see only supported types.<br/> we could make an improvement and show all types, but the unavailable ones would be disabled in the dropdown (couldn't be chosen)</p> <p>&lt;zalex&gt; Yes, after installation php5-sqlite package, SQLite3 appeared in that drop-down. Thanks.<br/> I'm not sure is it worth to "coding" for this improvement <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> Feel free to close this comment. But probably would be better to add a small note here (step 4):<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/installation/install#installing_zabbix_web_interface" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/installation/install#installing_zabbix_web_interface</a></p> <p>&lt;zalex&gt; Actually list of supported databases visible at the 3rd step in the "PHP databases support" value.</p> <p>&lt;Toms&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=tomtom">Toms</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57644\#worklog-57644 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=57762#comment-57762 Sat, 28 Apr 2012 13:27:30 +0300 Alexander Vladishev <p>(1) updated documentation:<br/> <a href="http://www.zabbix.com/documentation/1.8/manual/config/items?&amp;#zabbix_agent" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/1.8/manual/config/items?&amp;#zabbix_agent</a><br/> <a href="http://www.zabbix.com/documentation/1.8/manual/config/items?&amp;#supported_by_platform" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/1.8/manual/config/items?&amp;#supported_by_platform</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/zabbix_agent#supported_item_keys" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/zabbix_agent#supported_item_keys</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/items/supported_by_platform" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/items/supported_by_platform</a></p> <p>Please review.</p> <p>&lt;martins-v&gt;ok, with small grammar fixes here:<br/> <a href="http://www.zabbix.com/documentation/1.8/manual/config/items?&amp;#zabbix_agent" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/1.8/manual/config/items?&amp;#zabbix_agent</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/zabbix_agent#supported_item_keys" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes/zabbix_agent#supported_item_keys</a></p> <p>&lt;Sasha&gt; Thanks! CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57762\#worklog-57762 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=57695#comment-57695 Fri, 27 Apr 2012 09:34:36 +0300 Alexander Vladishev <p>Available in the development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1188</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57695\#worklog-57695 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57660#comment-57660 Thu, 26 Apr 2012 15:02:10 +0300 richlv <p>i'd suggest for the image on the 1st step not to have any text on it, and it should take ~ 2/3 of the area, leaving the rest for normal text</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57660\#worklog-57660 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57544#comment-57544 Thu, 26 Apr 2012 13:13:43 +0300 Oleksii Zagorskyi <p>(2) <span class="error">&#91;usability&#93;</span> Rename the button "Save configuration file" to "Download configuration file"<br/> then change the description above of the button.<br/> Now, the "save" action to download a file it's not intuitively clear, IMO.</p> <p>&lt;Toms&gt; RESOLVED in r27118</p> <p>&lt;zalex&gt; Tested, CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57544\#worklog-57544 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57543#comment-57543 Thu, 26 Apr 2012 13:12:43 +0300 Oleksii Zagorskyi <p>(1) <span class="error">&#91;usability&#93;</span> The step 7 in case of success config file creation, could be more informative. I mean:<br/> The text "Configuration file: OK" replace to "Configuration file "/full/path/to/the/file" created: OK"</p> <p>The same for fail result:<br/> "Configuration file: Fail" replace to "Configuration file "/full/path/to/the/file" created: Fail"</p> <p>&lt;Toms&gt; RESOLVED in r27118</p> <p>&lt;zalex&gt; Tested, CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57543\#worklog-57543 RE: [ZBXNEXT-1196] Redesign of install form https://support.zabbix.com/browse/ZBXNEXT-1196?focusedId=57623#comment-57623 Thu, 26 Apr 2012 10:19:21 +0300 Toms <p>Fixed in dev. branch: svn://svn.zabbix.com/branches/dev/ZBXNEXT-1196</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=tomtom">Toms</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1196">ZBXNEXT-1196</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57623\#worklog-57623 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=57375#comment-57375 Fri, 20 Apr 2012 12:54:31 +0300 Eduards Samersovs <p>trunk r.26998 version 2.0.0 rc3</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57375\#worklog-57375 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=57374#comment-57374 Fri, 20 Apr 2012 12:47:27 +0300 Alexey Fukalov <p>(1)<br/> Please review my changes in rev. 26996. If everything is ok, can be merged.</p> <p>&lt;Eduard&gt; CLOSED <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57374\#worklog-57374 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=57372#comment-57372 Fri, 20 Apr 2012 10:58:15 +0300 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1181</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57372\#worklog-57372 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=57244#comment-57244 Thu, 19 Apr 2012 16:56:20 +0300 Pavels Jelisejevs <p>(9) A regression: impossible to remove all service times.</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <p>&lt;pavels&gt; Fixed in r26967.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57244\#worklog-57244 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=57201#comment-57201 Wed, 18 Apr 2012 13:57:20 +0300 Pavels Jelisejevs <p>Available in trunk r26941.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57201\#worklog-57201 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56979#comment-56979 Wed, 18 Apr 2012 12:23:33 +0300 Alexander Vladishev <p>(28) Now we can edit templated graphs. It shouldn't be so</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; REOPENED</p> <ul class="alternate" type="square"> <li>items in graph shouldn't look as a link</li> <li>sorting arrows should be disabled</li> <li>parent graphs should be displayed like in triggers</li> </ul> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56979\#worklog-56979 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57189#comment-57189 Wed, 18 Apr 2012 11:28:33 +0300 Oleksii Zagorskyi <p>hmm, 2.0.0rc3 is not available already.<br/> left 2.0.0 as it was.<br/> Closed again</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57189\#worklog-57189 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57188#comment-57188 Wed, 18 Apr 2012 11:26:49 +0300 Oleksii Zagorskyi <p>Reopened to set correct Fix version/s</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57188\#worklog-57188 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=57098#comment-57098 Wed, 18 Apr 2012 10:41:38 +0300 Alexey Fukalov <p>(8)<br/> Permission checks should be removed for super admin users.</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57098\#worklog-57098 RE: [ZBXNEXT-1188] new item which represents internal agent's "hostname" https://support.zabbix.com/browse/ZBXNEXT-1188?focusedId=57174#comment-57174 Wed, 18 Apr 2012 05:44:27 +0300 richlv <p>to clarify, this is about returning "whatever the agent would use as the 'Hostname' for active checks"</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1188">ZBXNEXT-1188</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57174\#worklog-57174 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57123#comment-57123 Tue, 17 Apr 2012 16:48:11 +0300 Eduards Samersovs <p>trunk r.26914 version 2.0 rc3</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57123\#worklog-57123 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57119#comment-57119 Tue, 17 Apr 2012 16:05:38 +0300 Alexander Vladishev <p>Successfully tested!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57119\#worklog-57119 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57114#comment-57114 Tue, 17 Apr 2012 16:05:15 +0300 Alexander Vladishev <p>(3) Script errors from Zabbix server should be displayed in the header</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57114\#worklog-57114 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57118#comment-57118 Tue, 17 Apr 2012 15:55:09 +0300 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1126</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57118\#worklog-57118 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=57080#comment-57080 Tue, 17 Apr 2012 15:29:22 +0300 Alexey Fukalov <p>(7)<br/> Create a service with 2 soft dependencies and one hard.<br/> Try to update service with hard link, all other dependencies are removed from the parent service.</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57080\#worklog-57080 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=57079#comment-57079 Tue, 17 Apr 2012 15:26:36 +0300 Alexey Fukalov <p>(6)<br/> Cannot remove dependency from a service.</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57079\#worklog-57079 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=57078#comment-57078 Tue, 17 Apr 2012 15:25:04 +0300 Alexey Fukalov <p>(5)<br/> Cannot change the parent of a service.</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57078\#worklog-57078 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57111#comment-57111 Tue, 17 Apr 2012 15:07:09 +0300 Alexander Vladishev <p>(1) Incorrect link to parent trigger prototype in a trigger prototype form</p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57111\#worklog-57111 RE: [ZBXNEXT-1126] Redesign Script execution https://support.zabbix.com/browse/ZBXNEXT-1126?focusedId=57112#comment-57112 Tue, 17 Apr 2012 15:06:11 +0300 Alexander Vladishev <p>(2) Sorting doesn't work by "Commands" in Administration-&gt;Scripts<br/> Sorting by field "command" not allowed. <span class="error">&#91;CScript.get -&gt; zbx_db_sorting&#93;</span><br/> Invalid argument supplied for foreach() <span class="error">&#91;scripts.php:260&#93;</span><br/> array_slice() expects parameter 1 to be array, boolean given <span class="error">&#91;include/func.inc.php:1510&#93;</span><br/> Invalid argument supplied for foreach() <span class="error">&#91;include/views/administration.script.list.php:46&#93;</span></p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1126">ZBXNEXT-1126</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57112\#worklog-57112 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56980#comment-56980 Tue, 17 Apr 2012 13:02:11 +0300 Alexander Vladishev <p>(29) The link from the list of graphs opens a form of a template instead of the list of graphs from a template</p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56980\#worklog-56980 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=56995#comment-56995 Tue, 17 Apr 2012 11:15:48 +0300 Alexey Fukalov <p>(4) <br/> Cannot add service. "Invalid method parameters. <span class="error">&#91;CService.create -&gt; CService.addDependencies -&gt; CService.validateAddDependencies -&gt; CService.checkDependency&#93;</span>"</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56995\#worklog-56995 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=56994#comment-56994 Tue, 17 Apr 2012 11:15:37 +0300 Alexey Fukalov <p>(3)<br/> In service.get parameter "childrenids" should be changed to "childids" to be consistent with other similar parameters.</p> <p>&lt;pavels&gt; RESOLVED.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56994\#worklog-56994 RE: [ZBXNEXT-1181] Redesign Configuration -> Hosts -> Mass update https://support.zabbix.com/browse/ZBXNEXT-1181?focusedId=57038#comment-57038 Mon, 16 Apr 2012 20:37:23 +0300 richlv <p>hmm. does the closing of this issue mean that host mass update form is fully redesigned ?<br/> also, if this issue is duplicated by another, then it can not be closed as a duplicate itself, reopening <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1181">ZBXNEXT-1181</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=57038\#worklog-57038 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56433#comment-56433 Fri, 13 Apr 2012 16:40:44 +0300 richlv <p>(4) apparently, new graph elements now use randomised <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/help_16.png" height="16" width="16" align="absmiddle" alt="" border="0"/> colour.<br/> 4.1. this isn't documented anywhere;<br/> 4.2. sometimes, this can generate broken colour code, for example, i got : e0498</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;richlv&gt; totally broken colours aren't generated anymore, but some quick colour choosing algorithm description would be still needed.<br/> additional idea... if the generated colour matches "graphcolor", maybe we can skip that and generate next colour ? <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;Eduard&gt; RESOLVED <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/wink.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;richlv&gt; i meant some description here that we could later adapt for the zabbix manual <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;richlv&gt; i believe <a href="https://zabbix.org/wiki/Docs/specs/ZBXNEXT-908" class="external-link" target="_blank" rel="nofollow noopener">https://zabbix.org/wiki/Docs/specs/ZBXNEXT-908</a> is a good place to describe the algo</p> <p>&lt;Eduard&gt; RESOLVED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56433\#worklog-56433 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56849#comment-56849 Fri, 13 Apr 2012 16:13:55 +0300 Alexey Fukalov <p>(21)<br/> If item has long description, takes 2+ lines, it cannot be dragged/sorted properly.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; not really fixed, but decided not to fix CLOSED</p> <p>&lt;richlv&gt; probably worth specifying why this won't be fixed <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;Vedmak&gt; probably too much investigation is needed.</p> <p>&lt;richlv&gt; please, split it out in a separate zbx then</p> <p>&lt;Vedmak&gt; created <a href="https://support.zabbix.com/browse/ZBX-4875" title="If graph item has long description, takes 2+ lines, it cannot be dragged/sorted properly in graph form. " class="issue-link" data-issue-key="ZBX-4875"><del>ZBX-4875</del></a></p> <p>&lt;richlv&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56849\#worklog-56849 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56920#comment-56920 Fri, 13 Apr 2012 16:00:36 +0300 Alexey Fukalov <p>(27)<br/> When graph created with lld created items, these items cannot be updated error in popup. </p> <p>&lt;Eduard&gt; RESOLVED </p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56920\#worklog-56920 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56919#comment-56919 Fri, 13 Apr 2012 16:00:27 +0300 Alexey Fukalov <p>(26)<br/> When we add prototype to graph, it's not prefixed with host name.</p> <p>&lt;Eduard&gt; RESOLVED </p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56919\#worklog-56919 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56893#comment-56893 Fri, 13 Apr 2012 15:56:53 +0300 Alexey Fukalov <p>(25)<br/> Links in maps seems broken.<br/> Add 2 elements, create link between them, this link does not appear in elements form.</p> <p>&lt;Eduard&gt; RESOLVED </p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56893\#worklog-56893 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56443#comment-56443 Fri, 13 Apr 2012 14:21:39 +0300 richlv <p>(6) currently it is possible to add all kind of mixed items from templates and hosts to a single custom graph.<br/> same limits as before should be returned - only items from a single template or from any number of hosts.</p> <p>or, to put it otherwise, if the first item to be added to a graph is from from a template, subsequent items can only be added from the same template (group &amp; host dropdowns are disabled and provide a helpful tooltip)<br/> if the first item is added from a host, further item adding should not display templates (and their items) when adding more graph items</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; now i cannot change item, "Critical error. Incorrect value "host_templateid" for "srcfld3" field." in opened popup. And still can create graphs with mixed items.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; items from mixed sources can be added by updating already added items.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; it is still possible <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> Open new graph form, add template item, click save, get error that name is missing for graph, now you can add host items.</p> <p>Also, when graph created with lld created items, these items cannot be updated error in popup.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; problem with lld created items still exists.</p> <p>Also, open new graph form, add template item, click save, get empty name error, remove that item, try to add another, only items from template can be added.</p> <p>Also, if for axis item we selected host item, we can add template items after that.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLSOED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56443\#worklog-56443 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56907#comment-56907 Fri, 13 Apr 2012 12:50:55 +0300 richlv <p>spec draft in <a href="https://zabbix.org/wiki/Docs/specs/ZBXNEXT-908" class="external-link" target="_blank" rel="nofollow noopener">https://zabbix.org/wiki/Docs/specs/ZBXNEXT-908</a><br/> please, populate it with missing detail</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56907\#worklog-56907 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56874#comment-56874 Fri, 13 Apr 2012 10:58:33 +0300 Oleksii Zagorskyi <p>(24) <span class="error">&#91;usability&#93;</span> opened color picker should be moved a bit right.<br/> Now it closes the color I'm trying to change and other colors (located bottom) -&gt; it's bad, I do not see it and them as well.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56874\#worklog-56874 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56855#comment-56855 Fri, 13 Apr 2012 10:43:34 +0300 Alexey Fukalov <p>(23) <br/> Seems dragging in web steps form broken too.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56855\#worklog-56855 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56854#comment-56854 Fri, 13 Apr 2012 10:43:07 +0300 Alexey Fukalov <p>(22)<br/> New icon mapping form is broken.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56854\#worklog-56854 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56724#comment-56724 Thu, 12 Apr 2012 18:24:58 +0300 richlv <p>(18) maybe we should limit percentile field lengths to 5 characters ? that should allow entering strings like :<br/> 100.00<br/> 99.957</p> <p>more precision here might not be necessary. api also should limit percentile values to 5 chars, though</p> <p>&lt;Eduard&gt; RESOLVED, precision maxlenght set to 6 to support "100.00" value.</p> <p>&lt;richlv&gt; ah, i can't count <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> but entering "-444" and trying to save changes it to "-444.00", which is 7 characters <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> maybe .00 should be added only if the number is considered to be valid ?</p> <p>&lt;Eduard&gt; Decided not to fix.</p> <p>&lt;richlv&gt; frontend part closed (fix would complicate things a bit too much and it's a really minor problem), but reviewer should verify the api part as well</p> <p>&lt;Vedmak&gt; There are no API validation for such things, i think we won't implement it in this issue.. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56724\#worklog-56724 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=56632#comment-56632 Thu, 12 Apr 2012 18:18:51 +0300 richlv <p>interestingly, this has broken map editing in opera (11.61, linux)</p> <p>adding a new element now fails. error console just reports : "Syntax error at line 1 in event handler: expected expression, got &lt;end of file&gt;"</p> <p>this was broken in revision r26226</p> <p>&lt;Eduard&gt; RESOLVED in <a href="https://support.zabbix.com/browse/ZBXNEXT-908" title="Redesign Configuration-&gt;Graphs" class="issue-link" data-issue-key="ZBXNEXT-908"><del>ZBXNEXT-908</del></a> (r.26791)</p> <p>&lt;richlv&gt; problem gone in the dev branch, rev 26799; leaving as is for code review</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56632\#worklog-56632 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56725#comment-56725 Thu, 12 Apr 2012 16:27:21 +0300 richlv <p>(19) try to save percentile as "abc" - frontend complains that it's not "double". maybe we can change that to "decimal number" ?</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56725\#worklog-56725 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56640#comment-56640 Thu, 12 Apr 2012 16:26:27 +0300 Alexey Fukalov <p>(13)<br/> Pie and Exploded graph cannot be saved with more than one "Graph sum" items, however it can be previewed. Probably should display error message in place of preview as with other errors.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56640\#worklog-56640 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56723#comment-56723 Thu, 12 Apr 2012 12:35:37 +0300 richlv <p>(17) set percentile value to "abc", try to save the graph - percentile is removed.<br/> set percentile to "abc123", try to save the graph - percentile is removed.<br/> set percentile to "123abc123", try to save the graph - percentile is changed to 123.</p> <p>it should always stay the same, never cleared</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;richlv&gt; for numbers, .00 is added - but let's assume that's ok, CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56723\#worklog-56723 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56648#comment-56648 Wed, 11 Apr 2012 17:53:44 +0300 Alexey Fukalov <p>(15)<br/> 1. open new graph prototype form<br/> 2. add one normal item<br/> 3. try to edit that item<br/> 4. prototype item popup is open, normal item popup must be opened</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56648\#worklog-56648 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56730#comment-56730 Wed, 11 Apr 2012 17:51:45 +0300 Alexey Fukalov <p>(20)<br/> Now in page source can be found code like: </p> <p>&lt;span id="items_29_name" class="link" onclick="PopUp('popup.php?writeonly=1&amp;dstfrm=graphForm&amp;dstfld1=items_52_itemid&amp;dstfld2=items_52_name&amp;dstfld3=items_52_host_templateid'<br/> + '&amp;srctbl=items'<br/> + ''<br/> + (hostTemplateId() &gt; 0 ? '&amp;only_hostid=' + hostTemplateId() : '')<br/> + '&amp;real_hosts=1'<br/> + ''<br/> + '&amp;srcfld1=itemid&amp;srcfld2=name&amp;srcfld3=host_templateid', 800, 600)" name="items<span class="error">&#91;29&#93;</span><span class="error">&#91;name&#93;</span>"&gt;<br/> Zabbix server:Free swap space in %<br/> &lt;/span&gt;</p> <p>These concatenations should be removed.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56730\#worklog-56730 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56680#comment-56680 Wed, 11 Apr 2012 14:10:01 +0300 Alexey Fukalov <p>(16)<br/> Open pie graph, remove all items, try to save, get error "Incorrect value "" for int field "drawtype". <span class="error">&#91;CGraph.update -&gt; CGraph.updateReal -&gt; DB.insert -&gt; DB.checkValueTypes&#93;</span>"</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56680\#worklog-56680 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56639#comment-56639 Wed, 11 Apr 2012 14:08:20 +0300 Alexey Fukalov <p>(12) <br/> Sometimes item cannot be removed from graph, or wrong item is removed.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; Update still happens to wrong item. open graph, remove one item, try to update last item.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56639\#worklog-56639 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56509#comment-56509 Wed, 11 Apr 2012 14:03:09 +0300 Alexey Fukalov <p>(9) <br/> In graph prototypes list, graph names are prepended with discovery rule name and have disabled checkboxes.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; previous was fixed, but now discovered graphs names are clickable and redirect to "ERROR: No permissions to referred object or it does not exist!"<br/> Also prabably all discovered entities should have space after discovery rule name, items and triggers too.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56509\#worklog-56509 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56522#comment-56522 Wed, 11 Apr 2012 11:13:27 +0300 Alexey Fukalov <p>(11)<br/> Incorrect item colors can be saved.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56522\#worklog-56522 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56645#comment-56645 Tue, 10 Apr 2012 15:00:59 +0300 Alexey Fukalov <p>(14) <br/> I think we should allow removing last item.</p> <p>&lt;Eduard&gt; RESOLVED (12)</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56645\#worklog-56645 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56520#comment-56520 Tue, 10 Apr 2012 14:34:33 +0300 Alexey Fukalov <p>(10)<br/> If i set percentile to incorrect value "abc" for example, in preview i get error.</p> <p>&lt;Eduard&gt; Decided not to fix, because in Preview we see a warning message.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56520\#worklog-56520 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56504#comment-56504 Tue, 10 Apr 2012 14:29:51 +0300 Alexey Fukalov <p>(8)<br/> In class.CImg.php for random preloader id better use something like timestamp, rand() function can still get same numbers..</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56504\#worklog-56504 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56436#comment-56436 Tue, 10 Apr 2012 14:02:16 +0300 richlv <p>(5) open a graph, save it (without changing anything).<br/> we do update query with all fields in the graphs table. even worse, we delete all graph items, then create them one by one, doing select from ids/update ids for every one of them.<br/> 5.1. if possible, we shouldn't do update in this case;<br/> 5.2. we shouldn't delete all items &amp; recreate them;<br/> 5.3. when creating items (for a new graph, for example), maybe it's possible to increase ids only once and insert all graph items in one go ?</p> <p>&lt;Eduards&gt; 5.2 - It's hard to simple resolve because in graph item array we can receive NEW items and DELETED items.. so easy way is delete and recreate all ))<br/> We can register new ZBXNEXT but it's is so global and so big work..</p> <p>&lt;richlv&gt; for anything that won't be fixed here, please, create new issues (although they should be ZBX, not ZBXNEXT <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/> )</p> <p>&lt;richlv&gt; won't be fixed here, split out as <a href="https://support.zabbix.com/browse/ZBX-4861" title="excess queries upon no-change graph saving" class="issue-link" data-issue-key="ZBX-4861"><del>ZBX-4861</del></a> - CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56436\#worklog-56436 RE: [ZBXNEXT-1048] api method to import/export xml https://support.zabbix.com/browse/ZBXNEXT-1048?focusedId=56671#comment-56671 Tue, 10 Apr 2012 13:26:18 +0300 Oleksii Zagorskyi <p>See additionally <a href="https://support.zabbix.com/browse/ZBX-4853" title="xml import messages should provide context information" class="issue-link" data-issue-key="ZBX-4853"><del>ZBX-4853</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1048">ZBXNEXT-1048</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56671\#worklog-56671 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56485#comment-56485 Tue, 10 Apr 2012 12:21:25 +0300 richlv <p>(7) it is possible to add an item twice. this was not possible in 1.8</p> <p>also reported as (1) in <a href="https://support.zabbix.com/browse/ZBX-3099" title="problems editing graphs in trunk" class="issue-link" data-issue-key="ZBX-3099"><del>ZBX-3099</del></a></p> <p>&lt;Eduard&gt; Decided allow adding multiple items, because they can be configured with different functions.</p> <p>&lt;richlv&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56485\#worklog-56485 RE: [ZBXNEXT-1048] api method to import/export xml https://support.zabbix.com/browse/ZBXNEXT-1048?focusedId=56652#comment-56652 Tue, 10 Apr 2012 12:04:05 +0300 richlv <p>implemented in <a href="https://support.zabbix.com/browse/ZBX-3531" title="Export/import basic functionality" class="issue-link" data-issue-key="ZBX-3531"><del>ZBX-3531</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1048">ZBXNEXT-1048</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56652\#worklog-56652 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56423#comment-56423 Thu, 5 Apr 2012 16:58:58 +0300 Alexey Fukalov <p>(1)<br/> Sorting by graphtype seems working only for graphs on current page.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56423\#worklog-56423 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56432#comment-56432 Thu, 5 Apr 2012 15:04:22 +0300 richlv <p>(3) in graph elements, colour codes now use lowercase (uppercase everywhere else and before)<br/> this seems to happen only when adding new items, modifying colour sets them to uppercase again</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;richlv&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56432\#worklog-56432 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56431#comment-56431 Thu, 5 Apr 2012 15:01:01 +0300 richlv <p>(2) let's enable "Show working time" and "Show triggers" checkboxes by default for new graphs</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;richlv&gt; dev branch rev 26651 - they still seem to be disabled by default</p> <p>&lt;Eduard&gt; Rich, you test code faster rather than I can commit to in svn <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/>))</p> <p>&lt;richlv&gt; hey, "resolved" means "committed" <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/wink.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56431\#worklog-56431 RE: [ZBXNEXT-908] Redesign Configuration->Graphs https://support.zabbix.com/browse/ZBXNEXT-908?focusedId=56418#comment-56418 Wed, 4 Apr 2012 13:24:07 +0300 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-908</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-908">ZBXNEXT-908</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56418\#worklog-56418 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=56258#comment-56258 Mon, 2 Apr 2012 12:43:14 +0300 richlv <p>(2) and let's not forget to document and extensively review the documentation for this new api <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/wink.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56258\#worklog-56258 RE: [ZBXNEXT-1162] Zabbix backend performance tuning https://support.zabbix.com/browse/ZBXNEXT-1162?focusedId=56148#comment-56148 Thu, 29 Mar 2012 17:46:36 +0300 Alexander Vladishev <p>Fixed in version pre-2.0.0rc3 r26477.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1162">ZBXNEXT-1162</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56148\#worklog-56148 RE: [ZBXNEXT-1162] Zabbix backend performance tuning https://support.zabbix.com/browse/ZBXNEXT-1162?focusedId=55855#comment-55855 Thu, 29 Mar 2012 17:42:32 +0300 richlv <p>any more information on what exactly was improved regarding the processing of the triggers ? <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;zalex&gt; yes, the issue cannot be closed without the answer to this question <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;dimir&gt; Basically there are 2 improvements:</p> <ul class="alternate" type="square"> <li>trigger functions are fetched from cache instead of db when handling trigger expressions</li> <li>(which also results in) no trigger error when expression is changed until cache is updated</li> </ul> <p>Am I right, sasha?</p> <p>&lt;Sasha&gt; You are absolutely right!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1162">ZBXNEXT-1162</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55855\#worklog-55855 RE: [ZBXNEXT-1162] Zabbix backend performance tuning https://support.zabbix.com/browse/ZBXNEXT-1162?focusedId=56123#comment-56123 Thu, 29 Mar 2012 17:39:38 +0300 dimir <p>Successfully tested, do not forget to review my small changes in r26455.</p> <p>&lt;Sasha&gt; Thanks! CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1162">ZBXNEXT-1162</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56123\#worklog-56123 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=56119#comment-56119 Thu, 29 Mar 2012 17:34:33 +0300 Oleksii Zagorskyi <p>Upgrade script "hosts.sql" doesn't increase "nextid" for items in the "ids" table after creating items web.test.error<span class="error">&#91;...&#93;</span> for every web scenario.<br/> In the result it's not possible to create new items in the frontend: Duplicate entry '26396' for key 'PRIMARY'<br/> REOPENED</p> <p>&lt;zalex&gt; I don't know, seems "upgrade" script performs some check with "ids" table in a function increaseid() and described above is not a problem. It's up to you, feel free to close if you like.</p> <p>&lt;Sasha&gt; RESOLVED in dev branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-397</p> <p>&lt;dimir&gt; CLOSED, feel free to merge</p> <p>&lt;Sasha&gt; MERGED to trunk in version pre-2.0.0rc3, revision 26473.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56119\#worklog-56119 RE: [ZBXNEXT-1162] Zabbix backend performance tuning https://support.zabbix.com/browse/ZBXNEXT-1162?focusedId=56083#comment-56083 Thu, 29 Mar 2012 12:57:20 +0300 dimir <p>(1) Wait, there is one issue with trigger update but need to collect more information.</p> <p>&lt;dimir&gt; So if the trigger status is PROBLEM and we update the trigger after that we will not get recovery message when trigger goes to OK state. I guess this is by design. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1162">ZBXNEXT-1162</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56083\#worklog-56083 RE: [ZBXNEXT-1162] Zabbix backend performance tuning https://support.zabbix.com/browse/ZBXNEXT-1162?focusedId=56081#comment-56081 Wed, 28 Mar 2012 17:23:06 +0300 dimir <p>Successfully tested! Please review my small style fixes in r26455.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1162">ZBXNEXT-1162</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=56081\#worklog-56081 RE: [ZBXNEXT-1162] Zabbix backend performance tuning https://support.zabbix.com/browse/ZBXNEXT-1162?focusedId=55792#comment-55792 Thu, 22 Mar 2012 17:19:16 +0200 Alexander Vladishev <p>Available in the development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1162</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1162">ZBXNEXT-1162</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55792\#worklog-55792 RE: [ZBXNEXT-1161] The IT services API https://support.zabbix.com/browse/ZBXNEXT-1161?focusedId=55766#comment-55766 Thu, 22 Mar 2012 11:35:36 +0200 Pavels Jelisejevs <p>(1) IT service dependencies are not documented at all. </p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1161">ZBXNEXT-1161</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55766\#worklog-55766 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=55728#comment-55728 Thu, 22 Mar 2012 09:51:17 +0200 richlv <p>(39) the merge has resurrected hosts_mon.php file, which was deleted in rev 24986<br/> this has happened before already, so i'd strongly suggest figuring out what goes wrong with merges...</p> <p>&lt;Eduard&gt; Out of <a href="https://support.zabbix.com/browse/ZBXNEXT-903" title="Redesign Configuration-&gt;Items" class="issue-link" data-issue-key="ZBXNEXT-903"><del>ZBXNEXT-903</del></a> problem, CLOSED !</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55728\#worklog-55728 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55698#comment-55698 Wed, 21 Mar 2012 15:43:42 +0200 Alexander Vladishev <p>Available in version pre-2.0.0, revision 26293.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55698\#worklog-55698 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55697#comment-55697 Wed, 21 Mar 2012 15:34:48 +0200 dimir <p>Tested, perfect!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55697\#worklog-55697 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55672#comment-55672 Wed, 21 Mar 2012 10:40:00 +0200 Alexander Vladishev <p>Trunk: available in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-744</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55672\#worklog-55672 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55661#comment-55661 Wed, 21 Mar 2012 09:35:16 +0200 dimir <p>Reassign.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55661\#worklog-55661 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55649#comment-55649 Tue, 20 Mar 2012 21:34:37 +0200 Alexander Vladishev <p>Available in version pre-1.8.12, revision 26242.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55649\#worklog-55649 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55618#comment-55618 Tue, 20 Mar 2012 14:35:41 +0200 Eduards Samersovs <p>trunk r.26226 version 2.0.0.rc2</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55618\#worklog-55618 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55617#comment-55617 Tue, 20 Mar 2012 14:26:55 +0200 dimir <p>Successfully tested!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55617\#worklog-55617 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55577#comment-55577 Tue, 20 Mar 2012 13:28:21 +0200 Alexander Vladishev <p>Updated documentation:<br/> <a href="http://www.zabbix.com/documentation/1.8/manual/config/macros?&amp;#list_of_supported_macros" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/1.8/manual/config/macros?&amp;#list_of_supported_macros</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/macros/supported_by_location?&amp;#overview" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/macros/supported_by_location?&amp;#overview</a></p> <p>&lt;richlv&gt; also added this info in <a href="http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.12" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.12</a></p> <p>&lt;zalex&gt; interesting, will be the macro TRIGGER.EXPRESSION exploded to item names and trigger function? If yes, I think it worth to add one word "exploded" or so to the documentation.</p> <p>&lt;Sasha&gt; It's an <b>user</b> documentation. About the collapsed trigger expression user shouldn't know. It will mislead.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55577\#worklog-55577 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55603#comment-55603 Tue, 20 Mar 2012 11:41:27 +0200 Pavels Jelisejevs <p>TESTED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55603\#worklog-55603 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55416#comment-55416 Tue, 20 Mar 2012 11:40:55 +0200 richlv <p>(13) apparently the trailing dot is missing for "Incorrect interface port "10051eee" provided"</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55416\#worklog-55416 RE: [ZBXNEXT-1157] remote Command via right click on menu https://support.zabbix.com/browse/ZBXNEXT-1157?focusedId=55602#comment-55602 Tue, 20 Mar 2012 11:40:19 +0200 richlv <p>probably not remote commands, but global/frontend scripts;<br/> and probably left click, not right click <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>anyway, it will be possible to run frontend scripts either on the agent or server in 2.0</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1157">ZBXNEXT-1157</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55602\#worklog-55602 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55319#comment-55319 Tue, 20 Mar 2012 11:37:57 +0200 Alexei Vladishev <p>(3) Unable to link 1500 or more hosts in Proxy management form.</p> <p>&lt;Eduard&gt; RESOLVED sorting, but actually can't repeat bug.</p> <p>&lt;pavels&gt; This seems to be caused by the max_input_vars parameter or it's Suhosin analog. It will be fixed as a separate issue. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55319\#worklog-55319 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55374#comment-55374 Tue, 20 Mar 2012 11:37:08 +0200 Pavels Jelisejevs <p>(12) A couple of code issues:</p> <p>1. CDiscoveryRule already has a "selectPrototypes" option, there's no need for "selectItems";<br/> 2. I suggest renaming CWarning::render() to show() to be consistent with other classes.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55374\#worklog-55374 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55592#comment-55592 Tue, 20 Mar 2012 10:43:01 +0200 Oleksii Zagorskyi <p>Rich, Sasha, would be nice to remove 1.8.2 from Fix Version/s <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/wink.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;richlv&gt; removed <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55592\#worklog-55592 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55338#comment-55338 Tue, 20 Mar 2012 10:31:33 +0200 Pavels Jelisejevs <p>(10) It would be really great, if your current location in the navigation menu would be either highlighted, or displayed as text instead of link.</p> <p>&lt;Eduard&gt; RESOLVED (current location will be without link)</p> <p>&lt;pavels&gt; Doesn't work in the list of discovery rules and item prototype form.</p> <p>&lt;Eduard&gt; RESOLVED, same as (14)</p> <p>&lt;pavels&gt; Noup, still doesn't work.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; Still doesn't work in the item prototype form, and in the discrovery form items are highlighted instead of discoveries. </p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55338\#worklog-55338 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55581#comment-55581 Tue, 20 Mar 2012 10:03:01 +0200 dimir <p>Fix Summary</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55581\#worklog-55581 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=55576#comment-55576 Tue, 20 Mar 2012 09:33:13 +0200 Alexander Vladishev <p>Available in the development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-744</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55576\#worklog-55576 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55537#comment-55537 Mon, 19 Mar 2012 15:44:36 +0200 Pavels Jelisejevs <p>(18) Please review my changes in r26175.</p> <p>&lt;Eduard&gt; Ok, CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55537\#worklog-55537 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55316#comment-55316 Mon, 19 Mar 2012 15:17:36 +0200 Pavels Jelisejevs <p>(1) When creating a new node, the "Type" select doesn't have the "Master" option.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; Now the "Master node" select is missing for child nodes.</p> <p>&lt;Eduard&gt; Because you don't have master yet..</p> <p>&lt;pavels&gt; But we should be able to add child nodes using the local node as the master.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55316\#worklog-55316 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55331#comment-55331 Mon, 19 Mar 2012 14:15:27 +0200 Pavels Jelisejevs <p>(7) History seems to be broken. </p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; History is missing from Administration - General. This seems to have been broken in the trunk sometime earlier.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; History should have a link to a specific configuration page, not just a single "Configuration of Zabbix" link.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; I've changed the title of General / Other to "Other configuration parameters", it's more correct. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55331\#worklog-55331 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55330#comment-55330 Mon, 19 Mar 2012 14:03:57 +0200 Pavels Jelisejevs <p>(6) When trying creating a proxy without a "Proxy name" the error message reads "Warning. Incorrect value for field "host".". It should be "Warning. Incorrect value for field "proxy name".".</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <p>&lt;pavels&gt; REOPENED: same thing when trying to create a proxy with an existing name: "Host "1" already exists."</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55330\#worklog-55330 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55322#comment-55322 Mon, 19 Mar 2012 14:02:06 +0200 Pavels Jelisejevs <p>(5) When I'm trying to create a passive proxy with a DNS interface without a DNS address, an error occurs:</p> <p> Undefined index: 10173 <span class="error">&#91;api/classes/CHostInterface.php:537&#93;</span><br/> Interface with IP "127.0.0.1" cannot have empty DNS name while having "Use DNS" property on "". <span class="error">&#91;CProxy.create -&gt; CHostInterface.create -&gt; CHostInterface.checkInput&#93;</span></p> <p>Note, that the last message is missing the proxy name.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; The same error message for hosts says "Interface with IP "127.0.0.1" cannot have empty DNS name while having "Use DNS" property on "%HOSTNAME%". Let's make it consistent.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55322\#worklog-55322 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55489#comment-55489 Mon, 19 Mar 2012 12:04:01 +0200 Pavels Jelisejevs <p>(17) A "S_STATUS_OF_ZABBIX" string appears in the history.</p> <p>&lt;Eduard&gt; Seems it was saved in your profile, please re-test it now..</p> <p>&lt;pavels&gt; Yep, it's ok now. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55489\#worklog-55489 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55488#comment-55488 Mon, 19 Mar 2012 12:03:15 +0200 Pavels Jelisejevs <p>(16) The node select is missing from the top of the page.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55488\#worklog-55488 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55320#comment-55320 Mon, 19 Mar 2012 11:14:08 +0200 Pavels Jelisejevs <p>(4) When I'm trying to edit a created node, the form looks weird. Note the error message, the duplicating "Name" fields and the "Master node" text. See <a href="https://support.zabbix.com/secure/attachment/18327/dm-node.png" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/18327/dm-node.png</a></p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; We shouldn't be able to change the type of the node after it's created.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55320\#worklog-55320 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55436#comment-55436 Fri, 16 Mar 2012 14:30:34 +0200 Oleksii Zagorskyi <p>(15) according our discussion related to <a href="https://support.zabbix.com/browse/ZBX-3374" title="Low level discovery. GUI configuration improvement." class="issue-link" data-issue-key="ZBX-3374"><del>ZBX-3374</del></a> would be good to add additional link "&lt;&lt; Discovery rules list" prior the link "Discovery: &lt;some name&gt;"<br/> Then the <a href="https://support.zabbix.com/browse/ZBX-3374" title="Low level discovery. GUI configuration improvement." class="issue-link" data-issue-key="ZBX-3374"><del>ZBX-3374</del></a> will be <b>fully</b> resolved.</p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;zalex&gt; Successful tested, CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55436\#worklog-55436 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55434#comment-55434 Fri, 16 Mar 2012 14:30:23 +0200 Oleksii Zagorskyi <p>(14) dev branch r26073 tested. When I click and open some discovery rule properties then I cannot click to a link "Item prototypes (2)" because it's not a hyper-link but just simple text.<br/> When I click to "Trigger prototypes (1)" or "Graph prototypes (1)" then i CAN click to "Item prototypes (2)"</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;zalex&gt; Successful tested, CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55434\#worklog-55434 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55339#comment-55339 Fri, 16 Mar 2012 13:20:41 +0200 Pavels Jelisejevs <p>(11) Since you've also fixed page headers, there's one small issue. The header on monitoring/events reads "HISTORY OF EVENTS ON 13 Mar 2012 15:48:42" while on the trigger status page - "STATUS OF TRIGGERS <span class="error">&#91;13 Mar 2012 15:51:23&#93;</span>". It should be unified. </p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55339\#worklog-55339 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55337#comment-55337 Fri, 16 Mar 2012 13:17:07 +0200 Pavels Jelisejevs <p>(9) The navigation menu is missing from the graph, application and screen forms.</p> <p>&lt;Eduard&gt; Applications, Screens RESOLVED. For Graphs I will do it in <a href="https://support.zabbix.com/browse/ZBXNEXT-908" title="Redesign Configuration-&gt;Graphs" class="issue-link" data-issue-key="ZBXNEXT-908"><del>ZBXNEXT-908</del></a>, because most of code will be rewritten..</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55337\#worklog-55337 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55333#comment-55333 Fri, 16 Mar 2012 13:15:03 +0200 Pavels Jelisejevs <p>(8) The layout of administration/authentication and some other pages is broken in firefox <a href="https://support.zabbix.com/secure/attachment/18328/administration-authentication.png" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/18328/administration-authentication.png</a></p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55333\#worklog-55333 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55318#comment-55318 Fri, 16 Mar 2012 13:00:49 +0200 Pavels Jelisejevs <p>(2) When trying to create a node with the node id "0", the error message just says "ERROR: Cannot add node". I think we should add the "Warning. Incorrect value for field "ID"." message.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55318\#worklog-55318 RE: [ZBXNEXT-914] Redesign Administration->DM https://support.zabbix.com/browse/ZBXNEXT-914?focusedId=55415#comment-55415 Wed, 14 Mar 2012 23:12:27 +0200 richlv <p>apparently, the work is happening in svn://svn.zabbix.com/branches/dev/ZBXNEXT-914</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-914">ZBXNEXT-914</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55415\#worklog-55415 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=55394#comment-55394 Wed, 14 Mar 2012 14:34:39 +0200 Eduards Samersovs <p>trunk r.26075 version 2.0.0rc2</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55394\#worklog-55394 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55253#comment-55253 Tue, 13 Mar 2012 18:22:18 +0200 Oleksii Zagorskyi <p>(3) <span class="error">&#91;documentation&#93;</span><br/> At least here: <a href="http://www.zabbix.com/documentation/2.0/manual/distributed_monitoring/proxies" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/distributed_monitoring/proxies</a><br/> Built-in web monitoring No<br/> Btw, LLD could be included in that table.</p> <p>&lt;Sasha&gt; Updated documentation:<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/distributed_monitoring/proxies?&amp;#overview" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/distributed_monitoring/proxies?&amp;#overview</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#web_monitoring_by_zabbix_proxies" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#web_monitoring_by_zabbix_proxies</a></p> <p>&lt;zalex&gt; I like it. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55253\#worklog-55253 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55341#comment-55341 Tue, 13 Mar 2012 17:36:20 +0200 Alexander Vladishev <p>Available in version pre-2.0.0rc1, revision 26022.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55341\#worklog-55341 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55334#comment-55334 Tue, 13 Mar 2012 16:19:38 +0200 dimir <p>Successfully tested.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55334\#worklog-55334 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55297#comment-55297 Tue, 13 Mar 2012 16:19:19 +0200 dimir <p>(6) <span class="error">&#91;Proxy&#93;</span> Web scenario macros are not properly handled in steps when processed by proxy. Generated post string looks messy.</p> <p>&lt;Sasha&gt; RESOLVED in r25999</p> <p>&lt;dimir&gt; Great! Please review my small changes in r26007</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55297\#worklog-55297 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=55280#comment-55280 Tue, 13 Mar 2012 14:18:31 +0200 richlv <p>(11) <br/> $ svn diff -c 25808 frontends/php/include/locales/en_gb.inc.php | grep S_ALREADY_EXISTS_SMALL</p> <ul class="alternate" type="square"> <li>'S_ALREADY_EXISTS_SMALL'=&gt; _('already exists'),</li> </ul> <p>$ svn up<br/> At revision 25957.<br/> $ grep S_ALREADY_EXISTS_SMALL frontends/php/api/classes/CTriggerPrototype.php<br/> self::exception(ZBX_API_ERROR_PARAMETERS, S_TRIGGER.' ['.$trigger<span class="error">&#91;&#39;description&#39;&#93;</span>.'] '.S_ALREADY_EXISTS_SMALL);</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55280\#worklog-55280 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55293#comment-55293 Mon, 12 Mar 2012 16:25:55 +0200 Alexander Vladishev <p>(5) <span class="error">&#91;GUI&#93;</span> Your changes in r25963:25965 are successfully reviewed. Please review my changes in r25973.</p> <p>&lt;dimir&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55293\#worklog-55293 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55287#comment-55287 Mon, 12 Mar 2012 16:25:34 +0200 dimir <p>(4) <span class="error">&#91;GUI&#93;</span><br/> "Last check" field in "Monitoring" -&gt; "Web" is always "Never" even for processed web scenarios.</p> <p>&lt;dimir&gt; My bad, my db wasn't up-to-date. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55287\#worklog-55287 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=55164#comment-55164 Fri, 9 Mar 2012 11:58:50 +0200 Alexey Fukalov <p>(2) <span class="error">&#91;GUI&#93;</span><br/> Please review my changes in rev. 25893.</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55164\#worklog-55164 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=55030#comment-55030 Mon, 5 Mar 2012 17:58:25 +0200 Eduards Samersovs <p>trunk r.25808 version pre-1.9.10</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=55030\#worklog-55030 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54797#comment-54797 Mon, 5 Mar 2012 17:41:58 +0200 Alexey Fukalov <p>(6) <span class="error">&#91;GUI&#93;</span><br/> Now we cannot switch screen elements coordinates via API.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; let's better separate validation to methods instead of long additional options to one method <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54797\#worklog-54797 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54786#comment-54786 Mon, 5 Mar 2012 17:41:30 +0200 Alexey Fukalov <p>(3) <span class="error">&#91;GUI&#93;</span><br/> Now rowspan and colspan cannot be 0, but it was allowed before, so now it show errors when update element on old screens. Maybe db patch should be added.</p> <p>also even if we set rowspan/colspan to 1, but then move element to another empty cell, they are set to 0.</p> <p>&lt;Eduard&gt; RESOLVED, Reverted validation on rowspan and colspan.. allow 0 values.</p> <p>&lt;richlv&gt; dev branch rev 25776. attempting to save screen element with 0/0 colspans still fails :</p> <p>Warning. Incorrect value for field "colspan".<br/> Warning. Incorrect value for field "rowspan".</p> <p>also the mentioned reseting of span from 1 to 0 is still there</p> <p>&lt;Eduard&gt; Retry Now</p> <p>&lt;Vedmak&gt; rowspan/colspan still resets to 0 if we move element with rowspan/colspan 1.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54786\#worklog-54786 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54785#comment-54785 Mon, 5 Mar 2012 16:08:40 +0200 Alexey Fukalov <p>(2) <span class="error">&#91;GUI&#93;</span><br/> Have one element in row, edit it, move it to another row, try to delete now empty row, alert appears with warning that row is not empty.<br/> Probably that caused because element moving is done with ajax, but alerts are attached on page refresh.</p> <p>&lt;Eduard&gt; CLOSED. Moved to <a href="https://support.zabbix.com/browse/ZBXNEXT-1140" title="Screen configuration hard issues." class="issue-link" data-issue-key="ZBXNEXT-1140"><del>ZBXNEXT-1140</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54785\#worklog-54785 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54787#comment-54787 Mon, 5 Mar 2012 16:08:23 +0200 Alexey Fukalov <p>(4) <span class="error">&#91;GUI&#93;</span><br/> Cannot switch screen elements places if they have aligned not to center/middle.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; now when you switch element with places, alignment is not switched.</p> <p>&lt;Eduard&gt; CLOSED. Moved to <a href="https://support.zabbix.com/browse/ZBXNEXT-1140" title="Screen configuration hard issues." class="issue-link" data-issue-key="ZBXNEXT-1140"><del>ZBXNEXT-1140</del></a> </p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54787\#worklog-54787 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54941#comment-54941 Mon, 5 Mar 2012 16:07:51 +0200 richlv <p>(10) if screen does not fit horizontally in the browser window, 'select' button for the element (while editing it) is wrapped and the input field bleeds over other columns</p> <p><a href="https://support.zabbix.com/secure/attachment/18295/screen_element_selection.png" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/18295/screen_element_selection.png</a></p> <p>&lt;Eduard&gt; CLOSED. Moved to <a href="https://support.zabbix.com/browse/ZBXNEXT-1140" title="Screen configuration hard issues." class="issue-link" data-issue-key="ZBXNEXT-1140"><del>ZBXNEXT-1140</del></a> </p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54941\#worklog-54941 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54783#comment-54783 Mon, 5 Mar 2012 14:27:08 +0200 Alexey Fukalov <p>(1) <span class="error">&#91;GUI&#93;</span><br/> Js error In ie8 after any element drag.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54783\#worklog-54783 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54789#comment-54789 Mon, 5 Mar 2012 14:21:01 +0200 Alexey Fukalov <p>(5) <span class="error">&#91;GUI&#93;</span><br/> In screen element "Server info" remove row with "refresh now" link, and make link to zabbix server status to be shown only for super admins.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54789\#worklog-54789 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54940#comment-54940 Mon, 5 Mar 2012 14:06:21 +0200 richlv <p>(9) adding history of events seems to break screen configuration.<br/> a) it is not possible to drag any cell contents anymore;<br/> b) other elements (in this case, graphs) do not appear at all</p> <p>see the screenshot. while event history element is being edited (thus history itself is not visible), elements can be seen and dragged.<br/> when history is visible, other elements disappear and history or empty cells can't be dragged anymore</p> <p><a href="https://support.zabbix.com/secure/attachment/18293/history_not_visible.png" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/18293/history_not_visible.png</a><br/> <a href="https://support.zabbix.com/secure/attachment/18294/history_visible.png" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/18294/history_visible.png</a></p> <p>&lt;Eduard&gt; Same es (8) It's a different issue, move to <a href="https://support.zabbix.com/browse/ZBX-4730" title="Hint encoding problems, javascript error in Event history screen." class="issue-link" data-issue-key="ZBX-4730"><del>ZBX-4730</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54940\#worklog-54940 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54936#comment-54936 Mon, 5 Mar 2012 11:19:09 +0200 richlv <p>(8)</p> <p><span class="error">&#91;03/03/2012 05:57:58 AM&#93;</span> JavaScript - <a href="http://localhost:8883/dev/ZBXNEXT-904/screenedit.php?screenid=5&amp;sid=96e83c42e664b647" class="external-link" target="_blank" rel="nofollow noopener">http://localhost:8883/dev/ZBXNEXT-904/screenedit.php?screenid=5&amp;sid=96e83c42e664b647</a><br/> Event thread: DOMContentLoaded<br/> Uncaught exception: TypeError: 'jqBlink.init' is not a function<br/> Error thrown at line 6, column 0 in &lt;anonymous function&gt;() in <a href="http://localhost:8883/dev/ZBXNEXT-904/screenedit.php?screenid=5&amp;sid=96e83c42e664b647:" class="external-link" target="_blank" rel="nofollow noopener">http://localhost:8883/dev/ZBXNEXT-904/screenedit.php?screenid=5&amp;sid=96e83c42e664b647:</a><br/> jqBlink.init();<br/> called via Function.prototype.apply() from line 4978, column 29466 in &lt;anonymous function: f.Callbacks&gt;(b, f) in <a href="http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:" class="external-link" target="_blank" rel="nofollow noopener">http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:</a><br/> if(c<span class="error">&#91;l&#93;</span>.apply(b,f)===!1&amp;&amp;a.stopOnFalse)<br/> called from line 4978, column 31004 in &lt;anonymous function: fireWith&gt;(b, c) in <a href="http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:" class="external-link" target="_blank" rel="nofollow noopener">http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:</a><br/> d&amp;&amp;(i?a.once||d.push(<span class="error">&#91;b,c&#93;</span>)<img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/sad.png" height="16" width="16" align="absmiddle" alt="" border="0"/>!a.once||!e)&amp;&amp;n(b,c));<br/> called from line 4978, column 19394 in &lt;anonymous function: ready&gt;(a) in <a href="http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:" class="external-link" target="_blank" rel="nofollow noopener">http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:</a><br/> A.fireWith(c,<span class="error">&#91;e&#93;</span>),e.fn.trigger&amp;&amp;e(c).trigger("ready").off("ready")<br/> called from line 4978, column 28585 in &lt;anonymous function: B&gt;() in <a href="http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:" class="external-link" target="_blank" rel="nofollow noopener">http://localhost:8883/dev/ZBXNEXT-904/jsLoader.php?ver=1.9.10&amp;lang=en_GB:</a><br/> c.removeEventListener("DOMContentLoaded",B,!1),e.ready()</p> <p>&lt;Eduard&gt; It's a different issue, after merging from upstream problem resolves.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54936\#worklog-54936 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=54892#comment-54892 Mon, 5 Mar 2012 10:13:46 +0200 dimir <p>(1) In src/libs/zbxdbhigh/proxy.c:398 in function get_proxy_monitored_httptests() we request httptestids of hosts in "monitored" and "not monitored" state.</p> <p>&lt;Sasha&gt; RESOLVED in r25773.</p> <p>&lt;dimir&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54892\#worklog-54892 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54935#comment-54935 Sat, 3 Mar 2012 16:34:23 +0200 richlv <p>(7) server info element doesn't seem to have "Vertical align" options styled like the other screen elements</p> <p>hmm, this seems to depend either on other elements/their layout or editing sequence, can't reproduce reliably... CLOSED for now</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54935\#worklog-54935 RE: [ZBXNEXT-904] Redesign Configuration->Screens https://support.zabbix.com/browse/ZBXNEXT-904?focusedId=54368#comment-54368 Fri, 24 Feb 2012 10:02:01 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-904</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-904">ZBXNEXT-904</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54368\#worklog-54368 RE: [ZBXNEXT-1113] Redesign Configuration->Discovery Rules https://support.zabbix.com/browse/ZBXNEXT-1113?focusedId=54104#comment-54104 Mon, 20 Feb 2012 12:09:44 +0200 Eduards Samersovs <p>trunk r.25463 version pre-1.9.10</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1113">ZBXNEXT-1113</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54104\#worklog-54104 RE: [ZBXNEXT-1107] Redesign Administration->Audit https://support.zabbix.com/browse/ZBXNEXT-1107?focusedId=54102#comment-54102 Mon, 20 Feb 2012 11:39:30 +0200 Eduards Samersovs <p>trunk r.25460, r.25461 version pre-1.9.10</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1107">ZBXNEXT-1107</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54102\#worklog-54102 RE: [ZBXNEXT-1107] Redesign Administration->Audit https://support.zabbix.com/browse/ZBXNEXT-1107?focusedId=54094#comment-54094 Mon, 20 Feb 2012 11:26:07 +0200 Pavels Jelisejevs <p>(1) Please review my changes in r25458.</p> <p>&lt;Eduard&gt; Ok. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1107">ZBXNEXT-1107</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54094\#worklog-54094 RE: [ZBXNEXT-1107] Redesign Administration->Audit https://support.zabbix.com/browse/ZBXNEXT-1107?focusedId=54095#comment-54095 Mon, 20 Feb 2012 10:41:06 +0200 Pavels Jelisejevs <p>If (1) is ok, you can merge.</p> <p>TESTED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1107">ZBXNEXT-1107</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54095\#worklog-54095 RE: [ZBXNEXT-1113] Redesign Configuration->Discovery Rules https://support.zabbix.com/browse/ZBXNEXT-1113?focusedId=54006#comment-54006 Fri, 17 Feb 2012 14:23:11 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1113</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1113">ZBXNEXT-1113</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=54006\#worklog-54006 RE: [ZBXNEXT-1107] Redesign Administration->Audit https://support.zabbix.com/browse/ZBXNEXT-1107?focusedId=53694#comment-53694 Thu, 9 Feb 2012 12:42:09 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-1107</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1107">ZBXNEXT-1107</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53694\#worklog-53694 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=52901#comment-52901 Wed, 8 Feb 2012 18:22:44 +0200 richlv <p>(1) redesign seems to be fairly nice, but there seems to be no design document at all. current implementation should be documented on the specification wiki and basically describe how it works now (field order, value mappings and applications being sorted alphabetically etc etc)<br/> otherwise it's not really possible for testers/reviewers to know for sure that it works as expected (for example, data type currently being sorted by base)</p> <p>&lt;alexei&gt; We need design doc! I have so many ideas for this form. <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;richlv&gt; just to note down that current spec is seriously lacking - doesn't list field ordering, field visibility depending on contents of other fields etc<br/> &lt;richlv&gt; spec does not conform to what is in the dev branch at all... things like how history clearing buttons are implemented and loooots of other things. not sure how testing or developing can happen without doing lots of redundant work.</p> <p>&lt;richlv&gt; sorry, this doesn't work. i don't know how should i put it. THIS DOESN'T WORK.<br/> there is no f-ing way anybody can determine whether item config form works according to the specification. oh, wait, let me try it differently - ti doesn't.<br/> how can tests be created ? how could it be tested ? by word of mouth rumours ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=52901\#worklog-52901 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53637#comment-53637 Wed, 8 Feb 2012 16:40:02 +0200 Eduards Samersovs <p>trunk r.25256 version pre-1.9.10</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53637\#worklog-53637 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53562#comment-53562 Tue, 7 Feb 2012 16:30:33 +0200 Alexey Fukalov <p>(38) <span class="error">&#91;GUI&#93;</span><br/> Some fields are now not correctly hidden/shown, also when item type "Database monitoring" selected "Additional parameters" field is empty, but it should contain basic params as in trunk.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; Previous fixed, but i found one more case. When select "Type of information" numeric unsigned and "Data type" boolean, multiplier fields are hidden, then change <br/> "Type of information" to numeric float and then back to numeric unsigned, now multiplier fields are shown though boolean data type is selected.</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53562\#worklog-53562 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53479#comment-53479 Tue, 7 Feb 2012 16:11:47 +0200 Alexey Fukalov <p>(28) <span class="error">&#91;GUI&#93;</span><br/> Button "Select" near "key" input in item form is enable for JMX items and disabled for SNMP trap, not sure but it probably should be enabled for all types that are in keys popup and disabled for others.</p> <p>Also that button has "hand" cursor even if disabled.</p> <p>&lt;Eduard&gt; Cursor RESOLVED</p> <p>&lt;Vedmak&gt; "Select" button should be disabled also for "Zabbix trapper", "External check", "Database monitor", "SSH agent", "TELENT agent", "JMX agent", "Calculated" item types.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53479\#worklog-53479 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53466#comment-53466 Tue, 7 Feb 2012 14:32:02 +0200 Pavels Jelisejevs <p>(16) Regarding itemTypeInterface() in functions.js. It's not a good idea to duplicate this logic on the client side. I think we should pass the interface mapping rules as an associative array from the PHP side. </p> <p>&lt;Eduard&gt; RESOLVED, impl. without any array..</p> <p>&lt;Vedmak&gt; I'm not sure what it was about initially, but "insert_javascript_itemTypeInterface" must be removed from CItemGeneral class <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/> And i think Pavel's idea about implementation was that we should not change more than one function/method if we add new interface.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53466\#worklog-53466 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53554#comment-53554 Tue, 7 Feb 2012 13:48:56 +0200 richlv <p>(37) add an application to an item that has a name :<br/> '<br/> (single quote).</p> <p>try to use it in item subfilter :</p> <p><span class="error">&#91;02/07/2012 12:59:18 AM&#93;</span> JavaScript - items.php?sid=df9ac3e9bc8c64ca&amp;form_refresh=4&amp;filter_groupid=0&amp;filter_hostid=0&amp;filter_group=&amp;filter_hostname=2&amp;filter_application=&amp;filter_name=&amp;filter_key=&amp;filter_type=-1&amp;filter_delay=&amp;filter_value_type=-1&amp;filter_history=&amp;filter_trends=&amp;filter_status=-1&amp;filter_with_triggers=-1&amp;filter_templated_items=-1&amp;subfilter_apps%5BU%23%25%40%26*%23%24%40%26*%23%24%26%24%40%232%5D=U%23%25%40%26*%23%24%40%26*%23%24%26%24%40%232<br/> Script compilation<br/> Syntax error at line 1 in event handler: expected ')', got ']'<br/> ', 'subfilter_apps<span class="error">&#91;&#39;&#93;</span>', ''', true);<br/> --------------------^</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53554\#worklog-53554 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53346#comment-53346 Tue, 7 Feb 2012 12:55:15 +0200 Alexei Vladishev <p>(12) Applications not sorted in the list of item prototypes "CPU, Availability", must be "Availability, CPU".</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; Sorting is not natural: 1, 12, 2.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53346\#worklog-53346 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53339#comment-53339 Tue, 7 Feb 2012 12:54:28 +0200 Alexei Vladishev <p>(9) Configuration-&gt;Hosts-&gt;Items</p> <p>Look at the debug information. The amount of API calls, permission checks and unnecessarily data exchange kills performance. It has to be fixed.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; There is still quite a lot sqls.. ~130 more than in trunk. Maybe we should discuss that problem together.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53339\#worklog-53339 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53368#comment-53368 Mon, 6 Feb 2012 17:43:59 +0200 Alexei Vladishev <p>(14) Please fix <a href="https://support.zabbix.com/browse/ZBX-3304" title="item filter control visual discrepancy" class="issue-link" data-issue-key="ZBX-3304"><del>ZBX-3304</del></a> in other places as well (list of hosts, somewhere else?) to make it consistent.</p> <p>&lt;Eduard&gt; RESOLVED also in Hosts and Host inventories.</p> <p>&lt;alexei&gt; please make 'Filter' preferred action, i.e. mark it with yellow border</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53368\#worklog-53368 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53490#comment-53490 Mon, 6 Feb 2012 17:33:57 +0200 Alexander Vladishev <p>(34) <span class="error">&#91;GUI&#93;</span> flexible intervals in "Mass update" and "Item" forms should be unified.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53490\#worklog-53490 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53468#comment-53468 Mon, 6 Feb 2012 17:32:40 +0200 Alexei Vladishev <p>(18) Please fix <a href="https://support.zabbix.com/browse/ZBX-1601" title="Clear history of items in templates does not work" class="issue-link" data-issue-key="ZBX-1601"><del>ZBX-1601</del></a> as well. Remove the history button for items from templates.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53468\#worklog-53468 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53305#comment-53305 Mon, 6 Feb 2012 17:29:58 +0200 Alexei Vladishev <p>(6) Configuration-&gt;Hosts-&gt;Items</p> <p>Click on a template Template_Linux in item name "Template_Linux:Buffers memory". You are supposed to see list of Template_Linux items, however host items are displayed. Probably related to (5).</p> <p>&lt;Eduard&gt; (5) RESOLVE this issue</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53305\#worklog-53305 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53298#comment-53298 Mon, 6 Feb 2012 17:29:25 +0200 Alexei Vladishev <p>(5) Configuration-&gt;Templates, click on template items</p> <p>You will see list of items of a host, not template. It seems host selection is remembered in item filter.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53298\#worklog-53298 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53295#comment-53295 Mon, 6 Feb 2012 17:28:37 +0200 Alexei Vladishev <p>(4) Connect as an user having read-write permission to a host</p> <p>Configuration-&gt;Hosts-&gt;Items (click on a host having templated items), click on a template item. See errors below the form:</p> <p> reset() expects parameter 1 to be array, null given <span class="error">&#91;include/forms.inc.php:951&#93;</span><br/> Undefined index: discoveryRule <span class="error">&#91;include/forms.inc.php:958&#93;</span><br/> Undefined index: itemid <span class="error">&#91;include/forms.inc.php:965&#93;</span><br/> Undefined index: templateid <span class="error">&#91;include/forms.inc.php:967&#93;</span></p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53295\#worklog-53295 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53486#comment-53486 Mon, 6 Feb 2012 13:47:25 +0200 Alexey Fukalov <p>(33) <span class="error">&#91;GUI&#93;</span><br/> If we mass update item with incorrect type/interface pair, error is shown in item list (update form closes) and without any success/fail message.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53486\#worklog-53486 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53545#comment-53545 Mon, 6 Feb 2012 13:40:44 +0200 Alexey Fukalov <p>(36) <span class="error">&#91;GUI&#93;</span><br/> "Delete history and trends" button appears for items in template, but not appears for host inherited items, i think it should be otherwise.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53545\#worklog-53545 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53485#comment-53485 Mon, 6 Feb 2012 12:04:23 +0200 Alexey Fukalov <p>(32) <span class="error">&#91;GUI&#93;</span><br/> After adding flexible interval in item mass update form application list becomes empty.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53485\#worklog-53485 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53484#comment-53484 Mon, 6 Feb 2012 12:03:34 +0200 Alexey Fukalov <p>(31) <span class="error">&#91;GUI&#93;</span><br/> In item mass update form, try to add 3 new flexible intervals then delete one of them, 2 are deleted instead of one. All the time random intervals are deleted..<br/> And Undefined offset: 1 <span class="error">&#91;include/views/configuration.item.massupdate.php:243&#93;</span> is shown.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53484\#worklog-53484 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53543#comment-53543 Mon, 6 Feb 2012 12:02:35 +0200 Alexey Fukalov <p>(35) <span class="error">&#91;GUI&#93;</span><br/> In item form only 7 flexible intervals can be added, but in mass update form 8.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53543\#worklog-53543 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53483#comment-53483 Mon, 6 Feb 2012 11:08:37 +0200 Alexey Fukalov <p>(30) <span class="error">&#91;GUI&#93;</span><br/> In item list if we filter not by host, but by group, then host column is missing.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53483\#worklog-53483 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53481#comment-53481 Mon, 6 Feb 2012 11:08:15 +0200 Alexey Fukalov <p>(29) <span class="error">&#91;GUI&#93;</span><br/> In mass update form interfaces can be updated even if items are from different hosts.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53481\#worklog-53481 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53478#comment-53478 Mon, 6 Feb 2012 11:05:10 +0200 Alexey Fukalov <p>(27) <span class="error">&#91;GUI&#93;</span><br/> Applications subfilter for items list seems broken.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53478\#worklog-53478 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53477#comment-53477 Mon, 6 Feb 2012 11:04:09 +0200 Alexey Fukalov <p>(26) <span class="error">&#91;GUI&#93;</span><br/> Go to any templated item configuration form, change for example "Populates host inventory field" value, then add new flexible interval, after page reload, "Populates host inventory field" value is reset.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53477\#worklog-53477 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53467#comment-53467 Mon, 6 Feb 2012 09:26:56 +0200 Pavels Jelisejevs <p>(17) In the item mass update form the "show value mappings" link should not be displayed if the value "show value" checkbox is unchecked.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; The "show value mapping" link is broken (leads to config.php)</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53467\#worklog-53467 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53495#comment-53495 Fri, 3 Feb 2012 17:04:14 +0200 Eduards Samersovs <p>trunk r.25197 version pre-1.9.10</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53495\#worklog-53495 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53401#comment-53401 Fri, 3 Feb 2012 16:50:12 +0200 Alexei Vladishev <p>(15) Only interfaces matching item type must be displayed. If no interfaces found then empty (or '<del>none</del>') drop-down should be displayed with red message 'No interface found' on the right side.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;alexei&gt; it is not correct, the logic must be as follows:</p> <p> case ITEM_TYPE_ZABBIX:<br/> return INTERFACE_TYPE_AGENT;<br/> case ITEM_TYPE_SNMPv1:<br/> case ITEM_TYPE_SNMPv2c:<br/> case ITEM_TYPE_SNMPv3:<br/> case ITEM_TYPE_SNMPTRAP:<br/> return INTERFACE_TYPE_SNMP;<br/> case ITEM_TYPE_IPMI:<br/> return INTERFACE_TYPE_IPMI;<br/> case ITEM_TYPE_JMX:<br/> return INTERFACE_TYPE_JMX;<br/> case ITEM_TYPE_SIMPLE:<br/> case ITEM_TYPE_EXTERNAL:<br/> case ITEM_TYPE_SSH:<br/> case ITEM_TYPE_TELNET:<br/> return INTERFACE_TYPE_ANY;<br/> default:<br/> return INTERFACE_TYPE_NONE;</p> <p>&lt;Eduard&gt; RESOLVED"</p> <p>&lt;pavels&gt; I think the message should read "No interfaceS found". Plus, when we try to submit a form with that message, it still submits some interface ID and the error message reads "Item uses incorrect interface type" instead of "No interface for item".</p> <p>&lt;Eduard&gt; After discussion with Pavels we decided not to do this. CLOSED</p> <p>&lt;pavels&gt; Wait, we've decided no to change the "No interface found" message, the part about the error remains. REOPENED.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53401\#worklog-53401 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53476#comment-53476 Fri, 3 Feb 2012 16:46:13 +0200 Alexey Fukalov <p>(25) <span class="error">&#91;GUI&#93;</span><br/> In items.php there were two places where variable in "foreach" is used as reference and not unset afterwards.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53476\#worklog-53476 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53474#comment-53474 Fri, 3 Feb 2012 16:43:48 +0200 Pavels Jelisejevs <p>(23) In configuration.item.edit.js the two jQuery.ready blocks should be united in one.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53474\#worklog-53474 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53472#comment-53472 Fri, 3 Feb 2012 16:40:55 +0200 Pavels Jelisejevs <p>(22) The "Group" drop down is not working in firefox in the "copy to" form.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53472\#worklog-53472 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53471#comment-53471 Fri, 3 Feb 2012 16:40:27 +0200 Pavels Jelisejevs <p>(21) in the "copy to" form in FireFox there is no margin between the "target" label and the lower border.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53471\#worklog-53471 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53487#comment-53487 Fri, 3 Feb 2012 16:38:47 +0200 Alexander Vladishev <p>(6) аt not successful saving "key" and "SNMP OID" values disappear<br/> <a href="https://support.zabbix.com/secure/attachment/17970/screenshot-4.jpg" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/17970/screenshot-4.jpg</a><br/> <a href="https://support.zabbix.com/secure/attachment/17971/screenshot-5.jpg" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/17971/screenshot-5.jpg</a></p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53487\#worklog-53487 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53439#comment-53439 Fri, 3 Feb 2012 16:30:39 +0200 Alexander Vladishev <p>(4) <span class="error">&#91;AF&#93;</span> cannot delete a discovery rule<br/> pg_query(): Query failed: ERROR: operator does not exist: character varying = integer LINE 1: ...nid FROM conditions c WHERE c.conditiontype=18 AND c.value=2 ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. <span class="error">&#91;include/db.inc.php:430&#93;</span><br/> Error in query <span class="error">&#91;SELECT DISTINCT c.actionid FROM conditions c WHERE c.conditiontype=18 AND c.value=2&#93;</span> <span class="error">&#91;ERROR: operator does not exist: character varying = integer LINE 1: ...nid FROM conditions c WHERE c.conditiontype=18 AND c.value=2 ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.&#93;</span><br/> pg_fetch_assoc() expects parameter 1 to be resource, boolean given <span class="error">&#91;include/db.inc.php:565&#93;</span><br/> pg_free_result() expects parameter 1 to be resource, boolean given <span class="error">&#91;include/db.inc.php:566&#93;</span></p> <p>Related issue: <a href="https://support.zabbix.com/browse/ZBX-4182" title="Errors when we try to delete already deleted low level discovery rule" class="issue-link" data-issue-key="ZBX-4182"><del>ZBX-4182</del></a></p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; REOPENED SQL statement at include/discovery.inc.php:186 should be fixed too.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53439\#worklog-53439 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53475#comment-53475 Fri, 3 Feb 2012 16:29:01 +0200 Pavels Jelisejevs <p>(24) In configuration.item.edit.php the numerous zbx_subarray_push should be somehow restructured to be more maintainable. </p> <p>&lt;Eduard&gt; After discussion with Pavels we decided optimize it not in this time. CLOSED </p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53475\#worklog-53475 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53442#comment-53442 Fri, 3 Feb 2012 15:51:19 +0200 Alexander Vladishev <p>(5) <span class="error">&#91;F&#93;</span> Cannot delete a discovery rule from a form - 'Delete' button disabled</p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53442\#worklog-53442 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53435#comment-53435 Fri, 3 Feb 2012 15:51:10 +0200 Alexander Vladishev <p>(2) <span class="error">&#91;F&#93;</span> аt not successful saving all new discovery checks disappear<br/> <a href="https://support.zabbix.com/secure/attachment/17956/screenshot-1.jpg" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/17956/screenshot-1.jpg</a><br/> <a href="https://support.zabbix.com/secure/attachment/17957/screenshot-2.jpg" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/17957/screenshot-2.jpg</a></p> <p>"new" button becomes unclickable</p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53435\#worklog-53435 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53437#comment-53437 Fri, 3 Feb 2012 15:50:53 +0200 Alexander Vladishev <p>(3) <span class="error">&#91;F&#93;</span> discovery checks disappear if save discovery rule with "Device uniqueness criteria" = "&lt;discovery check&gt;"<br/> <a href="https://support.zabbix.com/secure/attachment/17958/screenshot-3.jpg" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/17958/screenshot-3.jpg</a></p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53437\#worklog-53437 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53469#comment-53469 Fri, 3 Feb 2012 14:29:26 +0200 Alexander Vladishev <p>(19) "Log time format" field should be visible only with "Type of information" = "Log"</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53469\#worklog-53469 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53470#comment-53470 Fri, 3 Feb 2012 14:29:14 +0200 Alexander Vladishev <p>(20) "SNMP OID", "SNMP community" and "Port" fields should not be visible with "Type of information" = "Character"</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53470\#worklog-53470 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53352#comment-53352 Fri, 3 Feb 2012 11:42:46 +0200 Pavels Jelisejevs <p>(13) In configurations.item.edit.php:<br/> 1. there are a lot of really long lines, that are hard to read. Remember, that we have a 120 symbol limit;<br/> 2. I suggest you move all of the "insert_post_js" code to configuration.item.edit.js.php to avoid mixing PHP and JS.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;pavels&gt; I don't think that using large ternary operators in function calls is a good idea. I mean blocks like:</p> <p> $itemFormList-&gt;addRow(_('Host'), array(<br/> new CTextBox('hostname', $this-&gt;data<span class="error">&#91;&#39;hostname&#39;&#93;</span>, ZBX_TEXTBOX_STANDARD_SIZE, true),<br/> empty($this-&gt;data<span class="error">&#91;&#39;itemid&#39;&#93;</span>)<br/> ? new CButton('btn_host', _('Select'),<br/> "return PopUp('popup.php?dstfrm=".$itemForm-&gt;getName().'&amp;dstfld1=hostname&amp;dstfld2=form_hostid'.<br/> "&amp;srctbl=hosts_and_templates&amp;srcfld1=name&amp;srcfld2=hostid&amp;noempty=1&amp;submitParent=1', 450, 450);",<br/> 'formlist'<br/> )<br/> : null<br/> ));<br/> &lt;Eduard&gt; After some discussion with Pavels we decided not to do this. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53352\#worklog-53352 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53340#comment-53340 Fri, 3 Feb 2012 11:16:04 +0200 Pavels Jelisejevs <p>(10) It would be nice to vertically align the custom multiplier checkbox, in firefox it's shifted to the top. </p> <p>&lt;Eduard&gt; RESOLVED, still not in css at this time..</p> <p>&lt;pavels&gt; Ok, CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53340\#worklog-53340 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53336#comment-53336 Fri, 3 Feb 2012 11:14:35 +0200 Pavels Jelisejevs <p>(8) when selecting some SNMP or IPMI type, the select key button becomes disabled, but the input itself is still editable. </p> <p>&lt;Eduard&gt; It's ok, for SNMP and IMPI user type key by hands..</p> <p>&lt;pavels&gt; Oh, OK. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53336\#worklog-53336 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53334#comment-53334 Fri, 3 Feb 2012 11:12:55 +0200 Pavels Jelisejevs <p>(7) If the host doesn't have any available interfaces for the selected item type, the interface select element breaks (tested in Firefox). <a href="https://support.zabbix.com/secure/attachment/17947/item-interface.png" class="external-link" rel="nofollow">https://support.zabbix.com/secure/attachment/17947/item-interface.png</a></p> <p>&lt;Eduard&gt; RESOLVED ))</p> <p>&lt;pavels&gt; CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53334\#worklog-53334 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53434#comment-53434 Thu, 2 Feb 2012 12:53:17 +0200 Alexander Vladishev <p>(1) Please review my changes in r25169.</p> <p>&lt;Eduard&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53434\#worklog-53434 RE: [ZBXNEXT-909] Redesign Configuration->Discovery https://support.zabbix.com/browse/ZBXNEXT-909?focusedId=53424#comment-53424 Thu, 2 Feb 2012 09:13:07 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-909</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-909">ZBXNEXT-909</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53424\#worklog-53424 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53341#comment-53341 Tue, 31 Jan 2012 13:11:19 +0200 Pavels Jelisejevs <p>(11) Maybe we should group the input fields into several logical groups (e.g. type specific fields, intervals and history, applications) and add a margin between them? The form would be more usable, and it will be clearer, how the fields depend on each other.</p> <p>&lt;pavels&gt; After some discussion with Eduards and Sasha we've decided not to do that now. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=jelisejev">Pavels Jelisejevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53341\#worklog-53341 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53233#comment-53233 Tue, 31 Jan 2012 10:28:39 +0200 Oleksii Zagorskyi <p>At least the <a href="https://support.zabbix.com/browse/ZBX-3373" title="Multiple host interfaces. GUI improvement." class="issue-link" data-issue-key="ZBX-3373"><del>ZBX-3373</del></a> is not implemented at all. Seems all other linked "duplicates" could/should be reviewed.<br/> REOPENED.</p> <p>&lt;Eduard&gt; RESOLVED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53233\#worklog-53233 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53230#comment-53230 Mon, 30 Jan 2012 17:36:08 +0200 Oleksii Zagorskyi <p>(3) <span class="error">&#91;Usability&#93;</span> I need to scroll page vertically to save an item changes -&gt; unexpected.<br/> My monitor height is 1050 pixels, btw<br/> Is it ok?</p> <p>&lt;Eduard&gt; Have decided not create new Tab, because all fields are important.. So it's ok.</p> <p>&lt;alexei&gt; Yes, it is ok. We decided not to introduce any new tabs for now. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53230\#worklog-53230 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=53241#comment-53241 Sun, 29 Jan 2012 20:58:17 +0200 Oleksii Zagorskyi <p>Just for record: available in first alpha 1.9.0</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53241\#worklog-53241 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53228#comment-53228 Sat, 28 Jan 2012 14:59:44 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-903</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53228\#worklog-53228 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=52568#comment-52568 Thu, 26 Jan 2012 14:44:41 +0200 Oleksii Zagorskyi <p>(7) <span class="error">&#91;Documentation&#93;</span><br/> Here and in the documentation nowhere mentioned that ONLY text items (types of information: Character, Log, Text) are allowed to receive empty value.<br/> I think that it must be mentioned at appropriate documentation page(s)</p> <p>Some phrases like:<br/> "All items (including user parameters and external checks) can return also only whitespace, setting the return value to an empty string"<br/> sounds not very good regarding on fact that actually NOT all items.<br/> REOPENED</p> <p>&lt;zalex&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=52568\#worklog-52568 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=53122#comment-53122 Thu, 26 Jan 2012 14:44:06 +0200 Martins Valkovskis <p>The notes about empty strings accepted have been modified to say that it applies to textual items:</p> <p><a href="http://www.zabbix.com/documentation/2.0/manual/installation/upgrade_notes" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/installation/upgrade_notes</a> <br/> <a href="http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#ability_to_send_empty_strings" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#ability_to_send_empty_strings</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes</a> <br/> <a href="http://www.zabbix.com/documentation/2.0/manual/config/items/userparameters" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/config/items/userparameters</a> </p> <p>&lt;zalex&gt; Reviewed. Great! Thanks. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=martins-v">Martins Valkovskis</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53122\#worklog-53122 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53052#comment-53052 Thu, 26 Jan 2012 13:59:10 +0200 dimir <p>(2) When doing "mass update" of SNMPv3 (authPriv) item to change it to SNMPv2c the "SNMPv3 auth passphrase" and "SNMPv3 priv passphrase" fields are left in the form after update. The bug is not reproduced with direct item edit, only when doing mass update.</p> <p>FYI in 1.8 it's reproduced in both cases.</p> <p>&lt;dimir&gt; CLOSED. Moved to a separate issue <a href="https://support.zabbix.com/browse/ZBX-4588" title="Unused SNMPv3 fields are left when changing item type from SNMPv3 to SNMPv2c" class="issue-link" data-issue-key="ZBX-4588"><del>ZBX-4588</del></a> .</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53052\#worklog-53052 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=53103#comment-53103 Thu, 26 Jan 2012 12:17:26 +0200 richlv <p>item filter issues are also being looked at. as such, the following would be nice to consider :<br/> <a href="https://support.zabbix.com/browse/ZBX-1335" title="Item filter related issues" class="issue-link" data-issue-key="ZBX-1335"><del>ZBX-1335</del></a>, <a href="https://support.zabbix.com/browse/ZBX-3330" title="excessive remembering of item filter parameters" class="issue-link" data-issue-key="ZBX-3330"><del>ZBX-3330</del></a>, <a href="https://support.zabbix.com/browse/ZBX-3982" title="pressing &quot;enter&quot; in item configuration filter should activate the filter" class="issue-link" data-issue-key="ZBX-3982"><del>ZBX-3982</del></a>, <a href="https://support.zabbix.com/browse/ZBX-4280" title="Incorrect behavior filter for items" class="issue-link" data-issue-key="ZBX-4280"><del>ZBX-4280</del></a></p> <p>lower priority :<br/> <a href="https://support.zabbix.com/browse/ZBX-3304" title="item filter control visual discrepancy" class="issue-link" data-issue-key="ZBX-3304"><del>ZBX-3304</del></a>, <a href="https://support.zabbix.com/browse/ZBX-3982" title="pressing &quot;enter&quot; in item configuration filter should activate the filter" class="issue-link" data-issue-key="ZBX-3982"><del>ZBX-3982</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=53103\#worklog-53103 RE: [ZBXNEXT-1048] api method to import/export xml https://support.zabbix.com/browse/ZBXNEXT-1048?focusedId=52651#comment-52651 Sat, 14 Jan 2012 16:51:14 +0200 richlv <p>it is hoped that this will be implemented in <a href="https://support.zabbix.com/browse/ZBX-3531" title="Export/import basic functionality" class="issue-link" data-issue-key="ZBX-3531"><del>ZBX-3531</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-1048">ZBXNEXT-1048</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=52651\#worklog-52651 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=52567#comment-52567 Thu, 12 Jan 2012 12:40:53 +0200 Oleksii Zagorskyi <p>additionally noted here: <a href="http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#ability_to_send_empty_strings" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#ability_to_send_empty_strings</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=52567\#worklog-52567 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=51124#comment-51124 Wed, 30 Nov 2011 10:25:16 +0200 Eduards Samersovs <p>trunk revision 23620</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=51124\#worklog-51124 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50877#comment-50877 Mon, 28 Nov 2011 17:09:30 +0200 Aleksandrs Saveljevs <p>(8) There was a problem syncing with trunk. I have found one problem, but there might be other problems, too.</p> <p>&lt;asaveljevs&gt; File services_form.php is not present in trunk and should have been deleted in development branch. However, the file is still present in the branch. That means it will be added to trunk when the branch is reintegrated.</p> <p>&lt;Eduard&gt; RESOLVED<br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50877\#worklog-50877 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50760#comment-50760 Fri, 25 Nov 2011 10:01:01 +0200 Aleksandrs Saveljevs <p>(7) New PHP files don't have svn:eol-style property set to native.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50760\#worklog-50760 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50750#comment-50750 Fri, 25 Nov 2011 10:00:54 +0200 Aleksandrs Saveljevs <p>(6) New PHP files have old FSF postal address.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50750\#worklog-50750 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50709#comment-50709 Fri, 25 Nov 2011 10:00:48 +0200 Aleksandrs Saveljevs <p>(5) Some messages are not translated, some are split into several parts:</p> <p>$ grepphp incorrect.user.data<br/> ./frontends/php/include/perm.inc.php: fatal_error('Incorrect user data in "get_accessible_hosts_by_user".');<br/> ./frontends/php/include/perm.inc.php: fatal_error(_('Incorrect user data in').SPACE.'"get_accessible_groups_by_user"');<br/> ./frontends/php/include/perm.inc.php: fatal_error(_('Incorrect user data in').SPACE.'"get_accessible_nodes_by_user"');</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50709\#worklog-50709 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50685#comment-50685 Wed, 23 Nov 2011 13:56:34 +0200 Eduards Samersovs <p>revision 23467, 23464</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50685\#worklog-50685 RE: [ZBXNEXT-913] Redesign Configuration->IT services https://support.zabbix.com/browse/ZBXNEXT-913?focusedId=50684#comment-50684 Wed, 23 Nov 2011 13:50:05 +0200 Eduards Samersovs <p>trunk revision 23470</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-913">ZBXNEXT-913</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50684\#worklog-50684 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50387#comment-50387 Wed, 23 Nov 2011 11:08:52 +0200 richlv <p>(5) unittests must be added/updated - especially see things like header above (3) ...</p> <p>&lt;Eduard&gt; RESOLVED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50387\#worklog-50387 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50386#comment-50386 Thu, 17 Nov 2011 14:47:32 +0200 Alexey Fukalov <p>(4) <span class="error">&#91;GUI&#93;</span><br/> If "Dropdown first entry" is set to "None" and "Not selected" is selected in host dropdown, most controls disappear from page.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; Now when "Not selected" is set, all applications are shown.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50386\#worklog-50386 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50383#comment-50383 Thu, 17 Nov 2011 14:02:29 +0200 Alexey Fukalov <p>(3) <span class="error">&#91;GUI&#93;</span> <br/> Application form page has header "CONFIGURATION OF WEB MONITORING".</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Vedmak&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50383\#worklog-50383 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50415#comment-50415 Thu, 17 Nov 2011 12:58:54 +0200 Igor Danoshaites <p>(4) Maybe it is better to replace message "Group added" (that appears in the info bar after adding new host group or after cloning existing host group) with " "X" Group added", where "X" is name of the added host group ?</p> <p>&lt;Eduard&gt; Decided not to do</p> <p>&lt;Igor&gt; CLOSED, this behaviour is the same when creating (adding) new host.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50415\#worklog-50415 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50413#comment-50413 Thu, 17 Nov 2011 12:55:51 +0200 Igor Danoshaites <p>(3) When using <a href="https://support.zabbix.com/browse/ZBXNEXT-906" title="Redesign Configuration-&gt;Host groups" class="issue-link" data-issue-key="ZBXNEXT-906"><del>ZBXNEXT-906</del></a> dev branch, in the Administration-&gt;Users report after click on the user group name (or on user name) appears the following errors (this error only appears when using Mysql DB, when using PostgreSql this error is not reproducible) :</p> <p> Error in query <span class="error">&#91;SELECT n.nodeid AS nodeid,n.name AS node_name,g.*,0AS permission FROM groups g LEFT JOIN nodes n ON (g.groupid div 100000000000000)=n.nodeid WHERE g.groupid BETWEEN 000000000000000 AND 099999999999999 ORDER BY n.name,g.name&#93;</span> <span class="error">&#91;Unknown column &#39;0AS&#39; in &#39;field list&#39;&#93;</span><br/> mysql_fetch_assoc() expects parameter 1 to be resource, boolean given <span class="error">&#91;include\db.inc.php:572&#93;</span><br/> mysql_free_result() expects parameter 1 to be resource, boolean given <span class="error">&#91;include\db.inc.php:573&#93;</span></p> <p>But in trunk branch the same problem is not reproducible. Something wrong with this dev branch (Unknown column '0AS') ?</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Igor&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50413\#worklog-50413 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50380#comment-50380 Thu, 17 Nov 2011 12:35:49 +0200 Igor Danoshaites <p>&lt;Igor&gt;<br/> (1) I think that we should use the same operation names in the drop-down on the left side of the screen and in the confirmation messages for these operations.</p> <p>For example, in the drop-down is "Activate selected hosts", but in the confirmation dialog box is "Enable selected hosts groups ?". <br/> Think that we can use "Activate selected hosts" for both of them.</p> <p>&lt;Igor&gt; CLOSED, now we are using "Activate selected" message.</p> <p>(2) In the confirmation dialog box should be "Disable selected hosts" instead of "Disable selected host groups".</p> <p>&lt;richlv&gt; but we don't have any hosts selected <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> the best would probably be "Disable hosts in the selected host groups" or something like that, but that's a bit too long...</p> <p>&lt;igor&gt; Yes, we do not have any hosts selected, only hosts groups, but host groups can not be disabled. Yes, second variant is too long.</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;Igor&gt; CLOSED, now in the confirmation dialog box we are using message "Disable hosts in the selected host groups".</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50380\#worklog-50380 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50376#comment-50376 Wed, 16 Nov 2011 17:48:27 +0200 richlv <p>(2) edit a list of applications on a host with some applications coming from a template. click on template name - this goes to the application list for that template. edit an application here, change it's name, save.<br/> we now have a list of applications on some host (sometimes the host we edited before, sometimes totally different host)</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;richlv&gt; what about committing ? <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> &lt;Eduard&gt; COMMITED</p> <p>&lt;richlv&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50376\#worklog-50376 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50374#comment-50374 Tue, 15 Nov 2011 16:03:09 +0200 richlv <p>(1) try to create an application with the same name :</p> <p>Application <span class="error">&#91;z&#93;</span> already exists</p> <p>square brackets should be changed to doublequotes, trailing dot is missing</p> <p>&lt;Eduard&gt; RESOLVED</p> <p>&lt;richlv&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50374\#worklog-50374 RE: [ZBXNEXT-907] Redesign Configuration->Application https://support.zabbix.com/browse/ZBXNEXT-907?focusedId=50372#comment-50372 Tue, 15 Nov 2011 14:39:43 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-907</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-907">ZBXNEXT-907</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50372\#worklog-50372 RE: [ZBXNEXT-906] Redesign Configuration->Host groups https://support.zabbix.com/browse/ZBXNEXT-906?focusedId=50144#comment-50144 Thu, 10 Nov 2011 10:55:23 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-906</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-906">ZBXNEXT-906</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=50144\#worklog-50144 RE: [ZBXNEXT-913] Redesign Configuration->IT services https://support.zabbix.com/browse/ZBXNEXT-913?focusedId=49974#comment-49974 Tue, 8 Nov 2011 11:59:44 +0200 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-913</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-913">ZBXNEXT-913</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=49974\#worklog-49974 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=49768#comment-49768 Thu, 3 Nov 2011 13:29:58 +0200 Marcin Gapiński <p>I concur, I was actually surprised when I found out that there's no such macro yet <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=mgapinski">Marcin Gapiński</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=49768\#worklog-49768 RE: [ZBXNEXT-899] Redesign Administration->General->Images https://support.zabbix.com/browse/ZBXNEXT-899?focusedId=47155#comment-47155 Tue, 6 Sep 2011 18:16:19 +0300 Eduards Samersovs <p>trunk revision 21514</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-899">ZBXNEXT-899</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=47155\#worklog-47155 RE: [ZBXNEXT-903] Redesign Configuration->Items https://support.zabbix.com/browse/ZBXNEXT-903?focusedId=46985#comment-46985 Mon, 5 Sep 2011 12:53:13 +0300 richlv <p>if this refers to item config form, would be nice to take <a href="https://support.zabbix.com/browse/ZBX-3373" title="Multiple host interfaces. GUI improvement." class="issue-link" data-issue-key="ZBX-3373"><del>ZBX-3373</del></a>, <a href="https://support.zabbix.com/browse/ZBX-3402" title="overriding &quot;store value&quot; on a host should not be allowed" class="issue-link" data-issue-key="ZBX-3402"><del>ZBX-3402</del></a>, <a href="https://support.zabbix.com/browse/ZBX-3466" title="no error message when creating an item with no host" class="issue-link" data-issue-key="ZBX-3466"><del>ZBX-3466</del></a>, <a href="https://support.zabbix.com/browse/ZBX-3881" title="Cannot change item type from Zabbix Trapper to other types" class="issue-link" data-issue-key="ZBX-3881"><del>ZBX-3881</del></a> and <a href="https://support.zabbix.com/browse/ZBX-4110" title="ssh key auth form field &quot;password&quot; should be renamed" class="issue-link" data-issue-key="ZBX-4110"><del>ZBX-4110</del></a> into account</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-903">ZBXNEXT-903</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=46985\#worklog-46985 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=46593#comment-46593 Tue, 30 Aug 2011 19:18:05 +0300 richlv <p>one more potentially missed variable reported as <a href="https://support.zabbix.com/browse/ZBX-4088" title="variable still hints at &#39;profile&#39; for inventory" class="issue-link" data-issue-key="ZBX-4088"><del>ZBX-4088</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=46593\#worklog-46593 RE: [ZBXNEXT-899] Redesign Administration->General->Images https://support.zabbix.com/browse/ZBXNEXT-899?focusedId=46570#comment-46570 Tue, 30 Aug 2011 15:49:39 +0300 Eduards Samersovs <p>Implemented in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-899</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=eduards">Eduards Samersovs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-899">ZBXNEXT-899</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=46570\#worklog-46570 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=45477#comment-45477 Wed, 10 Aug 2011 17:46:02 +0300 dimir <p>Fixed in trunk r21072 .</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45477\#worklog-45477 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=45405#comment-45405 Wed, 10 Aug 2011 17:37:15 +0300 dimir <p>(7) One last thing, add "inventory_link" parameter to API.</p> <p>&lt;dimir&gt; Tested, it actually works.<br/> &lt;dimir&gt; RESOLVED <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/item?&amp;#object_details" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/item?&amp;#object_details</a> and example at <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/item/create?&amp;#create_new_item_for_host_with_host_id_10057_to_update_host_inventory_field_os" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/item/create?&amp;#create_new_item_for_host_with_host_id_10057_to_update_host_inventory_field_os</a></p> <p>&lt;dimir&gt; (on behalf of sasha) CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45405\#worklog-45405 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=44984#comment-44984 Tue, 9 Aug 2011 16:22:34 +0300 dimir <p>(2) Documentation is yet to fix.</p> <p>&lt;dimir&gt; Updated:</p> <p><a href="http://www.zabbix.com/documentation/2.0/manual/appendix/macros/supported_by_location" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/macros/supported_by_location</a></p> <p><a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host#inventory_fields" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host#inventory_fields</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/create" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/create</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/get" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/get</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/massupdate" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/massupdate</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/update" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/host/update</a></p> <p><a href="http://www.zabbix.com/documentation/internal/database_2.0/host_inventory" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/internal/database_2.0/host_inventory</a><br/> <a href="http://www.zabbix.com/documentation/internal/database_2.0/hosts" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/internal/database_2.0/hosts</a><br/> <a href="http://www.zabbix.com/documentation/internal/database_2.0/items" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/internal/database_2.0/items</a></p> <p><a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0?&amp;#host" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0?&amp;#host</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/installation/upgrade_notes" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/installation/upgrade_notes</a></p> <p>&lt;dimir&gt; RESOLVED<br/> &lt;sasha&gt; fixed <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0</a></p> <p>&lt;dimir&gt; Thanks, CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44984\#worklog-44984 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=45315#comment-45315 Tue, 9 Aug 2011 16:04:57 +0300 dimir <p>(6) Will fix the 2.0 docs to list only those </p> {PROFILE.*} <p> that are in 1.8 as deprecated.</p> <p>&lt;dimir&gt; RESOLVED<br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45315\#worklog-45315 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=45156#comment-45156 Fri, 5 Aug 2011 13:35:05 +0300 dimir <p>Fixed in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-863</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45156\#worklog-45156 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=45098#comment-45098 Wed, 3 Aug 2011 23:42:46 +0300 dimir <p>Do we need to fix translations within this issue?</p> <p>&lt;richlv&gt; if that refers to updating translations for changes made, then no</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45098\#worklog-45098 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=45075#comment-45075 Wed, 3 Aug 2011 10:27:13 +0300 richlv <p>also see <a href="https://support.zabbix.com/browse/ZBX-4009" title="{HOSTNAME} and {IPADDRESS} macros are not resolved in custom labels on network maps in the edit mode" class="issue-link" data-issue-key="ZBX-4009"><del>ZBX-4009</del></a> regarding loss of macro resolving in the edit mode (related to 45)</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45075\#worklog-45075 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=45016#comment-45016 Mon, 1 Aug 2011 10:00:56 +0300 richlv <p>(51) regression - map border is not drawn anymore. see <a href="https://support.zabbix.com/browse/ZBX-3999" title="map border not drawn anymore" class="issue-link" data-issue-key="ZBX-3999"><del>ZBX-3999</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=45016\#worklog-45016 RE: [ZBXNEXT-863] Rename "profile" to "inventory" for host inventories https://support.zabbix.com/browse/ZBXNEXT-863?focusedId=44983#comment-44983 Fri, 29 Jul 2011 17:36:47 +0300 dimir <p>Fixed in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-863 .</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=dimir">dimir</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-863">ZBXNEXT-863</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44983\#worklog-44983 RE: [ZBXNEXT-858] Template for monitoring of zabbix health https://support.zabbix.com/browse/ZBXNEXT-858?focusedId=44786#comment-44786 Fri, 22 Jul 2011 10:40:05 +0300 Marc Schoechlin <p>Upgraded to 1.8.5 - but it´s not possible to import the zabbix template <a href="http://blog.zabbix.com/wp-content/uploads/2011/03/template_zabbix_server.xml" class="external-link" target="_blank" rel="nofollow noopener">http://blog.zabbix.com/wp-content/uploads/2011/03/template_zabbix_server.xml</a>.</p> <p>1.) I select the template in the import dialog<br/> 2.) All options are hooked<br/> 3.) Zabbix executes the import but no positive/negativ feedback is available<br/> 4.) The new zabbix template does not appear in the list of templates</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=scoopex">Marc Schoechlin</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-858">ZBXNEXT-858</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44786\#worklog-44786 RE: [ZBXNEXT-858] Template for monitoring of zabbix health https://support.zabbix.com/browse/ZBXNEXT-858?focusedId=44783#comment-44783 Fri, 22 Jul 2011 09:40:47 +0300 Igor Danoshaites <p>Mail from Marc Schoechlin:</p> <p>Hi,</p> <p>thanks for the hint - time to upgrade.....</p> <p>I think it's a good idea to add such a template in the zabbix distribution....</p> <p>Regards<br/> Marc</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=igor">Igor Danoshaites</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-858">ZBXNEXT-858</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44783\#worklog-44783 RE: [ZBXNEXT-858] Template for monitoring of zabbix health https://support.zabbix.com/browse/ZBXNEXT-858?focusedId=44758#comment-44758 Thu, 21 Jul 2011 16:44:24 +0300 richlv <p>most of the internal items are only supported since 1.8.5, so not importing on 1.8.4 isn't a huge problem <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-858">ZBXNEXT-858</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44758\#worklog-44758 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=44281#comment-44281 Thu, 7 Jul 2011 14:47:45 +0300 Alexey Fukalov <p>trunk 20458</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44281\#worklog-44281 RE: [ZBXNEXT-744] New macros for notifications: ITEM.ID and TRIGGER.EXPRESSION https://support.zabbix.com/browse/ZBXNEXT-744?focusedId=44119#comment-44119 Thu, 30 Jun 2011 13:30:11 +0300 João Figueiredo <p>This would be quite useful to quickly get a view of the event evolution without manually navigating through the interface.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zabbix_zen">João Figueiredo</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-744">ZBXNEXT-744</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=44119\#worklog-44119 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=43825#comment-43825 Mon, 20 Jun 2011 11:31:20 +0300 Konstantin Buravcov <p>(15) <span class="error">&#91;GUI&#93;</span> Trying to select host from a popup (creating element with type "host") gives me "'null' is null or not an object" in IE8</p> <p>&lt;KB&gt; Seems like a bug in IETester. Works in normal IE8. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=43825\#worklog-43825 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=43824#comment-43824 Mon, 20 Jun 2011 11:22:18 +0300 Konstantin Buravcov <p>(14) <span class="error">&#91;GUI&#93;</span> Buttons "remove" and "-" does not work for me in IE8. Same is for links.</p> <p>&lt;KB&gt; Seems like a bug in IETester. Works in normal IE8. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=43824\#worklog-43824 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=39627#comment-39627 Wed, 15 Jun 2011 18:45:20 +0300 Alexander Vladishev <p>It will be implemented the following way:</p> <p>1) ''Host group' element will support new option "Show" having two possible values: 'Host group' and 'Host group elements'</p> <p>In case if 'Host group elements' option selected:</p> <p>2) Host Group is a map region of NxM pixels or size of an entire map</p> <p>3) All hosts of the selected host group will be displayed in the defined region.</p> <p>Host Group label will be used for each individual host displayed in the region. No border is displayed for the region, no region-level labels supported.</p> <p>4) Initially the only supported placing algorithm will be 'left-&gt;right, top-&gt;bottom' evenly aligned. Hosts must not intersect if possible.</p> <p>Map grid alignment is ignored.</p> <p>5) All displayed hosts will use icons defined for the Host Group</p> <p>6) Host Group element can be linked to another map element. In this case the link will be automatically displayed for all elements of the Host Group.</p> <p>Host Group Region to Host Group Region linkage is allowed and will be displayed as a line connecting centers of these regions. It might be improved later on.</p> <p>7) New fields should be added to table 'sysmaps_elements':</p> <p>FIELD |elementsubtype |t_integer |'0' |NOT NULL |ZBX_SYNC<br/> FIELD |areatype |t_integer |'0' |NOT NULL |ZBX_SYNC<br/> FIELD |width |t_integer |'200' |NOT NULL |ZBX_SYNC<br/> FIELD |height |t_integer |'200' |NOT NULL |ZBX_SYNC<br/> FIELD |viewtype |t_integer |'0' |NOT NULL |ZBX_SYNC</p> <p>elementsubtype: 0 - host group, 1 - host group elements<br/> areatype: 0 - fit to map, 1 - custom size<br/> viewtype: 0 - 'left-&gt;right, top-&gt;bottom, evenly aligned'</p> <p>8) API must be updated to support new element type as well as the new fields. Affected API methods: map.create, map.update, map.addElement, map.updateElement and map.get.</p> <p>9) Map XML import/export must be updated accordingly</p> <p>Requirements update:</p> <ul class="alternate" type="square"> <li>Map areas are aligned by same algorithm as icons (center align)</li> <li>between two maps, only one link is drawn, disregarding host group hosts</li> <li>between element and area, link is drawn for each host group host</li> <li>in configuration, area contains only one host group icon</li> <li>in configuration, status messages are not shown and macros are not calculated</li> <li>in configuration, only iconid_off is used to represent elements</li> <li>when select triggers for link, first popup is removed</li> </ul> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39627\#worklog-39627 RE: [ZBXNEXT-641] Text Item : Accept empty value (like EOL) without unsupported https://support.zabbix.com/browse/ZBXNEXT-641?focusedId=42800#comment-42800 Fri, 20 May 2011 11:17:48 +0300 richlv <p>was implemented as <a href="https://support.zabbix.com/browse/ZBXNEXT-780" title="passive agents should be able to send empty strings" class="issue-link" data-issue-key="ZBXNEXT-780"><del>ZBXNEXT-780</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-641">ZBXNEXT-641</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42800\#worklog-42800 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=42743#comment-42743 Thu, 19 May 2011 11:48:55 +0300 Rudolfs Kreicbergs <p>Available in pre-1.9.5 r19734.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=stoney">Rudolfs Kreicbergs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42743\#worklog-42743 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=42507#comment-42507 Fri, 13 May 2011 18:25:35 +0300 Rudolfs Kreicbergs <p>Available in dev branch: svn://svn.zabbix.com/branches/dev/ZBXNEXT-780</p> <p>1) Empty strings are now supported as valid values for both passive and active items<br/> 2) UserParams returning only whitespace are now treated as returning empty strings (they were NOT_SUPPORTED before)</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=stoney">Rudolfs Kreicbergs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42507\#worklog-42507 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=42286#comment-42286 Fri, 13 May 2011 18:02:02 +0300 richlv <p>how would this affect a userparameter command returning empty string ? would that be supported after this change ?<br/> If a UserParameter returns only whitespace an empty string will be send to the server</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=stoney">Rudolfs Kreicbergs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42286\#worklog-42286 RE: [ZBXNEXT-672] Advanced options for remote commands https://support.zabbix.com/browse/ZBXNEXT-672?focusedId=39625#comment-39625 Fri, 13 May 2011 10:10:44 +0300 Alexander Vladishev <p>The following changes must be implemented:</p> <p>1) Database changes for tables opcommand_hst and opcommand_grp. New fields:</p> <p>FIELD |type |t_integer |'0' |NOT NULL |ZBX_SYNC<br/> FIELD |scriptid |t_id | |NULL |ZBX_SYNC |3|scripts | |RESTRICT<br/> FIELD |execute_on |t_integer |'0' |NOT NULL |ZBX_SYNC<br/> FIELD |port |t_varchar(64) |'' |NOT NULL |ZBX_SYNC<br/> FIELD |authtype |t_integer |'0' |NOT NULL |ZBX_SYNC<br/> FIELD |username |t_varchar(64) |'' |NOT NULL |ZBX_SYNC<br/> FIELD |password |t_varchar(64) |'' |NOT NULL |ZBX_SYNC<br/> FIELD |publickey |t_varchar(64) |'' |NOT NULL |ZBX_SYNC<br/> FIELD |privatekey |t_varchar(64) |'' |NOT NULL |ZBX_SYNC</p> <p>type: 0 - script, 1 - IPMI, 2 - SSH, 3 - Telnet, 4 - user script<br/> execute_on: 0 - execute on agent, 1 - execute on Zabbix server</p> <p>During development process, we decided to change schema requirements:<br/> All new fields are moved to opcommand table leaving opcommand_hst and opcommand_grp only with operation id and hostid/groupid.</p> <p>other fields have same definition as for table 'items'</p> <p>2) User script cannot be removed if used for actions. A clear error message should be given.</p> <p>3) Action permissions must take into account user scripts.If no RW permissions for a user script, the action is not accessible in the GUI.</p> <p>4) Selection of user scripts in action form should respect permissions.</p> <p>Can be a security issue if a script is for execution on RW hosts.</p> <p>5) Action form must be modified according to provided sketch.</p> <p>6) Database patch for converting existing IPMI commands to new DB structure</p> <p>7) For Telnet and SSH checks username, password are used for authentication purposes. For SSH authtype, publickey, privatekey can be used as well.</p> <p>8) Username, password,publickey, privatekey must support user macros. The macros are based on the target host.</p> <p>9) Server side must be modified to support new command types.</p> <p>10) Commands executed by Zabbix Agents will be based on system.run[], which can be enabled or disabled by EnableRemoteCommands</p> <p>11) Server must validate Host Groups defined for a Script. If a host is not in the specified host group, the command will not be executed on the host.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-672">ZBXNEXT-672</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39625\#worklog-39625 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=42266#comment-42266 Mon, 9 May 2011 12:44:36 +0300 Konstantin Buravcov <p>Merger to trunk rev 19442</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42266\#worklog-42266 RE: [ZBXNEXT-780] passive agents should be able to send empty strings https://support.zabbix.com/browse/ZBXNEXT-780?focusedId=42262#comment-42262 Mon, 9 May 2011 11:50:18 +0300 Aleksandrs Saveljevs <p>One of the possible solutions is to make the agent (always or only in case of empty string) send Zabbix protocol headers. It will be understood by older servers, proxies, and zabbix_get.</p> <p>Another possible solution is to introduce a special return value, say, ZBX_EMPTY, in addition to ZBX_NOTSUPPORTED and ZBX_ERROR.</p> <p>The first solution seems to be more preferred, because someday we will have to introduce Zabbix protocol headers into the passive agent protocol anyway.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-780">ZBXNEXT-780</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42262\#worklog-42262 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=42089#comment-42089 Tue, 3 May 2011 16:07:33 +0300 Rudolfs Kreicbergs <p>Available in pre-1.9.4 r19332.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=stoney">Rudolfs Kreicbergs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42089\#worklog-42089 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=42074#comment-42074 Tue, 3 May 2011 12:49:31 +0300 richlv <p>i believe that any item would be able to be set as a source for profile field data, which does not exclude snmp items</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42074\#worklog-42074 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=42070#comment-42070 Tue, 3 May 2011 11:41:58 +0300 Gergely Czuczy <p>If i may suggest, it'd be very nice, if this profile filling could work from SNMP OIDs as well.</p> <p>Some information also available over snmp, a few for an example:<br/> sysDescr.0<br/> sysName.0<br/> sysLocation.0<br/> sysContact.0</p> <p>And a few vendor-specific extensions, like cisco exports the running image's name, which is the software version practically.</p> <p>Would be very nice if some of the profile could be populated using SNMP information.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=phoemix">Gergely Czuczy</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=42070\#worklog-42070 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=41637#comment-41637 Thu, 28 Apr 2011 16:17:20 +0300 Alexander Vladishev <p>(1) <span class="error">&#91;DB&#93;</span> Error while upgrading database (MySQL):<br/> ERROR 1136 (21S01) at line 260: Column count doesn't match value count at row 1</p> <p>&lt;KB&gt; Fixed<br/> &lt;sasha&gt; also fixed errors in PostgreSQL upgrade path. Please review.</p> <p>ERROR: insert or update on table "opgroup" violates foreign key constraint "c_opgroup_1"<br/> DETAIL: Key (operationid)=(5) is not present in table "operations".<br/> UPDATE 0<br/> ERROR: insert or update on table "optemplate" violates foreign key constraint "c_optemplate_1"<br/> DETAIL: Key (operationid)=(6) is not present in table "operations".<br/> UPDATE 0</p> <p>&lt;KB&gt; Looks good, CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41637\#worklog-41637 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=41823#comment-41823 Thu, 28 Apr 2011 11:54:46 +0300 Alexander Vladishev <p>(3) <span class="error">&#91;DB&#93;</span> Please see my changes in db schema. Now the 'profile_mode' field location after the 'hostid' field</p> <p>&lt;KB&gt; Tested, works good. CLOSED.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41823\#worklog-41823 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=41834#comment-41834 Wed, 27 Apr 2011 17:35:16 +0300 Alexander Vladishev <p>(25) <span class="error">&#91;GUI&#93;</span> can enter a negative delay value</p> <p>&lt;Vedmak&gt; FIXED <br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41834\#worklog-41834 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=41530#comment-41530 Wed, 27 Apr 2011 09:16:29 +0300 Alexander Vladishev <p>(19) <span class="error">&#91;GUI&#93;</span> check for empty SNMP OID and SNMP Community will be added</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41530\#worklog-41530 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=41529#comment-41529 Wed, 27 Apr 2011 09:05:46 +0300 Alexander Vladishev <p>(18) <span class="error">&#91;GUI&#93;</span> check for valid item key will be added</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41529\#worklog-41529 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=41527#comment-41527 Wed, 27 Apr 2011 09:05:07 +0300 Alexander Vladishev <p>(17) <span class="error">&#91;GUI&#93;</span> Critical error. Field <span class="error">&#91;druleid&#93;</span> is mandatory<br/> Steps to reproduce this error:</p> <ul class="alternate" type="square"> <li>open discovery rule</li> <li>clone &amp; save</li> </ul> <p>&lt;Vedmak&gt; FIXED<br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41527\#worklog-41527 RE: [ZBXNEXT-629] network discovery by HTTPS and TELNET https://support.zabbix.com/browse/ZBXNEXT-629?focusedId=41526#comment-41526 Wed, 27 Apr 2011 09:04:51 +0300 Alexander Vladishev <p>(16) <span class="error">&#91;GUI&#93;</span> check for a valid port range has been disappear</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;sasha&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-629">ZBXNEXT-629</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41526\#worklog-41526 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=38613#comment-38613 Wed, 13 Apr 2011 12:24:33 +0300 Alexander Vladishev <p>1. Database changes:</p> <p>Table 'items':</p> <p>FIELD |profile_link |t_integer |'0' |NOT NULL |ZBX_SYNC</p> <p>profile_link: pointer to one of profile fields, 1-N. 0 - not used for profiles. Numbering will match field number in table structure.</p> <p>Table 'hosts_profiles':</p> <p>FIELD |profile_mode |t_integer |'0' |NOT NULL |ZBX_SYNC</p> <p>profile_mode: 0 - manual, 1 - automatic</p> <p>2. Configuration of item form will be extended to have an optional selection of a host profile field. If set, the item value will overwrite information stored in the corresponding profile field (for example, Device type, MAC Address, etc)</p> <p>The selection will be available for items of any type except of value type 'Log'.</p> <p>It will look like:</p> <p>Use in profiles <span class="error">&#91;X&#93;</span><br/> Update profile field <span class="error">&#91;&lt;here is a drop-down of all profile fields&gt;&#93;</span></p> <p>This selection will be located before Description field</p> <p>3. Template linkage should be extended to verify that there are no two items pointing to the same profile field.</p> <p>4. It should be possible to change profile linkage even if an item is linked to a template.</p> <p>5. Host profile may have the following states: Disabled - no host profile information available, Manual - manually entered host profile information, Automatic - linked fields are updated automatically, other fields can be manually modified.</p> <p>The profile state is configurable on per host level as it is in 1.8.x</p> <p>6. Host mass-updated will be extended to support setting of different profile modes (manual, automatic, disabled).</p> <p>7. Not supported and Disabled items are treated as a normal items, i.e. the linkage will be preserved.</p> <p>8. Item prototypes are not affected</p> <p>9. If a host profile in Automatic mode and a profile field has a linkage, the profile field should be disabled, show actual value and display information about linked item (as a item name linked to configuration of the item).</p> <p>----------------------------------<br/> TODO later:</p> <p>N. New report will be introduced to display inventory information and number of hosts grouped by one of inventory fields.For example, grouping by OS: Linux: 450 hosts, Windows: 5 hosts.</p> <p>The existing Inventory report will be extended to support this. Additional drop-down "Aggregate by" will be introduced to select a host profile field for grouping purposes. Only fields having varchar() type can be used due to performance considerations. By default, drop-down selection is set to &lt;no aggregation&gt;.<br/> ---------------------------------- will be introduced later</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38613\#worklog-38613 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=41222#comment-41222 Sat, 9 Apr 2011 00:19:49 +0300 richlv <p>adding a "trigger value = problem" condition by default when creating a new action was not done, reported as <a href="https://support.zabbix.com/browse/ZBX-3704" title="in new actions, &quot;trigger value = problem&quot; condition is missing" class="issue-link" data-issue-key="ZBX-3704"><del>ZBX-3704</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41222\#worklog-41222 RE: [ZBXNEXT-672] Advanced options for remote commands https://support.zabbix.com/browse/ZBXNEXT-672?focusedId=41220#comment-41220 Fri, 8 Apr 2011 21:31:39 +0300 richlv <p>database changes have not been implemented according to the specification (which in this case probably means that specification was never updated as it was changed during the development...)</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-672">ZBXNEXT-672</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41220\#worklog-41220 RE: [ZBXNEXT-672] Advanced options for remote commands https://support.zabbix.com/browse/ZBXNEXT-672?focusedId=41210#comment-41210 Fri, 8 Apr 2011 17:00:49 +0300 Alexey Fukalov <p>trunk 18964</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-672">ZBXNEXT-672</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41210\#worklog-41210 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=41048#comment-41048 Tue, 5 Apr 2011 17:26:37 +0300 Alexey Fukalov <p>trunk 18905</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41048\#worklog-41048 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=41047#comment-41047 Tue, 5 Apr 2011 17:23:32 +0300 Aleksandrs Saveljevs <p>(16) <span class="error">&#91;API&#93;</span> Should rename "description" to "name" on <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/item/get" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/item/get</a>. The examples with "description" are probably still valid, but they are not as natural anymore.</p> <p>&lt;Vedmak&gt; changed, but as mentioned, it was valid <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>&lt;asaveljevs&gt; I have also renamed "description" to "name" in "sortfield" row. If you like it, please close this comment and merge the branch.</p> <p>&lt;Vedmak&gt; Like it, CLOSED <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=41047\#worklog-41047 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40952#comment-40952 Fri, 1 Apr 2011 15:00:27 +0300 Alexander Vladishev <p>Server side tested.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40952\#worklog-40952 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40917#comment-40917 Thu, 31 Mar 2011 17:50:58 +0300 Aleksandrs Saveljevs <p>(12) It is possible to create a trigger that references an item that does not exist.</p> <p>&lt;Vedmak&gt; FIXED</p> <p>&lt;asaveljevs&gt; Perfect. But since we started messing with invalid trigger expressions, could you please take a look at why we have an undefined index when switching trigger expression to "</p> {Zabbix server: .last(0)} <p>=0" (note the space in place of item key).</p> <p>&lt;Vedmak&gt; FIXED</p> <p>&lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40917\#worklog-40917 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40923#comment-40923 Thu, 31 Mar 2011 17:04:20 +0300 Aleksandrs Saveljevs <p>(14) Undefined index when accessing "Configuration" -&gt; "Actions". See bug_14.png.</p> <p>&lt;asaveljevs&gt; Moved to <a href="https://support.zabbix.com/browse/ZBX-3678" title="unlinking a template does not remove a trigger condition in actions" class="issue-link" data-issue-key="ZBX-3678"><del>ZBX-3678</del></a>. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40923\#worklog-40923 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40925#comment-40925 Thu, 31 Mar 2011 16:15:34 +0300 Aleksandrs Saveljevs <p>(15) The popup in bar reports does not close itself when clicking on an item. See bug_15.png.</p> <p>&lt;asaveljevs&gt; Disregard that. This problem occurs in 1.8, too.<br/> &lt;asaveljevs&gt; Moved to <a href="https://support.zabbix.com/browse/ZBX-3676" title="popup in bar reports does not close itself when clicking on an item" class="issue-link" data-issue-key="ZBX-3676"><del>ZBX-3676</del></a>. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40925\#worklog-40925 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40915#comment-40915 Thu, 31 Mar 2011 15:49:48 +0300 Aleksandrs Saveljevs <p>(10) In item list, filtering by name yields "Undefined index: filter_name<span class="error">&#91;/home/asaveljevs/zabbix-svn/branches/dev/ZBXNEXT-511/frontends/php/items.php:860&#93;</span>".</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40915\#worklog-40915 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40914#comment-40914 Thu, 31 Mar 2011 15:49:40 +0300 Aleksandrs Saveljevs <p>(9) I propose we replace 'description_expanded' with 'name_expanded'. Similarly, variable $item_description should be renamed to $item_name. Also, $max_desc_len should be $max_name_len.</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40914\#worklog-40914 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40913#comment-40913 Thu, 31 Mar 2011 15:49:33 +0300 Aleksandrs Saveljevs <p>(8) In "Latest data" filter it says: "Show items with description like".</p> <p>&lt;Vedmak&gt; FIXED <br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40913\#worklog-40913 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40912#comment-40912 Thu, 31 Mar 2011 15:49:13 +0300 Aleksandrs Saveljevs <p>(7) In trigger list, triggers that are created by low-level discovery from trigger prototypes have links to discovery rules. These links are descriptions of discovery rules, not their names.</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40912\#worklog-40912 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40918#comment-40918 Thu, 31 Mar 2011 15:43:33 +0300 Aleksandrs Saveljevs <p>(13) It is possible to create a trigger that references a discovery rule. If we then click on that discovery rule in the trigger expression, we get no permissions error.</p> <p>&lt;Vedmak&gt; it's not connected to this issue<br/> &lt;asaveljevs&gt; Moved to <a href="https://support.zabbix.com/browse/ZBX-3674" title="problems with low-level discovery and triggers" class="issue-link" data-issue-key="ZBX-3674"><del>ZBX-3674</del></a>. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40918\#worklog-40918 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40916#comment-40916 Thu, 31 Mar 2011 15:43:25 +0300 Aleksandrs Saveljevs <p>(11) Different issue, but configuration of discovered triggers can be accessed through "Triggers top 100" report.</p> <p>&lt;Vedmak&gt; it's not connected to this issue<br/> &lt;asaveljevs&gt; Moved to <a href="https://support.zabbix.com/browse/ZBX-3674" title="problems with low-level discovery and triggers" class="issue-link" data-issue-key="ZBX-3674"><del>ZBX-3674</del></a>. CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40916\#worklog-40916 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40841#comment-40841 Thu, 31 Mar 2011 14:53:29 +0300 Aleksandrs Saveljevs <p>(6) Saving a trigger without name complains about incorrect value for field "description".</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40841\#worklog-40841 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40837#comment-40837 Thu, 31 Mar 2011 14:52:43 +0300 Aleksandrs Saveljevs <p>(5) On the trigger prototype page, it shows discovery rule's description instead on name. See bug_5.png.</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40837\#worklog-40837 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40834#comment-40834 Thu, 31 Mar 2011 14:52:31 +0300 Aleksandrs Saveljevs <p>(4) When saving an item prototype, description is saved as its name. See bug_4.png.</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40834\#worklog-40834 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40826#comment-40826 Thu, 31 Mar 2011 14:52:08 +0300 Aleksandrs Saveljevs <p>(3) The description text area does not look good in mass update. See bug_3.png.</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40826\#worklog-40826 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40823#comment-40823 Thu, 31 Mar 2011 14:51:06 +0300 Aleksandrs Saveljevs <p>(2) Undefined index when creating an item. The error message about item key is not helpful either. See bug_2.png.</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40823\#worklog-40823 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40544#comment-40544 Thu, 31 Mar 2011 14:49:59 +0300 richlv <p>(1) something to pay attention to : when attempting to create a discovery rule w/o name error message says :</p> <p>Incorrect value for field "description".</p> <p>the field is named "Name"</p> <p>&lt;Vedmak&gt; FIXED<br/> &lt;asaveljevs&gt; CLOSED</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40544\#worklog-40544 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=40874#comment-40874 Wed, 30 Mar 2011 16:55:12 +0300 Aleksandrs Saveljevs <p>Documented </p> {ITEM.DESCRIPTION} <p> and </p> {ITEM.KEY} <p> macros at <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/macros/supported_by_location" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/macros/supported_by_location</a>.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40874\#worklog-40874 RE: [ZBXNEXT-558] Support of monitoring auto-registered hosts with passive checks https://support.zabbix.com/browse/ZBXNEXT-558?focusedId=40678#comment-40678 Thu, 24 Mar 2011 22:01:38 +0200 richlv <p>new feature request about multiple ip addresses submitted as <a href="https://support.zabbix.com/browse/ZBXNEXT-717" title="send and use all ip addresses agent might have in listenip" class="issue-link" data-issue-key="ZBXNEXT-717">ZBXNEXT-717</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-558">ZBXNEXT-558</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40678\#worklog-40678 RE: [ZBXNEXT-502] Need a feature to easily find new lines when editing the localization https://support.zabbix.com/browse/ZBXNEXT-502?focusedId=40414#comment-40414 Wed, 16 Mar 2011 22:56:58 +0200 Oleksii Zagorskyi <p>Of course, it seems "Fixed" for 2.0 resolution is optimal.<br/> Closed !</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-502">ZBXNEXT-502</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40414\#worklog-40414 RE: [ZBXNEXT-502] Need a feature to easily find new lines when editing the localization https://support.zabbix.com/browse/ZBXNEXT-502?focusedId=40412#comment-40412 Wed, 16 Mar 2011 21:31:12 +0200 richlv <p>with gettext for 2.0, can this be closed ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-502">ZBXNEXT-502</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40412\#worklog-40412 RE: [ZBXNEXT-673] Support of users scripts on Zabbix Agent and IPMI-based remote commands https://support.zabbix.com/browse/ZBXNEXT-673?focusedId=40119#comment-40119 Tue, 8 Mar 2011 10:58:22 +0200 Alexey Fukalov <p>trunk 18311</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-673">ZBXNEXT-673</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=40119\#worklog-40119 RE: [ZBXNEXT-673] Support of users scripts on Zabbix Agent and IPMI-based remote commands https://support.zabbix.com/browse/ZBXNEXT-673?focusedId=39626#comment-39626 Mon, 7 Mar 2011 12:12:27 +0200 Alexander Vladishev <p>The following changes must be implemented: </p> <p>1) Database changes for table 'scripts', new fields must be added:</p> <p>FIELD |type |t_integer |'0' |NOT NULL |ZBX_SYNC <br/> FIELD |execute_on |t_integer |'1' |NOT NULL |ZBX_SYNC </p> <p>type: 0 - script, 1 - IPMI<br/> execute_on (script only): 0 - execute on agent, 1 - execute on Zabbix server </p> <p>2) User script configuration form must be modified according to provided sketch. </p> <p>3) Database patch for converting existing IPMI commands to new DB structure </p> <p>4) Server side must be modified to support execution of scripts by Zabbix agents.</p> <p>5) Commands executed by Zabbix Agents will be based on system.run[], which can be enabled or disabled by EnableRemoteCommands </p> <p>6) Server must validate Host Group defined for a Script. If a host is not in the specified host group, the command will not be executed on the host.</p> <p>7) API methods script.get, script.create and script.update will be updated to support new fields 'type' and 'execute_on'.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-673">ZBXNEXT-673</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39626\#worklog-39626 RE: [ZBXNEXT-631] Configurable colors and names for trigger severities https://support.zabbix.com/browse/ZBXNEXT-631?focusedId=39961#comment-39961 Thu, 3 Mar 2011 16:25:25 +0200 Alexey Fukalov <p>trunk 18212</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-631">ZBXNEXT-631</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39961\#worklog-39961 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=39957#comment-39957 Thu, 3 Mar 2011 15:57:22 +0200 Alexey Fukalov <p>Api acces option was removed because we are tending to make frontend communicate with DB only using api. So now frontend api calls are mostly same as usual api calls via jsonrpc.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39957\#worklog-39957 RE: [ZBXNEXT-589] automated Zabbix testing https://support.zabbix.com/browse/ZBXNEXT-589?focusedId=39885#comment-39885 Wed, 2 Mar 2011 14:14:09 +0200 richlv <p>and probably <a href="https://support.zabbix.com/browse/ZBXNEXT-686" title="Create infrastructure for continuous integration and unit testing" class="issue-link" data-issue-key="ZBXNEXT-686">ZBXNEXT-686</a> should be used from now on</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-589">ZBXNEXT-589</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39885\#worklog-39885 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=39742#comment-39742 Mon, 28 Feb 2011 10:53:45 +0200 richlv <p>7. also listed at <a href="https://support.zabbix.com/browse/ZBXNEXT-676" title="Merge host profile information" class="issue-link" data-issue-key="ZBXNEXT-676"><del>ZBXNEXT-676</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39742\#worklog-39742 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=39741#comment-39741 Mon, 28 Feb 2011 10:53:12 +0200 richlv <p>4. seemingly split out as <a href="https://support.zabbix.com/browse/ZBXNEXT-677" title="Hardware details monitoring by Zabbix Agent" class="issue-link" data-issue-key="ZBXNEXT-677"><del>ZBXNEXT-677</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39741\#worklog-39741 RE: [ZBXNEXT-631] Configurable colors and names for trigger severities https://support.zabbix.com/browse/ZBXNEXT-631?focusedId=39661#comment-39661 Fri, 25 Feb 2011 13:02:23 +0200 richlv <p>documentation available at <a href="http://www.zabbix.com/documentation/2.0/manual/config/triggers/customseverities" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/config/triggers/customseverities</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-631">ZBXNEXT-631</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39661\#worklog-39661 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=39659#comment-39659 Fri, 25 Feb 2011 12:46:06 +0200 richlv <p>xml import/export ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39659\#worklog-39659 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=39644#comment-39644 Fri, 25 Feb 2011 12:39:41 +0200 Alexander Vladishev <p>Rich, the logic will be very similar to processing of images:</p> <p>&gt;when editing a map, how will such an element be displayed ?<br/> &gt;what spacing will be used for individual hosts ? will it be taken from the saved map grid or will it be possible to specify per hostgroup area ?</p> <p>Evenly distributed, there is a sketch.</p> <p>&gt;how will this element be movable around the map by dragging (as in, which areas will start drag action) ? <br/> &gt;what happens if two hostgroup areas overlap ? <br/> &gt;how will dimensions of such an element be specified (only x/y coordinates or draggable on the map) ? <br/> &gt;will object x/y coordinate represent left topmost corner of the area ? <br/> &gt;what happens if all objects don't fit in the chosen area ? </p> <p>Same logic as for element type 'Image'. No processing of complex cases, it is up-to an user to deal with overlapping.</p> <p>&lt;Richlv&gt; hmm. is there some special logic for auto-aligning images ? or would host elements then just start overlapping if they don't fit neatly in the area ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39644\#worklog-39644 RE: [ZBXNEXT-672] Advanced options for remote commands https://support.zabbix.com/browse/ZBXNEXT-672?focusedId=39656#comment-39656 Fri, 25 Feb 2011 12:39:26 +0200 Alexander Vladishev <p>12) API methods action.get, action.create and action.update will be extended to support new opcommand_hst/opcommand_grp fields.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-672">ZBXNEXT-672</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39656\#worklog-39656 RE: [ZBXNEXT-673] Support of users scripts on Zabbix Agent and IPMI-based remote commands https://support.zabbix.com/browse/ZBXNEXT-673?focusedId=39643#comment-39643 Fri, 25 Feb 2011 11:21:00 +0200 Alexander Vladishev <p>Just one host group. (6) fixed.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-673">ZBXNEXT-673</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39643\#worklog-39643 RE: [ZBXNEXT-674] Support of displaying all hosts of a given host group in maps https://support.zabbix.com/browse/ZBXNEXT-674?focusedId=39629#comment-39629 Thu, 24 Feb 2011 22:28:16 +0200 richlv <p>when editing a map, how will such an element be displayed ?<br/> how will this element be movable around the map by dragging (as in, which areas will start drag action) ?<br/> what happens if two hostgroup areas overlap ?<br/> how will dimensions of such an element be specified (only x/y coordinates or draggable on the map) ?<br/> will object x/y coordinate represent left topmost corner of the area ?<br/> what happens if all objects don't fit in the chosen area ?<br/> what spacing will be used for individual hosts ? will it be taken from the saved map grid or will it be possible to specify per hostgroup area ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-674">ZBXNEXT-674</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39629\#worklog-39629 RE: [ZBXNEXT-673] Support of users scripts on Zabbix Agent and IPMI-based remote commands https://support.zabbix.com/browse/ZBXNEXT-673?focusedId=39628#comment-39628 Thu, 24 Feb 2011 22:09:34 +0200 richlv <p>does 6 mean ability to specify single group only or multiple groups ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-673">ZBXNEXT-673</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39628\#worklog-39628 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=39608#comment-39608 Thu, 24 Feb 2011 15:57:16 +0200 Alexander Vladishev <p>All right, we have to finish this task. <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <p>Here is list of things to be done:</p> <ul class="alternate" type="square"> <li>the branch should probably be recreated, it is just too old</li> <li>items.description =&gt; items.name, items.description (text)</li> <li>add support of {ITEM.DESCRIPTION&lt;1-9&gt;}</li> <li>GUI form for items should be changed (Description -&gt; Name)</li> <li>GUI item mass updated should be changed as well (add support for the new Description field)</li> </ul> <p>Re-naming of other table fields is out of scope.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39608\#worklog-39608 RE: [ZBXNEXT-631] Configurable colors and names for trigger severities https://support.zabbix.com/browse/ZBXNEXT-631?focusedId=39513#comment-39513 Tue, 22 Feb 2011 14:28:21 +0200 Alexander Vladishev <p>Available in the development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-631</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-631">ZBXNEXT-631</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39513\#worklog-39513 RE: [ZBXNEXT-636] improve zabbix login screen https://support.zabbix.com/browse/ZBXNEXT-636?focusedId=39470#comment-39470 Mon, 21 Feb 2011 16:42:05 +0200 Artem Suharev <p>Merged</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=aly">Artem Suharev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-636">ZBXNEXT-636</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39470\#worklog-39470 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=39433#comment-39433 Mon, 21 Feb 2011 09:28:57 +0200 Aleksandrs Saveljevs <p>As far as I understand, what was eventually implemented is different than what Alexei V. had in mind initially. What was the rationale for it?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39433\#worklog-39433 RE: [ZBXNEXT-664] JSONRPC web tool https://support.zabbix.com/browse/ZBXNEXT-664?focusedId=39390#comment-39390 Fri, 18 Feb 2011 11:45:12 +0200 Alexey Fukalov <p>moved to trunk/misc/jsonrpctool</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-664">ZBXNEXT-664</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39390\#worklog-39390 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=39381#comment-39381 Fri, 18 Feb 2011 10:06:19 +0200 richlv <p>also, umm, "technical" documentation ?<br/> can zabbix users benefit from this ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39381\#worklog-39381 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=39379#comment-39379 Fri, 18 Feb 2011 09:35:22 +0200 richlv <p>i don't see this change documented or explained anywhere.</p> <p>svn diff -c 17857<br/> Index: patch/usrgrp.sql<br/> ===================================================================<br/> &#8212; patch/usrgrp.sql (revision 17856)<br/> +++ patch/usrgrp.sql (revision 17857)<br/> @@ -1 +1,2 @@<br/> -ALTER TABLE usrgrp MODIFY usrgrpid bigint unsigned NOT NULL;<br/> +ALTER TABLE usrgrp MODIFY usrgrpid bigint unsigned NOT NULL,<br/> + DROP COLUMN api_access;</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39379\#worklog-39379 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=39374#comment-39374 Thu, 17 Feb 2011 18:41:55 +0200 Alexey Fukalov <p>trunk 17857</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39374\#worklog-39374 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=39114#comment-39114 Fri, 11 Feb 2011 15:26:27 +0200 Konstantin Buravcov <p>(43)<br/> Need to update /tests/data/data_test.sql or after merge all hudson builds will fail. Currently importing this sql gives: ERROR 1054 (42S22) at line 114: Unknown column 'object' in 'field list'</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39114\#worklog-39114 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=39099#comment-39099 Fri, 11 Feb 2011 13:17:14 +0200 richlv <p>changelog entry received <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39099\#worklog-39099 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=39097#comment-39097 Fri, 11 Feb 2011 13:12:33 +0200 Konstantin Buravcov <p>Added changelog entry</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39097\#worklog-39097 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=39094#comment-39094 Fri, 11 Feb 2011 12:49:41 +0200 richlv <p>changelog entry seems to be missing</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39094\#worklog-39094 RE: [ZBXNEXT-628] Support of different label format for different types of map elements https://support.zabbix.com/browse/ZBXNEXT-628?focusedId=39041#comment-39041 Thu, 10 Feb 2011 14:43:52 +0200 Artem Suharev <p>Merged</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=aly">Artem Suharev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-628">ZBXNEXT-628</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39041\#worklog-39041 RE: [ZBXNEXT-628] Support of different label format for different types of map elements https://support.zabbix.com/browse/ZBXNEXT-628?focusedId=39020#comment-39020 Thu, 10 Feb 2011 12:04:29 +0200 Konstantin Buravcov <p>Testes and reviewed.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-628">ZBXNEXT-628</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39020\#worklog-39020 RE: [ZBXNEXT-628] Support of different label format for different types of map elements https://support.zabbix.com/browse/ZBXNEXT-628?focusedId=38966#comment-38966 Thu, 10 Feb 2011 10:48:58 +0200 Konstantin Buravcov <p>(2)<br/> Documentation:<br/> New parameters should be described here in "Zabbix API changes from 1.8 to 2.0": <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0</a></p> <p>Docs improved (Aly)<br/> &lt;rich&gt; changed the layout slightly, please review<br/> &lt;konstantin&gt; looks good!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-628">ZBXNEXT-628</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38966\#worklog-38966 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=39004#comment-39004 Thu, 10 Feb 2011 10:44:58 +0200 Konstantin Buravcov <p>Merged to trunk rev 17615</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=39004\#worklog-39004 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38962#comment-38962 Wed, 9 Feb 2011 11:50:46 +0200 Konstantin Buravcov <p>Development branch: <a href="https://support.zabbix.com/browse/ZBXNEXT-626" title="Remembering of map grid options for each map" class="issue-link" data-issue-key="ZBXNEXT-626"><del>ZBXNEXT-626</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38962\#worklog-38962 RE: [ZBXNEXT-630] Automatic filling of DNS name for discovered devices https://support.zabbix.com/browse/ZBXNEXT-630?focusedId=38938#comment-38938 Tue, 8 Feb 2011 18:13:58 +0200 Marc Schoechlin <p>That´s cool <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/> Especially in hosting-environments it is not always assured that reverse dns is available - you should use fqdn-hostname as fallback. Ideally, this behavior should be configurable....</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=scoopex">Marc Schoechlin</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-630">ZBXNEXT-630</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38938\#worklog-38938 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38918#comment-38918 Tue, 8 Feb 2011 13:05:53 +0200 Konstantin Buravcov <p>Import/export works with new parameters. When importing from 1.8, they are set to default values. Issue can be marked as resolved, when DB patches are checked.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38918\#worklog-38918 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38916#comment-38916 Tue, 8 Feb 2011 12:59:23 +0200 richlv <p>what about <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/changes_1.8_-_2.0</a> ?</p> <p>konstantin&gt; page updated</p> <p>rich&gt; thanks <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38916\#worklog-38916 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38914#comment-38914 Tue, 8 Feb 2011 12:44:14 +0200 Konstantin Buravcov <p>API Documentation updated:<br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/map/get?&amp;#example" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/map/get?&amp;#example</a><br/> <a href="http://www.zabbix.com/documentation/2.0/manual/appendix/api/map/create" class="external-link" target="_blank" rel="nofollow noopener">http://www.zabbix.com/documentation/2.0/manual/appendix/api/map/create</a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38914\#worklog-38914 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38858#comment-38858 Mon, 7 Feb 2011 16:40:18 +0200 Konstantin Buravcov <p>Added saving new options through GUI and a Selenium test for it</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38858\#worklog-38858 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38804#comment-38804 Mon, 7 Feb 2011 11:08:02 +0200 Konstantin Buravcov <p>Added API parameters and basic unit tests for map creation using JSON</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38804\#worklog-38804 RE: [ZBXNEXT-518] add usermacro support in snmp port field https://support.zabbix.com/browse/ZBXNEXT-518?focusedId=38707#comment-38707 Fri, 4 Feb 2011 09:00:41 +0200 Alexander Vladishev <p>Available in version pre2.0.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-518">ZBXNEXT-518</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38707\#worklog-38707 RE: [ZBXNEXT-626] Remembering of map grid options for each map https://support.zabbix.com/browse/ZBXNEXT-626?focusedId=38696#comment-38696 Thu, 3 Feb 2011 18:31:07 +0200 Vladimir Barcevsky <p>sorry</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vlad">Vladimir Barcevsky</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-626">ZBXNEXT-626</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38696\#worklog-38696 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=38690#comment-38690 Thu, 3 Feb 2011 17:33:29 +0200 Konstantin Buravcov <p>When testing this issue, please see if points that that are described in <a href="https://support.zabbix.com/browse/ZBX-3500" title="Minor issues found by unit tests" class="issue-link" data-issue-key="ZBX-3500"><del>ZBX-3500</del></a> are fixed.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38690\#worklog-38690 RE: [ZBXNEXT-636] improve zabbix login screen https://support.zabbix.com/browse/ZBXNEXT-636?focusedId=38642#comment-38642 Thu, 3 Feb 2011 12:06:04 +0200 Alexander Vladishev <p>1. Restyle login screen (API wrapper)<br/> 2. Restyle global search input<br/> 3. GUI table list redesign<br/> 4. Fix GUI themes</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-636">ZBXNEXT-636</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38642\#worklog-38642 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=38635#comment-38635 Thu, 3 Feb 2011 11:07:49 +0200 richlv <p>maybe "Update profile field" ? just "Update profile" might be confusing</p> <p>additional data, supported by the linux agent, will be available as items, right ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38635\#worklog-38635 RE: [ZBXNEXT-647] Automatic population of hardware profiles https://support.zabbix.com/browse/ZBXNEXT-647?focusedId=38611#comment-38611 Wed, 2 Feb 2011 18:45:56 +0200 richlv <p>also see <a href="https://support.zabbix.com/browse/ZBXNEXT-616" title="Automatically fill host profile data from discovery" class="issue-link" data-issue-key="ZBXNEXT-616"><del>ZBXNEXT-616</del></a> and <a href="https://support.zabbix.com/browse/ZBXNEXT-294" title="Inventory Macro Support" class="issue-link" data-issue-key="ZBXNEXT-294"><del>ZBXNEXT-294</del></a><br/> additional keyword : inventory</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-647">ZBXNEXT-647</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38611\#worklog-38611 RE: [ZBXNEXT-630] Automatic filling of DNS name for discovered devices https://support.zabbix.com/browse/ZBXNEXT-630?focusedId=38534#comment-38534 Tue, 1 Feb 2011 16:28:05 +0200 Alexander Vladishev <p>Available in version pre2.0, revision 17345.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-630">ZBXNEXT-630</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38534\#worklog-38534 RE: [ZBXNEXT-518] add usermacro support in snmp port field https://support.zabbix.com/browse/ZBXNEXT-518?focusedId=38527#comment-38527 Tue, 1 Feb 2011 16:03:00 +0200 Alexander Vladishev <p>Attached list of supported macros after "multiple interfaces" implementation</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-518">ZBXNEXT-518</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38527\#worklog-38527 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=38467#comment-38467 Mon, 31 Jan 2011 17:22:28 +0200 richlv <p>"Ne oparations defined" - sounds more dutch to me <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/wink.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38467\#worklog-38467 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=38461#comment-38461 Mon, 31 Jan 2011 17:01:54 +0200 richlv <p>in the light of this, it would be nice to consider <a href="https://support.zabbix.com/browse/ZBXNEXT-643" title="make single escalation operations for a single step override that step period" class="issue-link" data-issue-key="ZBXNEXT-643"><del>ZBXNEXT-643</del></a> for possible later implementation</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38461\#worklog-38461 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=38411#comment-38411 Mon, 31 Jan 2011 10:51:15 +0200 Alexey Fukalov <p>fixed 1, 5, 7<br/> changed default value for operations table esc_step_from field to 1</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38411\#worklog-38411 RE: [ZBXNEXT-630] Automatic filling of DNS name for discovered devices https://support.zabbix.com/browse/ZBXNEXT-630?focusedId=38386#comment-38386 Sat, 29 Jan 2011 20:58:30 +0200 Alexander Vladishev <p>Available in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-630</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-630">ZBXNEXT-630</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38386\#worklog-38386 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=38195#comment-38195 Wed, 26 Jan 2011 11:54:33 +0200 Alexei Vladishev <p>Rich, absolutely not. The wrapper is an abstraction layer above all PHP classes. That's the point. The front-end will work with the API in a similar way as any other application based on the API. The wrapper can also be configured (it won't be supported from the very beginning) to forward all API calls to a different physical server if required. It's another nice step to separate GUI from the API.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38195\#worklog-38195 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=38192#comment-38192 Wed, 26 Jan 2011 10:56:18 +0200 richlv <p>so something similar to andrew farley's php zabbix api class (<a href="http://andrewfarley.com/php/zabbix-1-8-api-php-class-v1-0" class="external-link" target="_blank" rel="nofollow noopener">http://andrewfarley.com/php/zabbix-1-8-api-php-class-v1-0</a>) ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38192\#worklog-38192 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=38187#comment-38187 Wed, 26 Jan 2011 10:24:25 +0200 Alexei Vladishev <p>Currently there is no single function or a method to call API from PHP code. Now if you need to add an user, you call something like user.add() instead of doing apiCall('user.add'). The API wrapper allows us to call a single function instead of working with different objects directly.</p> <p>Another advantage of the API wrapper is better error processing and (theoretically) much cleaner code.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38187\#worklog-38187 RE: [ZBXNEXT-635] Introduce API wrapper https://support.zabbix.com/browse/ZBXNEXT-635?focusedId=38183#comment-38183 Wed, 26 Jan 2011 09:19:07 +0200 Aleksandrs Saveljevs <p>What is the purpose of API wrapper? Will it affect external client applications?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-635">ZBXNEXT-635</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38183\#worklog-38183 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=38147#comment-38147 Tue, 25 Jan 2011 14:19:54 +0200 Aleksandrs Saveljevs <p>It will have to be done once again.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38147\#worklog-38147 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=38143#comment-38143 Tue, 25 Jan 2011 13:39:44 +0200 richlv <p>looks like this was never finished/merged ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38143\#worklog-38143 RE: [ZBXNEXT-623] Restore support of SQLite3 on Zabbix Server side https://support.zabbix.com/browse/ZBXNEXT-623?focusedId=38078#comment-38078 Mon, 24 Jan 2011 11:42:38 +0200 Alexei Vladishev <p>Implemented in trunk, revision 17098.</p> <p>Now Zabbix GUI can be used with Zabbix Server with SQLite3 back-end database.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-623">ZBXNEXT-623</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=38078\#worklog-38078 RE: [ZBXNEXT-618] No IP Address Info for (read only users) https://support.zabbix.com/browse/ZBXNEXT-618?focusedId=37862#comment-37862 Mon, 17 Jan 2011 21:29:35 +0200 Sol Arioto <p>Fix per version 2.0</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sarioto">Sol Arioto</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-618">ZBXNEXT-618</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37862\#worklog-37862 RE: [ZBXNEXT-618] No IP Address Info for (read only users) https://support.zabbix.com/browse/ZBXNEXT-618?focusedId=37750#comment-37750 Thu, 13 Jan 2011 21:10:23 +0200 richlv <p>this will be fixed in 2.0 by introducing monitoring -&gt; hosts</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-618">ZBXNEXT-618</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37750\#worklog-37750 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=37414#comment-37414 Fri, 7 Jan 2011 10:34:09 +0200 Alexey Fukalov <p>Should be fixed. Some files didn't commit for some reason.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37414\#worklog-37414 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=37412#comment-37412 Fri, 7 Jan 2011 10:23:56 +0200 Alexei Vladishev <p>I see this error as well in trunk. It seems that merge went wrong for some reason. To be fixed asap.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37412\#worklog-37412 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=37398#comment-37398 Thu, 6 Jan 2011 18:38:46 +0200 Oleksii Zagorskyi <p>and... php5-5.3.3_2</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37398\#worklog-37398 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=37397#comment-37397 Thu, 6 Jan 2011 18:34:17 +0200 Oleksii Zagorskyi <p>FreeBSD8.1, MySQL 5.5<br/> hmm. when i try to open the script settings or create script i receive the error:</p> <p>include(./include/forms/script.edit.php) <span class="error">&#91;&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;&#93;</span>: failed to open stream: No such file or directory<span class="error">&#91;/usr/local/www/zabbix/include/classes/class.cgetform.php:41&#93;</span><br/> include() <span class="error">&#91;&lt;a href=&#39;function.include&#39;&gt;function.include&lt;/a&gt;&#93;</span>: Failed opening './include/forms/script.edit.php' for inclusion (include_path='.:/usr/local/share/pear')<span class="error">&#91;/usr/local/www/zabbix/include/classes/class.cgetform.php:41&#93;</span></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37397\#worklog-37397 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=37390#comment-37390 Thu, 6 Jan 2011 17:38:08 +0200 Alexey Fukalov <p>trunk 16676</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37390\#worklog-37390 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=37135#comment-37135 Mon, 3 Jan 2011 11:37:51 +0200 Alexey Fukalov <p>Buttons form row wider than form</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=37135\#worklog-37135 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=36965#comment-36965 Mon, 27 Dec 2010 18:21:57 +0200 Alexey Fukalov <p>Two new fields added to scripts table: <br/> description - text <br/> question varchar(255)</p> <p>Dialog minimum width is 200px, maximum width is 600px, if question is wider and has white spaces, it wraps.</p> <p>Form redesigned according to scetch.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=36965\#worklog-36965 RE: [ZBXNEXT-592] Confirmation dialog for scripts https://support.zabbix.com/browse/ZBXNEXT-592?focusedId=36851#comment-36851 Wed, 22 Dec 2010 16:48:40 +0200 Alexey Fukalov <p>In Script configuration two new fields are added: <br/> Description - optional general script description for admins.<br/> Question - optional question that appears in confirmation dialog before script execution. If question is empty, no confirmation dialog appears.</p> <p>Confirmation dialog have two buttons: Execute and Cancel.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-592">ZBXNEXT-592</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=36851\#worklog-36851 RE: [ZBXNEXT-589] automated Zabbix testing https://support.zabbix.com/browse/ZBXNEXT-589?focusedId=36639#comment-36639 Fri, 17 Dec 2010 15:13:59 +0200 richlv <p>reopen to change "fix for"</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-589">ZBXNEXT-589</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=36639\#worklog-36639 RE: [ZBXNEXT-589] automated Zabbix testing https://support.zabbix.com/browse/ZBXNEXT-589?focusedId=36638#comment-36638 Fri, 17 Dec 2010 15:01:45 +0200 richlv <p>...and no need to keep it open <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-589">ZBXNEXT-589</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=36638\#worklog-36638 RE: [ZBXNEXT-575] New database and GUI design for remote commands https://support.zabbix.com/browse/ZBXNEXT-575?focusedId=36608#comment-36608 Fri, 17 Dec 2010 02:21:27 +0200 Oleksii Zagorskyi <p>perhaps it makes sense to run simultaneously with <a href="https://support.zabbix.com/browse/ZBX-3055" title="Macro {HOSTNAME&lt;1-9&gt;} for remote command is not supported" class="issue-link" data-issue-key="ZBX-3055"><del>ZBX-3055</del></a> <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-575">ZBXNEXT-575</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=36608\#worklog-36608 RE: [ZBXNEXT-558] Support of monitoring auto-registered hosts with passive checks https://support.zabbix.com/browse/ZBXNEXT-558?focusedId=35346#comment-35346 Sat, 13 Nov 2010 16:49:14 +0200 Aleksandrs Saveljevs <p>Yes, only the first one.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-558">ZBXNEXT-558</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=35346\#worklog-35346 RE: [ZBXNEXT-558] Support of monitoring auto-registered hosts with passive checks https://support.zabbix.com/browse/ZBXNEXT-558?focusedId=35345#comment-35345 Sat, 13 Nov 2010 16:48:14 +0200 richlv <p>if multiple ips are configured for agentd listenip, what happens ? is the first one only sent to the server ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-558">ZBXNEXT-558</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=35345\#worklog-35345 RE: [ZBXNEXT-558] Support of monitoring auto-registered hosts with passive checks https://support.zabbix.com/browse/ZBXNEXT-558?focusedId=35306#comment-35306 Fri, 12 Nov 2010 13:35:23 +0200 Alexander Vladishev <p>Available in version pre1.9.1, r15431.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-558">ZBXNEXT-558</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=35306\#worklog-35306 RE: [ZBXNEXT-558] Support of monitoring auto-registered hosts with passive checks https://support.zabbix.com/browse/ZBXNEXT-558?focusedId=35265#comment-35265 Thu, 11 Nov 2010 14:42:37 +0200 Alexander Vladishev <p>Available in development branch svn://svn.zabbix.com/branches/dev/ZBXNEXT-558</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-558">ZBXNEXT-558</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=35265\#worklog-35265 RE: [ZBXNEXT-512] unknown events should be redesigned https://support.zabbix.com/browse/ZBXNEXT-512?focusedId=35007#comment-35007 Wed, 3 Nov 2010 17:17:40 +0200 Alexander Vladishev <p>Available from version pre1.9.1, r15246.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-512">ZBXNEXT-512</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=35007\#worklog-35007 RE: [ZBXNEXT-397] web scenarios running on zabbix proxies https://support.zabbix.com/browse/ZBXNEXT-397?focusedId=34681#comment-34681 Mon, 25 Oct 2010 16:28:27 +0300 Tom Duijf (xs-) <p>Any progress on this one?</p> <p>Excerpt from my 'duplicate' issue;</p> <p>---------<del>8&lt;</del>----------------<br/> Logically, i'd say that if a host is configured to be monitored by a proxy, all tests should be performed by / through this proxy (LDAP, simple, agent, snmp, web, etc).</p> <p>The reason i am filing this as a bug: proxies can be compiled with CURL support (mine are), but this is not used as far as i can see. I checked the documentation on web scenarios and proxies but cannot find anything which confirms or rejects this assumption.<br/> ---------<del>8&lt;</del>----------------<br/> As most of the configuration regarding items is already synced between node and proxy, i assume that most/all information to do this, is already available?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=xs">Tom Duijf (xs-)</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-397">ZBXNEXT-397</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=34681\#worklog-34681 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=34570#comment-34570 Wed, 20 Oct 2010 16:32:12 +0300 Artem Suharev <p>Merged</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=aly">Artem Suharev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=34570\#worklog-34570 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=34522#comment-34522 Tue, 19 Oct 2010 16:21:37 +0300 Konstantin Buravcov <p>DB patches and schema committed to svn://svn.zabbix.com/branches/dev/zbxnext-511-item-description</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=konstantin">Konstantin Buravcov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=34522\#worklog-34522 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=34026#comment-34026 Wed, 29 Sep 2010 15:40:58 +0300 richlv <p>item multiplier/formula is very confusing, but it should also be taken in context of xml export, where field names sometimes can be matching, and sometimes - not</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=34026\#worklog-34026 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=34021#comment-34021 Wed, 29 Sep 2010 14:29:00 +0300 Aleksandrs Saveljevs <p>Some of the changes to be made to database schema:</p> <ul> <li>items.description =&gt; items.name</li> <li>items.description_details =&gt; items.description (also blob =&gt; text)</li> </ul> <ul> <li>triggers.description =&gt; triggers.name</li> <li>triggers.comments =&gt; triggers.description (also blob =&gt; text)</li> </ul> <ul> <li>maintenances.description: blob =&gt; text</li> </ul> <ul> <li>media_type.description =&gt; media_type.name</li> </ul> <p>Will have to check whether other tables should be updated as well.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=34021\#worklog-34021 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=33871#comment-33871 Thu, 23 Sep 2010 09:34:31 +0300 Aleksandrs Saveljevs <p>Available in development branch svn://svn.zabbix.com/branches/dev/zbxnext-511-item-description.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33871\#worklog-33871 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=33863#comment-33863 Wed, 22 Sep 2010 18:56:30 +0300 Alexey Fukalov <p>fixed</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33863\#worklog-33863 RE: [ZBXNEXT-512] unknown events should be redesigned https://support.zabbix.com/browse/ZBXNEXT-512?focusedId=33699#comment-33699 Fri, 17 Sep 2010 13:55:35 +0300 Aleksandrs Saveljevs <p>After the new design is implemented, users in the GUI will only see OK and PROBLEM events. If something is wrong with the trigger (everything that would cause a generation of UNKNOWN events in the current design), then something like a "?" mark will be shown next to the trigger value: e.g., "OK<img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/help_16.png" height="16" width="16" align="absmiddle" alt="" border="0"/>". So after restarting zabbix_server you will see "OK<img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/help_16.png" height="16" width="16" align="absmiddle" alt="" border="0"/>" rather than UNKNOWN.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-512">ZBXNEXT-512</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33699\#worklog-33699 RE: [ZBXNEXT-512] unknown events should be redesigned https://support.zabbix.com/browse/ZBXNEXT-512?focusedId=33698#comment-33698 Fri, 17 Sep 2010 13:44:42 +0300 Oleksii Zagorskyi <p>Regarding the transfer all triggers status to UNKNOWN when you restart the zabbix_server (5).<br/> For example I have to sometimes restart zabbix_server.<br/> For example I have a Item with key "eventlog<span class="error">&#91;System,,,,888&#93;</span>". Data for this Item may come once in six months (real).<br/> I would like to see a Trigger for this Item in the state of OK, but not UNKNOWN during these six months. <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> This is true for any historical data that do not come regularly, but sometimes.<br/> What do you say?<br/> p.s. I do not want to use the function "nodata"</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-512">ZBXNEXT-512</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33698\#worklog-33698 RE: [ZBXNEXT-511] items should have a description field https://support.zabbix.com/browse/ZBXNEXT-511?focusedId=33675#comment-33675 Thu, 16 Sep 2010 15:56:27 +0300 richlv <p>partially duplicates <a href="https://support.zabbix.com/browse/ZBXNEXT-337" title="comments for more entities" class="issue-link" data-issue-key="ZBXNEXT-337">ZBXNEXT-337</a> and <a href="https://support.zabbix.com/browse/ZBX-2755" title="naming inconsistencies" class="issue-link" data-issue-key="ZBX-2755">ZBX-2755</a> <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/wink.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-511">ZBXNEXT-511</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33675\#worklog-33675 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=33657#comment-33657 Wed, 15 Sep 2010 21:31:22 +0300 richlv <p>confirming the fix in dev branch rev 14467.</p> <p>talking about dbpatch...</p> <p>1. there are no commits listed in this issue, exercise for the reader - why the hell is that ?<br/> 2. there are no comments on the issue mentioning a db patch.</p> <p>given current time and my location i will avoid from commenting on this any more.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33657\#worklog-33657 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=33605#comment-33605 Tue, 14 Sep 2010 10:28:40 +0300 Alexey Fukalov <p>fixed default legend state.</p> <p>Did you apply patch for graphs table? In old dbschema legend was off by default.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33605\#worklog-33605 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=33585#comment-33585 Mon, 13 Sep 2010 23:49:24 +0300 richlv <p>there seems to be a serious regression - all custom graphs now are rendered w/o legend.<br/> additionally, when creating a new graph, legend defaults to off. it should default to on.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33585\#worklog-33585 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=33568#comment-33568 Mon, 13 Sep 2010 13:23:14 +0300 Alexey Fukalov <p>dev branch: <a href="https://support.zabbix.com/browse/ZBXNEXT-54" title="Make graphics legend optional" class="issue-link" data-issue-key="ZBXNEXT-54"><del>ZBXNEXT-54</del></a></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=vedmak">Alexey Fukalov</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33568\#worklog-33568 RE: [ZBXNEXT-502] Need a feature to easily find new lines when editing the localization https://support.zabbix.com/browse/ZBXNEXT-502?focusedId=33281#comment-33281 Tue, 31 Aug 2010 20:01:27 +0300 Oleksii Zagorskyi <p>I have already used Pootle - this is nice solutions. I vote to move to it <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-502">ZBXNEXT-502</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33281\#worklog-33281 RE: [ZBXNEXT-502] Need a feature to easily find new lines when editing the localization https://support.zabbix.com/browse/ZBXNEXT-502?focusedId=33272#comment-33272 Tue, 31 Aug 2010 15:10:00 +0300 richlv <p>it is planned to move to gettext for 2.0, so it probably wouldn't make much sense to put lot of work into polishing current custom interface.<br/> once gettext is used, it should be possible to use all kinds of tools, including poedit, pootle etc</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-502">ZBXNEXT-502</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33272\#worklog-33272 RE: [ZBXNEXT-483] need item to get file contents https://support.zabbix.com/browse/ZBXNEXT-483?focusedId=33186#comment-33186 Mon, 30 Aug 2010 12:12:25 +0300 Aleksandrs Saveljevs <p>Merged into pre-2.0 in r14150.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-483">ZBXNEXT-483</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=33186\#worklog-33186 RE: [ZBXNEXT-483] need item to get file contents https://support.zabbix.com/browse/ZBXNEXT-483?focusedId=32828#comment-32828 Fri, 20 Aug 2010 15:33:31 +0300 Aleksandrs Saveljevs <p>Suggestions with regard to the item name are highly welcome.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-483">ZBXNEXT-483</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32828\#worklog-32828 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32194#comment-32194 Mon, 2 Aug 2010 14:34:25 +0300 Alexander Vladishev <p>Added support of nanoseconds in ver. pre2.0 r13742.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32194\#worklog-32194 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32160#comment-32160 Sat, 31 Jul 2010 02:05:30 +0300 Oleksii Zagorskyi <p>Tested. Now it seems everything is normal - windows agent generates the 'ns' of 9 digits. FreeBSD 8.0 also - 9 digits.<br/> But he wanted to draw attention - the old agent (not this <a href="https://support.zabbix.com/browse/ZBXNEXT-457" title="Support of nanoseconds for history tables" class="issue-link" data-issue-key="ZBXNEXT-457"><del>ZBXNEXT-457</del></a>) sends the data without the 'ns' and in this case, the zabbix server does not compute the 'ns' and always write ZERO into database 'ns' value. End problem in result as in my previous example.<br/> I think need to support compatibility with older agents in this regard.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32160\#worklog-32160 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32143#comment-32143 Fri, 30 Jul 2010 16:51:54 +0300 Alexander Vladishev <p>r13724 - added support of nanoseconds under Windows.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32143\#worklog-32143 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32125#comment-32125 Fri, 30 Jul 2010 15:19:15 +0300 Alexander Vladishev <p>Added support nanoseconds for BSD and Linux platforms. Windows later.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32125\#worklog-32125 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32118#comment-32118 Fri, 30 Jul 2010 14:10:59 +0300 Alexei Vladishev <p>Note that not all platforms support nanoseconds. It is a platform specific feature.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32118\#worklog-32118 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32117#comment-32117 Fri, 30 Jul 2010 14:08:52 +0300 Oleksii Zagorskyi <p>FreeBSD8.0 also not get REAL nanosecond (maybe is normally - i don't now).<br/> Zabbix server calculated only MICROsecond !!!<br/> If i send with zabbix_sender (not this 457) simple data server write to db 'ns':<br/> 147491000<br/> 186395000<br/> 166976000<br/> 186594000<br/> 395702000<br/> 995246000<br/> 474586000<br/> Last three digits - always ZERO.<br/> It's just simply information - not bug.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32117\#worklog-32117 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32114#comment-32114 Fri, 30 Jul 2010 13:52:38 +0300 Alexei Vladishev <p>Good point!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=alexei">Alexei Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32114\#worklog-32114 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32113#comment-32113 Fri, 30 Jul 2010 13:50:30 +0300 Aleksandrs Saveljevs <p>Can we add some dummy nanoseconds if the clock+ns pairs turn out to be identical? In the attachment above, if we are about to send several items with clock=1280483969 and ns=711000000, can we change the second ns to 711000001, etc.? We will not get real nanosecond precision anyway.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32113\#worklog-32113 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32109#comment-32109 Fri, 30 Jul 2010 13:40:40 +0300 Oleksii Zagorskyi <p>Bug founded for windows agent. Windows not like nanoseconds IMHO <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/><br/> i attached text file for better view</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32109\#worklog-32109 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32091#comment-32091 Fri, 30 Jul 2010 12:00:50 +0300 Alexander Vladishev <p>Windows agents is available in svn://svn.zabbix.com/branches/dev/zbxnext-457 branch.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=sasha">Alexander Vladishev</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32091\#worklog-32091 RE: [ZBXNEXT-457] Support of nanoseconds for history tables https://support.zabbix.com/browse/ZBXNEXT-457?focusedId=32057#comment-32057 Thu, 29 Jul 2010 19:57:40 +0300 Oleksii Zagorskyi <p>Alexander, I was testing a nano-second<img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/> and I'm starting to like it.<br/> Can you also compile agent for windows for testing? I want to hurry up to test it.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-457">ZBXNEXT-457</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=32057\#worklog-32057 RE: [ZBXNEXT-366] Windows template needs improving https://support.zabbix.com/browse/ZBXNEXT-366?focusedId=31101#comment-31101 Mon, 5 Jul 2010 13:02:47 +0300 richlv <p>last two process counting items have been removed for appliance, expected to trickle down to data.sql in next version</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-366">ZBXNEXT-366</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=31101\#worklog-31101 RE: [ZBXNEXT-366] Windows template needs improving https://support.zabbix.com/browse/ZBXNEXT-366?focusedId=31089#comment-31089 Mon, 5 Jul 2010 10:44:41 +0300 Aleksandrs Saveljevs <p>Windows template has the following items for monitoring the number of processes:</p> <p>proc.num[]<br/> system<span class="error">&#91;procrunning&#93;</span><br/> proc_cnt<span class="error">&#91;httpd&#93;</span></p> <p>The last two are outdated, undocumented, and not supported.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-366">ZBXNEXT-366</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=31089\#worklog-31089 RE: [ZBXNEXT-412] Update of Brazilian Portuguese Translation - until 1.8.x/1.9 release 12771 https://support.zabbix.com/browse/ZBXNEXT-412?focusedId=30175#comment-30175 Wed, 16 Jun 2010 17:39:37 +0300 richlv <p>ok, then i'll consider that to be a leftover from some older version - thanks, committed <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-412">ZBXNEXT-412</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=30175\#worklog-30175 RE: [ZBXNEXT-412] Update of Brazilian Portuguese Translation - until 1.8.x/1.9 release 12771 https://support.zabbix.com/browse/ZBXNEXT-412?focusedId=30170#comment-30170 Wed, 16 Jun 2010 17:16:36 +0300 Edson G. Schubert <p>Translations where exported with Zabbix Frontend from release 12771.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=edson">Edson G. Schubert</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-412">ZBXNEXT-412</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=30170\#worklog-30170 RE: [ZBXNEXT-412] Update of Brazilian Portuguese Translation - until 1.8.x/1.9 release 12771 https://support.zabbix.com/browse/ZBXNEXT-412?focusedId=30168#comment-30168 Wed, 16 Jun 2010 17:05:06 +0300 richlv <p>translation has escaped doublequotes - \"Multibyte String\"</p> <p>that should not be necessary - has this translation been created with a recent version of the frontend ?</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-412">ZBXNEXT-412</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=30168\#worklog-30168 RE: [ZBXNEXT-342] Set 'legacy encoding' for email alerts https://support.zabbix.com/browse/ZBXNEXT-342?focusedId=30162#comment-30162 Wed, 16 Jun 2010 15:42:00 +0300 Aleksandrs Saveljevs <p>Thanks!</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=asaveljevs">Aleksandrs Saveljevs</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-342">ZBXNEXT-342</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=30162\#worklog-30162 RE: [ZBXNEXT-342] Set 'legacy encoding' for email alerts https://support.zabbix.com/browse/ZBXNEXT-342?focusedId=30158#comment-30158 Wed, 16 Jun 2010 15:23:20 +0300 Oleksii Zagorskyi <p>This feature request can be closed now because <a href="https://support.zabbix.com/browse/ZBX-2011" class="external-link" rel="nofollow">https://support.zabbix.com/browse/ZBX-2011</a> improved.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=zalex_ua">Oleksii Zagorskyi</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-342">ZBXNEXT-342</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=30158\#worklog-30158 RE: [ZBXNEXT-412] Update of Brazilian Portuguese Translation - until 1.8.x/1.9 release 12771 https://support.zabbix.com/browse/ZBXNEXT-412?focusedId=30142#comment-30142 Wed, 16 Jun 2010 00:07:30 +0300 Edson G. Schubert <p>The mentioned translation file.</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=edson">Edson G. Schubert</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-412">ZBXNEXT-412</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=30142\#worklog-30142 RE: [ZBXNEXT-366] Windows template needs improving https://support.zabbix.com/browse/ZBXNEXT-366?focusedId=29261#comment-29261 Fri, 28 May 2010 19:41:31 +0300 richlv <p>regarding network interfaces, i believe that problem is with the way windows handles network interfaces - zabbix items need interface name, but network interface names are not consistent over windows installations. please correct me if that's wrong, i haven't used windows for a long time now <img class="emoticon" src="https://support.zabbix.com/images/icons/emoticons/smile.png" height="16" width="16" align="absmiddle" alt="" border="0"/></p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-366">ZBXNEXT-366</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=29261\#worklog-29261 RE: [ZBXNEXT-366] Windows template needs improving https://support.zabbix.com/browse/ZBXNEXT-366?focusedId=28692#comment-28692 Thu, 20 May 2010 02:32:55 +0300 Tom <p>For eg cpu %</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=snrzabbix">Tom </a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-366">ZBXNEXT-366</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=28692\#worklog-28692 RE: [ZBXNEXT-286] Configuring templates does not provide good navigation/overview https://support.zabbix.com/browse/ZBXNEXT-286?focusedId=26128#comment-26128 Wed, 31 Mar 2010 17:45:15 +0300 richlv <p>note that displayed items are affected by the filter and subfilter, thus "configuration of items of Template_Linux" might not be feasible - and would be visible in the row header and filter itself already</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=richlv">richlv</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-286">ZBXNEXT-286</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=26128\#worklog-26128 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=22750#comment-22750 Sun, 7 Feb 2010 17:42:01 +0200 Simon DOe <p>I also am requesting this... having problems with only 3 graphs.. they just hve up to 6 lines and legend is 6 lines also... i would need 1 legend only for all 3 graphs to fit on 1024x768</p> <p> dublicates:<br/> <a href="https://support.zabbix.com/browse/ZBX-191" class="external-link" rel="nofollow">https://support.zabbix.com/browse/ZBX-191</a><br/> <a href="https://support.zabbix.com/browse/ZBX-561" class="external-link" rel="nofollow">https://support.zabbix.com/browse/ZBX-561</a><br/> both in wrong section and closed...</p> <p>so it seems hostname is also repeated information...<br/> but all this is needed if looking on the graph alone...<br/> i need to hide legend and hostname or both in SCREEN section and have custom 1 legend for all graphs...</p> <p>like:<br/> "Green: Space, Red: Load, Yellow: Speed"</p> <p>for like 12 graphs.. and undublicated.</p> <p>PS: for me this is not "minor".. im going to seek for another solution than zabbix without this issue</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=smilodon">Simon DOe</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> <tr> <td>Edited by:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=smilodon">Simon DOe</a></td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=22750\#worklog-22750 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=19284#comment-19284 Fri, 27 Nov 2009 23:18:33 +0200 Billy Vierra <p>I also am requesting this... I have a stacked graph with 40 different Items in it and with he legend the graph becomes unusable</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=bvierra">Billy Vierra</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=19284\#worklog-19284 RE: [ZBXNEXT-54] Make graphics legend optional https://support.zabbix.com/browse/ZBXNEXT-54?focusedId=17109#comment-17109 Thu, 10 Sep 2009 11:41:56 +0300 Cal Sawyer <p>To add to this - ability to create arbitrary legend information</p> <br/> <br/> <table> <tr> <td>Author:</td> <td><a href="https://support.zabbix.com/secure/ViewProfile.jspa?name=cal.sawyer">Cal Sawyer</a> (<a href="https://support.zabbix.com/browse/ZBXNEXT-54">ZBXNEXT-54</a>)</td> </tr> </table> https://support.zabbix.com/browse/ZBXNEXT-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedId=17109\#worklog-17109