[ZBX-4119] Host interface for simple checks Created: 2011 Sep 08 Updated: 2017 May 30 Resolved: 2011 Oct 03 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Frontend (F) |
| Affects Version/s: | 1.9.6 (beta) |
| Fix Version/s: | 1.9.7 (beta), 2.0.0 |
| Type: | Incident report | Priority: | Blocker |
| Reporter: | Alexey Pustovalov | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | hostinterfaces | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
trunk revision |
||
| Description |
|
cannot add simple checks, if host have only snmp interface. Error about not found interface. |
| Comments |
| Comment by Alexey Fukalov [ 2011 Sep 23 ] |
|
dev branch: svn://svn.zabbix.com/branches/dev/ZBX-4119 Now creation of items with incorrect interface type must result in error, For simple checks host must have Agent interface. |
| Comment by richlv [ 2011 Sep 23 ] |
|
(1) i believe simple checks should be allowed for any interface type - why not allow pinging an snmp device ? <Vedmak> RESOLVED <asaveljevs> Please review my changes in r22076. <Vedmak> CLOSED |
| Comment by Alexey Pustovalov [ 2011 Sep 23 ] |
|
I agree with Richlv |
| Comment by Alexey Fukalov [ 2011 Sep 26 ] |
|
All items that require interface except agent, snmp, jmx and ipmi will be able to use any interface. Linkage priority: |
| Comment by richlv [ 2011 Sep 26 ] |
|
(2) things like which item types require what interface types & priority should be documented <Vedmak> Could you please add this to documentation, or point me where to add this info? As i see there someone added docs: http://www.zabbix.com/documentation/2.0/manual/config/items/itemtypes |
| Comment by Aleksandrs Saveljevs [ 2011 Oct 03 ] |
|
(3) In frontends/php/api/classes/class.citemgeneral.php:197 there is a conditional that disallows SNMP items with port 65535. Why so? <Vedmak> RESOLVED <asaveljevs> CLOSED |
| Comment by Alexey Fukalov [ 2011 Oct 04 ] |
|
svn://svn.zabbix.com/trunk 22136 |