[ZBX-2693] Undefined index: extAck Created: 2010 Jul 14  Updated: 2017 May 30  Resolved: 2010 Jul 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

add screen element "system status" :
Undefined index: extAck[/srv/www/htdocs/zabbix/include/blocks.inc.php:409]



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 14 ]

branches/1.8 13293

Comment by richlv [ 2010 Jul 16 ]

confirming the fix in 1.8 branch rev 13304.





[ZBX-2695] Actions are sometimes not executed. The problem with caching 'nextid'. Created: 2010 Jul 14  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 8.0-RELEASE-p2
mysql-server-5.5.4
Zabbix last trunk


Attachments: PNG File error_cashing_NEXTID.png    

 Description   

I found this bug thanks to the topic on the forum: http://www.zabbix.com/forum/showthread.php?t=17634
The problem arose because of - ZBXNEXT-338 added caching of eventid's

My configuration:

trigger:

{MyHostName:eventlog[Test].logseverity(0)}

=4
action very simle with one condition: Host = "MyHostName"

My situation: Before the server start up the table 'events' contain one row with eventid = 300000 and in the table 'ids' row 'events' contain nextid = 300000
At the stage of starting the server changes the field 'nextid' to 300256 in table 'ids'. I understand that this is so you intended - caching.

After this GUI uses a table 'ids' to get the next free 'eventid' for table 'events', and the server uses the cache in memory. In the here and there is a problem.

As a result, for example, if a user in the GUI editing trigger multiple times (Diasable and Enable, or modify the expression), then this leads to a unpredictable effect because in the table 'events' events from the GUI will always be written with a more senior 'eventid', compared with those events which write server.

This is a false server behavior such as checking in Action 'events.c', on the condition * (3) UNKNOWN/UNKNOWN/FALSE

How to reproduce the problem - see the picture. There-designed all the necessary observations.
To the problem itself has disappeared, you need the server write to the table 'events' more than 256 (# define ZBX_RESERVE 256) of any event and then the next trigger calculation make write of event with a more big ID and solve the problem with the condition (3) UNKNOWN/UNKNOWN/FALSE "
This problem may not be very inconspicuous on systems where a large flow of events is generated, but little can be quite noticeable.

I see the following two solutions:
1. We must change and improve caching.
2. Edit 'events.c'
as a function of "get_latest_event_status" change the sort order. Now a field that represents the true sequence of events was a field 'clock':

"Order by object desc, objectid desc, eventid desc",
substituted:
"Order by object desc, objectid desc, clock desc, eventid desc",

I tested the second solutions and it helped - OK messages always come.

I have a debug log file server with the problem of the picture if need be I will send.



 Comments   
Comment by Alexander Vladishev [ 2010 Jul 19 ]

Confirmed in r13350.

Comment by Alexander Vladishev [ 2010 Jul 19 ]

Fixed in pre1.8.3, r13365.

Comment by Oleksii Zagorskyi [ 2010 Jul 20 ]

Thanks, i testes yesterday and all fine, except one - i think is need to add More info in debug log about reason in skip action.
Now in debug log presented simple one string "Skip actions". Is not informative.

Comment by Alexander Vladishev [ 2010 Jul 20 ]

Thanks, I open a new issue ZBXNEXT-455 (feature requests).





[ZBX-2713] incorrect api error message when attempting to create a host Created: 2010 Jul 17  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

sending a host creation request returns an error about user group creation. furthermore, current user actually is zabbix superadmin.

{"auth":"8b7483a0a94205159da9fa07c67f8740","method":"host.create","id":14,"params":{"groups":[

{"groupid":1}

],"host":"Server 12"},"jsonrpc":"2.0"}

{"jsonrpc":"2.0","error":

{"code":-32500,"message":"Application error.","data":"[ CHost::create ] Only Super Admins can add User Groups"}

,"id":14}



 Comments   
Comment by richlv [ 2010 Jul 17 ]

it actually looks like it's not possible to add host using the api at all

Comment by Alexey Fukalov [ 2010 Jul 19 ]

fixed error message in : branches/1.8 13340
does group with id 1 exists?

Comment by richlv [ 2010 Aug 10 ]

confirming the fix in trunk rev 13895





[ZBX-2714] new untranslatable string introduced : "Image is used in ZABBIX map" Created: 2010 Jul 17  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

a new untranslatable string has been introduced - "Image is used in ZABBIX map"



 Comments   
Comment by richlv [ 2010 Jul 17 ]

located in api/classes/class.cimage.php

Comment by Alexey Fukalov [ 2010 Jul 19 ]

branches/1.8 13343





[ZBX-2583] Can't create media type Created: 2010 Jun 19  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix pre1.8.3, rev.12952


Attachments: JPEG File screenshot-1.jpg    

 Description   
  • Error in query [INSERT INTO media_type (mediatypeid,type,description,smtp_server,smtp_helo,smtp_email,exec_path,gsm_modem,username,passwd) VALUES (1,1,'script','','','','mail.sh','','','')] [Duplicate entry '1' for key 1]
  • [ CMediatype::create ] DBEXECUTE_ERROR


 Comments   
Comment by Alexey Fukalov [ 2010 Jun 21 ]

ZBX-2583

Comment by Alexander Vladishev [ 2010 Jun 22 ]

Can non save password for Jabber medias.

Comment by Alexey Fukalov [ 2010 Jun 22 ]

fixed

Comment by Alexey Fukalov [ 2010 Jun 22 ]

branches/1.8 13023





[ZBX-2596] Can not create (save) telnet item Created: 2010 Jun 21  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix frontend v. pre1.8.3, r12990.


Attachments: JPEG File screenshot-1.jpg    

 Description   

Error in query [INSERT INTO items (itemid,description,key_,hostid,delay,history,status,type,snmp_community,snmp_oid,value_type,data_type,trapper_hosts,snmp_port,
units,multiplier,delta,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,trend
s,logtimefmt,valuemapid,delay_flex,params,ipmi_sensor,templateid,authtype,username,password,publickey,privatekey) VALUES
(286923,'telnet','telnet.run[test,192.168.3.70]',10017,30,90,0,14,'','',1,0,'',0,'',0,0,'',0,'','','',,'',,'','echo 123','',0,0,'user','pass','','')] [You have an
error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''',,'','echo
123','',0,0,'user','pass','','')' at line 1]



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 22 ]

ZBX-2596

Comment by richlv [ 2010 Jun 22 ]

confirming the fix in dev branch rev 13022.

Comment by Alexey Fukalov [ 2010 Jun 22 ]

branches/1.8 13027





[ZBX-2545] creating a screen without ids table entry fails Created: 2010 Jun 13  Updated: 2017 May 30  Resolved: 2010 Jun 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch rev 12732


Issue Links:
Duplicate
is duplicated by ZBX-2550 Database error when importing template Closed

 Description   

creating a new screen without ids table entry for "screens" table fails :

Error in query [INSERT INTO screens (screenid,name,hsize,vsize) VALUES (2,'CPU loads',2,2)] [Duplicate entry '2' for key 'PRIMARY']
DBEXECUTE_ERROR



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 14 ]

ZBX-2545

Comment by richlv [ 2010 Jun 15 ]

confirming the fix in dev branch rev 12771.

Comment by Dennis Jacobfeuerborn [ 2010 Jun 16 ]

I ran revision 12771 and the bug is still happening (I reported it here together with a proposed solution: https://support.zabbix.com/browse/ZBX-2550 )

I just downloaded revision 12788 and looked at the reserveIds() functions and it still doesn't seem to calculate the correct $nextid when no entry in the "ids" tables exists yet for the desired table counter.

Comment by richlv [ 2010 Jun 16 ]

can't reproduce the problem with svn head. are you sure you had svn head when testing ?

Comment by Dennis Jacobfeuerborn [ 2010 Jun 16 ]

You said this was fixed in 12771 but I ran into that problem with exactly that revision and reported the bug which was then marked as a duplicate of this one.
I've looked at the code in the latest snapshot 12788 and the logic in there still doesn't seem to be fixed. It should be noticed that this will only happen when there is not yet an entry in the "ids" table for the counter. Take a look at the relevant code segment in db.inc:

else

{ $sql = 'SELECT max('.$id_name.') AS id'. ' FROM '.$table. ' WHERE '.$id_name.'>='.$min. ' AND '.$id_name.'<='.$max; $row = DBfetch(DBselect($sql)); $nextid = (!$row || is_null($row['id'])) ? $min : $row['id']; $sql = 'INSERT INTO ids (nodeid,table_name,field_name,nextid) '. ' VALUES ('.$nodeid.','.zbx_dbstr($table).','.zbx_dbstr($id_name).','.($nextid + $count).')'; if(!DBexecute($sql)) self::exception(self::DBEXECUTE_ERROR, 'DBEXECUTE_ERROR'); }

return $nextid;

The select statement get MAX($id_name) which ist the last used id. It then assigns that to $nextid which then gets returned.
The result is that the function returns the last used id and not the next free id as it should.

The reason for this issue is I think the wrong naming of the column "nextid" in the "ids" table. It seems that column holds not the next id but the last used one. That leads to some semantic confusion and to the two codepaths delivering different results.

Comment by Alexey Fukalov [ 2010 Jun 17 ]

should be fixed in 12853, fixed in another branch

Comment by richlv [ 2010 Jun 17 ]

so i suppose we can close this one





[ZBX-2807] Broken e-mail if subject contain macro {TRIGGER.NAME} ant trigger contain {ITEM.VALUE} in name Created: 2010 Aug 03  Updated: 2017 May 30  Resolved: 2010 Aug 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Blocker
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last trunk revision


Attachments: PNG File 1.received_Text_ENG.png     PNG File 2.received_кирилица_RUS.png    

 Description   

Configuration:

Subject:
DEBUG

{HOSTNAME}

:

{STATUS}

|

{ITEM.NAME}

| EVENT.ID:

{EVENT.ID}

| Server timestamp =

{DATE}

{TIME}

| TRIGGER.NAME:

{TRIGGER.NAME}
Message:
***************************************************
TRIGGER.NAME: {TRIGGER.NAME}

ITEM.VALUE1:

{ITEM.VALUE1}

ITEM.LOG.EVENTID1:

{ITEM.LOG.EVENTID1}

ITEM.LOG.SOURCE1:

{ITEM.LOG.SOURCE1}

ITEM.LOG.AGE1:

{ITEM.LOG.AGE1}

***************************************************
ITEM.LASTVALUE1:

{ITEM.LASTVALUE1}

Trigger name:
Tr_Test_error

{ITEM.VALUE}

Tested in 4 clients. Screen shot from Outlook 2007 WinXPSP3.



 Comments   
Comment by Alexei Vladishev [ 2010 Aug 04 ]

We've seen similar problem with buggy handling of Base64 by MS Exchange. Are you sure MS Exchange works fine?

Comment by Oleksii Zagorskyi [ 2010 Aug 04 ]

No, this is Mdaemon 11.0.0, no MS Exchang and no buggy handling of Base64
The problem of precisely defined.
Configuration can be greatly simplified:

Subject:
ITEM.VALUE:

{ITEM.VALUE}

or
ITEM.LASTVALUE:

{ITEM.LASTVALUE}

Message:
***************************************************

Values of the obtained from windows event log ALWAYS!!!! terminated with EOL. This EOL symbol is naturally stored in the database in the row 'value'.
Although the original value in the event log symbol EOL no!
It seems like everything is going from the problem ZBX-2203.

Mail without problem (subject not contain macroses {ITEM.LASTVALUE}

or

{ITEM.LASTVALUE}

):

From:<xxx>
To:<xxx>
Date: Wed, 04 Aug 2010 13:30:30 +0300
Subject: DEBUG it2: PROBLEM | It_Test_log | EVENT.ID: 306154 | Server timestamp = 2010.08.04 13:30:29
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq

Mail WITH problem (additionaly EOL between Subject: and MIME is from Zabbix !!!):

From:<xxx>
To:<xxx>
Date: Wed, 04 Aug 2010 13:39:19 +0300
Subject: ITEM.VALUE: text

MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq

This leads to the problem mentioned in the topic query.

Perhaps it will be right to improve the formation of subjects, always removing away from it all the EOL after calculating the macro before the formation of Subject line. IMHO.
And better to resolve ZBX-2203 also.

Comment by Oleksii Zagorskyi [ 2010 Aug 04 ]

Additionally, if macro

{ITEM.VALUE}

not last in subject, then is no problem:
Config subject:
ITEM.LASTVALUE:

{ITEM.LASTVALUE}

SOME TEXT

Result without problem visible in clients:
From:<xxx>
To:<xxx>
Date: Wed, 04 Aug 2010 14:30:35 +0300
Subject: ITEM.LASTVALUE: text
SOME TEXT
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq

Comment by Oleksii Zagorskyi [ 2010 Aug 06 ]

I also tested. Now all is well.

Comment by Aleksandrs Saveljevs [ 2010 Aug 06 ]

Fixed in pre-1.8.3 in r13823.





[ZBX-2689] "nbsp" in multiple locations Created: 2010 Jul 13  Updated: 2017 May 30  Resolved: 2010 Dec 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File 191_NBSP_persist-184rc2-NO.png    

 Description   

in several locations   is used

1. dashboard, popups in favourites blocks for adding & removing;
2. in maps, element popup menu if element has url defined



 Comments   
Comment by richlv [ 2010 Jul 15 ]

regression -> blocker

Comment by Alexey Fukalov [ 2010 Jul 15 ]

branches/1.8 13299

Comment by richlv [ 2010 Jul 16 ]

confirming the fix in 1.8 branch rev 13304.

Comment by Oleksii Zagorskyi [ 2010 Oct 21 ]

Founded one new also. Tip (mouse over) for widget Favourite graphs -> Add simple grap...
And shifts your attention to the ending " grap..." in pop-up.

Comment by Oleksii Zagorskyi [ 2010 Oct 25 ]

If you do not want to forget about my previous message, then REOPEN this request please.

Comment by richlv [ 2010 Oct 25 ]

confirming nbsp and "Simple grap..." problem

Comment by Alexey Fukalov [ 2010 Dec 09 ]

Does this still exist in latest 1.8?
If yes, attach screenshot please.

Comment by Oleksii Zagorskyi [ 2010 Dec 09 ]

Yes, i'm sorry. problem is exist only in trunk branche. I always live in the trunk and did not think that NBSP can affect only the trunk
See screenshot "191_NBSP_persist-184rc2-NO" ftom latest revisions.
Tested in Opera10.63, IE8.
Shortening the menu is registered as a separate issue ZBX-3241

So I think this issue can be closed, once again sorry for my mistake, I do not know how I made this, it's not my style

Comment by richlv [ 2010 Dec 09 ]

there still are nbsps in dashboard in trunk, so i guess that could be dealt under this issue

Comment by Alexey Fukalov [ 2010 Dec 10 ]

dev branch: ZBX-2689

Comment by richlv [ 2010 Dec 14 ]

confirming the fix in dev branch rev 16060. leaving as is for code review

Comment by Alexey Fukalov [ 2010 Dec 14 ]

trunk 16079





[ZBX-2694] custom graphs not displayed in slideshows Created: 2010 Jul 14  Updated: 2017 May 30  Resolved: 2010 Jul 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

create a screen with one cell, insert one custom graph in it, add to slideshow - graph is not shown in the slideshow monitoring



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 16 ]

branches/1.8 13305

Comment by richlv [ 2010 Jul 17 ]

confirming the fix in 1.8 branch rev 13332.





[ZBX-2697] maintenances w/o host or hostgroup are not shown Created: 2010 Jul 15  Updated: 2017 May 30  Resolved: 2010 Jul 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

add a maintenance without adding any host or hostgroup to it. the maintenance is added to the database, but is not displayed in the frontend.



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 16 ]

ZBX-2697
it's forbidden now to create maintenance without any host or group.
also maintenace api changed, all operations are made via api, permission checks added.

Comment by richlv [ 2010 Jul 17 ]

edit : dev branch rev 13332.

it is not possible to delete maintenance anymore : "You do not have permission to perform this operation"

Comment by Alexey Fukalov [ 2010 Jul 19 ]

hmm, is it maintenance without any host\hostgroups?
or you cannot delete any maintenance?

Comment by Alexei Vladishev [ 2010 Jul 20 ]

It happens if you add a maintenance period with a single group assigned.

Please also fix old-style permission check in this form.

Comment by Alexey Fukalov [ 2010 Jul 20 ]

fixed

Comment by Alexei Vladishev [ 2010 Jul 21 ]

Tested, feel free to merge.

Comment by Alexey Fukalov [ 2010 Jul 21 ]

branches/1.8 13472





[ZBX-2738] 1.8.3rc1 frontend have many problems in Ukrainian and French languages Created: 2010 Jul 23  Updated: 2017 May 30  Resolved: 2010 Jul 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8.3rc1



 Description   

In 1.8.3rc1 frontend have many problems in Ukrainian and French languages of web-interfece
The reason I think that in these two languages are very often used an escaped apostrophe in strings translation \'
Probably some of the lines causing the problem.
Result:

  • top menu not clicked by mouse
  • cancel button not work in all places
  • and other....

I determined that this problem has started still from branches/dev/dev-465 revision 13330

Additionally: with English locale open in IE8 items.php and you see some error on page is present - icon in window status. And after try to open or create Item - is impossible.

Tested on two different zabbix installation, from two different workstation in several browsers.



 Comments   
Comment by Igor Danoshaites (Inactive) [ 2010 Jul 23 ]

Hi!
Problem with creating items has been fixed.

Comment by Artem Suharev (Inactive) [ 2010 Jul 23 ]

Fixed in 1.8 and trunk

Comment by Oleksii Zagorskyi [ 2010 Jul 23 ]

Tested. Now all fine. Thanks.





[ZBX-2686] item updating upon template linkage does not work Created: 2010 Jul 13  Updated: 2017 May 30  Resolved: 2010 Jul 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

if one attempts to link a template to a host that already has items with such keys, it fails.

at least with the mass update, this results in broken configuration - template is sort of linked, but items are not



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 19 ]

ZBX-2686

Comment by Alexey Fukalov [ 2010 Jul 22 ]

branches/1.8 13536





[ZBX-2855] GUI broken in Opera browser Created: 2010 Aug 10  Updated: 2017 May 30  Resolved: 2010 Aug 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

only in Opera 10.60 browser. WinXP.
started from trunk revision 13906 - ZBX-2732 fixed undefined variables (Aly)


Attachments: PNG File 1.Opera_GUI_broken.png     PNG File bad-login-form.png    

 Description   

In all pages all tables is broken.

Guys, I'm really tired so often make requests, but I can not keep silent when I find some problem. Maybe it's time to relax on vacation



 Comments   
Comment by richlv [ 2010 Aug 11 ]

can't reproduce in opera 10.11 on linux

Comment by Oleksii Zagorskyi [ 2010 Aug 11 ]

I tested in two different Zabbix installation (FreeBSD8.0, CentOS5), from two different workstation with WinXP SP3 Rus, latest Opera 10.60 built 3445

Comment by Aleksandrs Saveljevs [ 2010 Aug 11 ]

See bad-login-form.png for another example.

Comment by richlv [ 2010 Aug 11 ]

this should be fixed now - could everybody seeing the issue confirm that it's ok now ?

Comment by Aleksandrs Saveljevs [ 2010 Aug 11 ]

Looks good!





[ZBX-2803] agent does not compile on HP-UX Created: 2010 Aug 02  Updated: 2017 May 30  Resolved: 2010 Aug 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.3rc2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Blocker
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

$ make install > /dev/null
No suffix list.
No suffix list.
No suffix list.
No suffix list.
cc: "../../../include/zbxalgo.h", line 253: warning 558: Empty declaration.
cc: "../../../include/zbxalgo.h", line 253: warning 558: Empty declaration.
cc: "../../../include/zbxalgo.h", line 253: warning 558: Empty declaration.
cc: "../../../include/zbxalgo.h", line 253: warning 558: Empty declaration.
cc: "hashset.c", line 143: error 1539: Cannot do arithmetic with pointers to objects of unknown size.
cc: "hashset.c", line 143: warning 563: Argument #1 is not the correct type.
cc: "hashset.c", line 143: error 1539: Cannot do arithmetic with pointers to objects of unknown size.
cc: "hashset.c", line 143: warning 563: Argument #2 is not the correct type.
cc: "hashset.c", line 143: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "hashset.c", line 143: warning 563: Argument #3 is not the correct type.
Stop.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Aug 02 ]

Fixed in pre-1.8.3 in r13771.

Comment by Aleksandrs Saveljevs [ 2010 Aug 06 ]

Added detection of socklen_t in pre-1.8.3 in r13816.





[ZBX-2764] Not received "database monitor" from proxy Created: 2010 Jul 26  Updated: 2017 May 30  Resolved: 2010 Jul 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Blocker
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

for trunk version items with type "database monitor" received to zabbix_server from zabbix_proxy, but data not writes into DB



 Comments   
Comment by Alexey Pustovalov [ 2010 Jul 26 ]

i found in libs/zbxdbhigh/proxy.c in function process_mass_data():

if (item.type != ITEM_TYPE_TRAPPER && item.type != ITEM_TYPE_ZABBIX_ACTIVE)
if (0 != proxy_hostid && (item.type == ITEM_TYPE_INTERNAL ||
item.type == ITEM_TYPE_AGGREGATE ||
item.type == ITEM_TYPE_DB_MONITOR))
continue;

why if proxy_hostid != 0 for item with type db monitor not processed values? oO

Comment by Alexey Pustovalov [ 2010 Jul 27 ]

tested with:
if (item.type != ITEM_TYPE_TRAPPER && item.type != ITEM_TYPE_ZABBIX_ACTIVE)
if (0 != proxy_hostid && (item.type == ITEM_TYPE_INTERNAL ||
item.type == ITEM_TYPE_AGGREGATE))
continue;

items with type DB information via proxy working for me now)

Comment by Aleksandrs Saveljevs [ 2010 Jul 27 ]

Fixed in pre-1.8.3 in r13647.





[ZBX-2638] can't mass update triggers Created: 2010 Jul 01  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

mass update triggers, try to change severity :
Error in query [UPDATE triggers SET expression='

{14414}

=0', description='ackmacro1 missing', priority=3, WHERE triggerid=14368] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE triggerid=14368' at line 1]



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 01 ]

branches/1.8 13138

Comment by richlv [ 2010 Jul 01 ]

confirming the fix in trunk rev 13143.





[ZBX-2383] Zabbix Server/Proxy crash while updating configuration cache Created: 2010 Apr 27  Updated: 2017 May 30  Resolved: 2010 Apr 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Alexander Vladishev
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File zabbix_server.log    

 Description   

CacheSize=1M

Number of hosts: 29
Number of items: 700



 Comments   
Comment by Alexander Vladishev [ 2010 Apr 27 ]

Fixed in pre1.8.3, r11735





[ZBX-2296] Zabbix Server dies when using internal checks Created: 2010 Apr 09  Updated: 2017 May 30  Resolved: 2010 Apr 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

The problem appears on the heavy loaded systems at usage of internal checks, for example zabbix [queue].

9342:20100330:154713.734 Starting Zabbix Server. Zabbix 1.8.3 (revision 11212).
...
9350:20100330:154715.602 server #7 started [Poller. SNMP:YES]
9347:20100330:154715.634 server #4 started [Poller. SNMP:YES]
...
9369:20100330:154715.777 server #19 started [Trapper]
...
/usr/local/sbin/zabbix_server [9350]: Lock failed [Interrupted system call]
/usr/local/sbin/zabbix_server [9347]: Lock failed [Interrupted system call]
9369:20100330:155012.416 Sending list of active checks to [x.x.x.x] failed: host [xxxxxxxx] not monitored
...
9342:20100330:155137.403 One child process died (PID:9369). Exiting ...
9342:20100330:155139.407 Syncing history data...
9342:20100330:155139.439 Insufficient shared memory for ids



 Comments   
Comment by Alexander Vladishev [ 2010 Apr 12 ]

Available at version pre-1.8.3, revision 11431





[ZBX-2497] Not working timeline for chart2.php in screens.php Created: 2010 Jun 02  Updated: 2017 May 30  Resolved: 2010 Jun 04

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

zabbix send stime in format YmdHi, but zbxDateToTime function need format YmdHis!!



 Comments   
Comment by Alexey Pustovalov [ 2010 Jun 02 ]

1. go to sreens
2. change time in timeline
3. graphs show period - currenttime, but not selected time interval!

Comment by richlv [ 2010 Jun 02 ]

confirming in trunk rev 12409. regression, blocker.

Comment by Artem Suharev (Inactive) [ 2010 Jun 04 ]

Fixed with ZBX-2473





[ZBX-2489] server crashes when data is sent in using ad-hoc protocol Created: 2010 May 31  Updated: 2017 May 30  Resolved: 2010 May 31

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Blocker
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Revision 8066 removed parsing of value:

$ svn di -c 8066 trapper.c | tail -12

@@ -693,10 +615,6 @@
zbx_strlcpy(av.key, pl, sizeof(av.key));
*pr = ':';

  • av.value = pr + 1;
  • av.lastlogsize = 0;
  • av.timestamp = 0;
  • av.source = NULL;
    av.severity = 0;
    }

The value field remains NULL and the server crashes when it tries to dereference it.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 May 31 ]

Fixed in pre-1.8.3 in r12398.





[ZBX-2034] Critical Error by click on IT SERVICES AVAILABILITY REPORT "Service_Name" Created: 2010 Feb 18  Updated: 2017 May 30  Resolved: 2010 Feb 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Oskar Iossad Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix v1.8.2.build10230
RHEL v5.4 2.6.18-164.9.1.el5 #1 SMP x86_64
PHP version 5.3.1
PHP memory limit 512M
PHP post max size 64M
PHP upload max filesize 16m
PHP max execution time 600
PHP timezone Europe/Berlin
PHP databases support MySQL
PHP BC math yes
PHP MB string yes
PHP Sockets yes
PHP GD 2.0.34
GD PNG Support yes
libxml module 2.6.26
ctype module yes


Attachments: JPEG File service_report-1.jpg     JPEG File step-1.jpg     JPEG File step-2.jpg    

 Description   

see screenshot



 Comments   
Comment by Oskar Iossad [ 2010 Feb 18 ]

reproduktion of error, step-1

Comment by Oskar Iossad [ 2010 Feb 18 ]

reproduktion of error, step-2

Comment by richlv [ 2010 Feb 18 ]

confirming in trunk rev 10226

Comment by Artem Suharev (Inactive) [ 2010 Feb 22 ]

Fixed very trivial. svn://svn.zabbix.com/branches/dev/zbxnext-23

Comment by richlv [ 2010 Feb 22 ]

confirming the fix in dev branch & trunk, rev 10317.





[ZBX-2274] Trigger expression corruption by trigger wizard Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Maxim Andruhovich (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix-1.8.2.r10230


Issue Links:
Duplicate

 Description   

Trigger expression created with trigger wizard get corrupted, after opening this expression with trigger wizard to edit & press button "save".



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 06 ]

svn://svn.zabbix.com/branches/dev/ZBX-2274

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 06 ]

svn://svn.zabbix.com/branches/dev/ZBX-2274

Comment by richlv [ 2010 Apr 07 ]

confirming the fix in dev branch rev 11355.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 07 ]

Bug fixed in version pre 1.8.3 revision 11378





[ZBX-2740] Can not create items in IE7 Created: 2010 Jul 23  Updated: 2017 May 30  Resolved: 2010 Jul 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 23 ]

Fixed directly in 1.8 & trunk

Comment by Oleksii Zagorskyi [ 2010 Jul 23 ]

Guys, this problem is reported to me yet tonight in ZBX-2738

Comment by Igor Danoshaites (Inactive) [ 2010 Jul 23 ]

Confirm the fix in 1.8 branch.





[ZBX-2753] can't drag-zoom in a screen Created: 2010 Jul 24  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

try drag-zooming a graph in a screen - it opens the graph instead.

reproducible with a single custom graph in a screen



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 26 ]

Tested all browsers, cannot reproduce.

Comment by Alexei Vladishev [ 2010 Jul 26 ]

I cannot reproduce it either under Firefox on Linux.

Comment by Alexei Vladishev [ 2010 Jul 26 ]

Rich, we need your help!

Comment by richlv [ 2010 Jul 26 ]

opera 10.10, linux. single screen with custom graph, set as dynamic.
dragging from left to right works, dragging from right to left opens the graph instead

Comment by richlv [ 2010 Jul 27 ]

ok... looks like thee direction does not matter (that much). the point and/or period matters. for example, dragging from the middle of the graph to the left edge seems to trigger the problem. graph dimensions are 500x100

Comment by Artem Suharev (Inactive) [ 2010 Jul 27 ]

There is Opera 10.60 available for linux, I would suggest to update it first, because other browsers work properly.

Comment by richlv [ 2010 Aug 10 ]

assuming that it's a bug with some opera versions.
10.60 doesn't work with kde/qt3, though, so this might come up later...





[ZBX-2846] "Undefined index: sort" with screen element "history of actions" Created: 2010 Aug 09  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Undefined index: sort[/home/main/usr/local/apache2/htdocs/trunk/include/func.inc.php:1186]



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

Fixed directly in 1.8 and trunk

Comment by richlv [ 2010 Aug 10 ]

confirming the fix in trunk rev 13892.





[ZBX-2849] Maps editor not working Created: 2010 Aug 10  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk rev 13895.
changes between 9 august and today 10 august


Attachments: PNG File 1.map_editor _error.png    

 Description   

Try to edit some map.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

Fixed directly in 1.8 and trunk

Comment by richlv [ 2010 Aug 10 ]

confirming the fix in trunk rev 13897.





[ZBX-2754] errors when trying to drag-zoom in a screen Created: 2010 Jul 24  Updated: 2017 May 30  Resolved: 2010 Jul 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

single screen with custom graph, drag-zoom :

Undefined variable: groupids[/srv/www/htdocs/zabbix/include/classes/class.cpagefilter.php:179]
array_keys() expects parameter 1 to be array, null given[/srv/www/htdocs/zabbix/include/classes/class.cpagefilter.php:179]
reset() expects parameter 1 to be array, null given[/srv/www/htdocs/zabbix/include/classes/class.cpagefilter.php:180]



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 26 ]

Well I didn't managed to reproduce, but fixed by code review. Fixed in 1.8 and trunk

Comment by Alexei Vladishev [ 2010 Jul 26 ]

Rich, please, confirm this fix.

Comment by richlv [ 2010 Jul 27 ]

confirming the fix in 1.8 branch rev 13653





[ZBX-2839] sql error in "triggers info" screen element Created: 2010 Aug 09  Updated: 2017 May 30  Resolved: 2010 Aug 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

trunk rev 13862

single server setup, screen element "triggers info"

Error in query [select * from nodes where nodeid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
mysql_fetch_assoc() expects parameter 1 to be resource, boolean given[/usr/local/apache2/htdocs/trunk/include/db.inc.php:544]
mysql_free_result() expects parameter 1 to be resource, boolean given[/usr/local/apache2/htdocs/trunk/include/db.inc.php:546]



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

In branches

Comment by richlv [ 2010 Aug 09 ]

confirming the fix in dev branch rev 13870.
shouldn't this go into 1.8.3, though ?

Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

implemented





[ZBX-2704] favourite link to slideshow doesn't work Created: 2010 Jul 16  Updated: 2017 May 30  Resolved: 2010 Jul 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

regression. a favourite link to a slideshow opens as a screen instead



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 16 ]

branches/1.8 13315

Comment by richlv [ 2010 Jul 17 ]

confirming the fix in 1.8 branch rev 13332.





[ZBX-2703] "Undefined variable: table" in node setup Created: 2010 Jul 15  Updated: 2017 May 30  Resolved: 2010 Jul 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

new setup, convert the db to distributed setup. open local node properties :
Undefined variable: table[/srv/www/htdocs/zabbix/nodes.php:256]



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 16 ]

branches/1.8 13311

Comment by richlv [ 2010 Jul 17 ]

confirming the fix in 1.8 branch rev 13332.





[ZBX-2719] Historical data can be delayed one minute in frontend Created: 2010 Jul 19  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix pre1.8.3, r13354.


Attachments: JPEG File triggers.jpg    

 Description   

See screenshot.
After a while all data is displayed normally



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 19 ]

ZBX-2719

Comment by Alexey Fukalov [ 2010 Jul 19 ]

branches/1.8 13369





[ZBX-2411] When zabbix_server is stopped, the error is recorded in the log Created: 2010 May 06  Updated: 2017 May 30  Resolved: 2010 May 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

18842:20100430:143102.792 Syncing history data...
/usr/local/sbin/zabbix_server [18842]: Unable to reallocate buffer
zabbix_server: misc.c:1561: uint64_array_add: Assertion `0' failed.



 Comments   
Comment by Alexander Vladishev [ 2010 May 10 ]

Fixed in version pre1.8.3, r11861





[ZBX-2461] Trigger expression dont understand constants K,M,G Created: 2010 May 25  Updated: 2017 May 30  Resolved: 2010 May 31

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Fyodor Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

PHP 5.2.10 (cli) (built: Dec 22 2009 18:51:51)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies


Issue Links:
Duplicate

 Description   

Trigger expression don't understood constants G,M,K
When i try to create trigger with it or update existing trigger (created in 1.8.2) i get error
Not allowed symbols or sequence of symbols in expression element detected: Check expression part starting from '>2G'
Trigger expression like

{HOST:dir.size[usercheck].last(0)}

>2G



 Comments   
Comment by richlv [ 2010 May 25 ]

that's probably a different bug, but additionally, an expression like :

{A Test Host:traptest.avg(3600)}

/

{A Test Host:traptest.avg(3600,86400)}

>1
fails with an incorrect message:
Function '' does not accept parameters. Check expression part starting from '(3600,86400)}>1'

edit : this seems to happen with all functions that accept fore than one parameter

Comment by Maxim Andruhovich (Inactive) [ 2010 May 26 ]

svn://svn.zabbix.com/branches/dev/ZBX-2461

Comment by Maxim Andruhovich (Inactive) [ 2010 May 28 ]

Bug fixed in version pre 1.8.3 revision 12346

Comment by Jimmy Cappaert [ 2010 May 30 ]

I don't think this is fixed. Just tried an import in pre-zabbix-1.8.3.x-12366, got the same error again while adding a trigger that checks on port 3000 via TCP.

"Not allowed symbols or sequence of symbols in expression element detected: Check expression part starting from 'tcp,3000.avg(600)}=0'"

Trigger details from import:

<trigger>
<description>CASP</description>
<type>0</type>
<expression>{{HOSTNAME}:tcp,3000.avg(600)}=0</expression>
<url></url>
<status>0</status>
<priority>4</priority>
<comments></comments>
</trigger>

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

confirming, not fixed, forgot about simple checks

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

fixed, please see revision 12378

Comment by richlv [ 2010 May 31 ]

dev branch rev 12393.

user macro doesn't work as a parameter for a simple check, for example :

{Host:ssh,{$SSH_PORT}.last(0)}=0

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

Sorry, forgot about macros, now all macros should work, see revision 12394

Comment by richlv [ 2010 May 31 ]

confirming the fix in dev branch rev 12398.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

Bug fixed in version pre 1.8.3 revision 12400

Comment by Gao Bo [ 2011 Sep 06 ]

The K/M/G in trigger now stands for 1024/1024*1024/1024*1024*1024, but in Graph, it stands for 1,000/1,000,000/1,000,000,000, this will cause a lot confusion. In real world, 1KB mean 1024 bytes memory, or 1000bytes disk space. For network traffic, it follow same rules of disk space. can we use a more consistent way to use K/M/G, and add a switch to control the meaning?





[ZBX-2459] Trigger value do not change to UNKNOWN when disabling trigger Created: 2010 May 25  Updated: 2017 May 30  Resolved: 2010 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch r12235


Attachments: JPEG File screenshot-1.jpg    

 Comments   
Comment by Alexander Vladishev [ 2010 May 25 ]

Value of the trigger should vary to the UNKNOWN only in case of change of a state of the trigger to the DISABLED

Comment by Artem Suharev (Inactive) [ 2010 May 25 ]

Fixed in svn://svn.zabbix.com/branches/dev/zbx-2459

Comment by Artem Suharev (Inactive) [ 2010 May 27 ]

Fixed.

Comment by Artem Suharev (Inactive) [ 2010 Jun 09 ]

Fixed.

Comment by Artem Suharev (Inactive) [ 2010 Jun 10 ]

Implemented





[ZBX-2595] Can not create (save) log item- appears error "Warning. Field [logtimefmt] is mandatory" Created: 2010 Jun 21  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Igor Danoshaites (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Can not create (save) log item- appears error "Warning. Field [logtimefmt] is mandatory"
Also for the log item in the item creation form does NOT appear "Log time format" field.



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 21 ]

svn://svn.zabbix.com/branches/dev/ZBX-2595

Comment by Igor Danoshaites (Inactive) [ 2010 Jun 21 ]

Error in the frontend when using Postgre DB:

  1. pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: syntax error at or near "," LINE 1: ...g for",,200]',10047,30,90,0,7,'','',2,0,'',0,'',0,,'',0,'','... ^[C:\Program Files\Xampp\xampp\htdocs\Zabbix\ZBX-2595\frontends\php\include\db.inc.php:491]
  2. Error in query [INSERT INTO items (itemid,description,key_,hostid,delay,history,status,type,snmp_community,snmp_oid,value_type,data_type,trapper_hosts,snmp_port,units,multiplier,delta,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,formula,trends,logtimefmt,valuemapid,delay_flex,params,ipmi_sensor,templateid,authtype,username,password,publickey,privatekey) VALUES (29860,'loggggggg','log["/home/igor/logs/1.8_logs/zabbix_server2.log","Sleeping for",,200]',10047,30,90,0,7,'','',2,0,'',0,'',0,,'',0,'','','',,'',,'','','',0,0,'','','','')] [ERROR: syntax error at or near "," LINE 1: ...g for",,200]
Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 21 ]

see revision 12996

Comment by Igor Danoshaites (Inactive) [ 2010 Jun 21 ]

Now when using PG and MySQL DB all is fine-can save log item.

Comment by Igor Danoshaites (Inactive) [ 2010 Jun 21 ]

Please merge the changes with 1.8branch.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 21 ]

Bug fixed in version pre 1.8.3 revision 13002





[ZBX-2540] highlighting & border regressions Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Jun 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File zsnmpipmi.png    

 Description   

1. history for text items - all rows are too dark & no alternating;

2. adding/configuring screen element - table borders are visible;

3. screen item 'plain text' for text item - no alternating colours.



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Jun 12 ]

ALSO: history for Log items - all rows are too dark & no alternating;

Comment by Aleksandrs Saveljevs [ 2010 Jun 14 ]

Z, SNMP, IPMI icons are too close. They used to be spaced farther apart.

Comment by Alexey Fukalov [ 2010 Jun 14 ]

ZBX-2540

Comment by Oleksii Zagorskyi [ 2010 Jun 14 ]

Tested branches/dev/ZBX-2540.
Now all fine for me

Comment by richlv [ 2010 Jun 14 ]

looks ok in dev branch rev 12756.

Comment by Alexey Fukalov [ 2010 Jun 14 ]

branches/1.8 12757





[ZBX-2519] maintenance start/end dates reset upon most operations Created: 2010 Jun 08  Updated: 2017 May 30  Resolved: 2010 Jun 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk rev 12594


Issue Links:
Duplicate

 Description   

add a new one or edit existing maintenance, set main period to end at some point in future. add new one or edit existing small period - both starting and ending main period is set to now(). extremely bad usability



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 10 ]

svn://svn.zabbix.com/branches/dev/ZBX-2519

Comment by richlv [ 2010 Jun 10 ]

confirming the fix in dev branch rev 12673.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 10 ]

Bug fixed in version pre 1.8.3 revision 12672, it was done by Artem, before I merged this bug branch





[ZBX-2658] cannot select application for Web monitoring Created: 2010 Jul 06  Updated: 2017 May 30  Resolved: 2010 Jul 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r13199 of 1.8


Attachments: PNG File select-application.png    

 Description   

When choosing an application for Web monitoring, the error seen on select-application.png occurs.



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 07 ]

branches/1.8 13203

Comment by richlv [ 2010 Jul 07 ]

confirming the fix in trunk rev 13205.





[ZBX-2830] can't edit maps if all default icons removed Created: 2010 Aug 06  Updated: 2017 May 30  Resolved: 2010 Aug 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-2696 once all the default images have been... Closed

 Description   

remove all default icons, add some new ones. no icons can be added to the map now.

also reported at http://www.zabbix.com/forum/showthread.php?t=17895



 Comments   
Comment by Alexey Fukalov [ 2010 Aug 06 ]

couldn't reproduce. deleted all maps/icons in frontend, added one new icon, could create new map with this icon.

Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

In branches

Comment by richlv [ 2010 Aug 09 ]

confirming the fix in dev branch rev 13870.
shouldn't this go into 1.8.3 as well ? several installations have become unusable because of it...

Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

implemented





[ZBX-2763] Read-Only users can not update their profile to adjust refresh rate. User is given an error when save button is selected. Created: 2010 Jul 26  Updated: 2017 May 30  Resolved: 2010 Jul 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 26 ]

svn://svn.zabbix.com/branches/dev/zbx-2763

Comment by Igor Danoshaites (Inactive) [ 2010 Jul 26 ]

Confirm the fix in dev branch, please merge the fix with 1.8 branch.

Comment by Artem Suharev (Inactive) [ 2010 Jul 26 ]

Implemented





[ZBX-2381] Cannot compile trunk revision Created: 2010 Apr 26  Updated: 2017 May 30  Resolved: 2010 Apr 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Critical
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 11707. gentoo. oracle 10g2



 Description   

./do pre conf --enable-agent --enable-server --with-libcurl --with-net-snmp --with-unixodbc --with-oracle=/usr/app/oracle/product/10gR2/ --with-jabber
make

dbms/demo -I/usr/local/include -I/usr/include/gdbm -I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE -I. -I/usr/include -MT zabbix_server-events.o -MD -MP -MF .deps/zabbix_server-events.Tpo -c -o zabbix_server-events.o `test -f 'events.c' || echo './'`events.c
events.c: In function 'copy_acknowledges':
events.c:275: error: 'sql_allocated' undeclared (first use in this function)
events.c:275: error: (Each undeclared identifier is reported only once
events.c:275: error: for each function it appears in.)
make[3]: *** [zabbix_server-events.o] Error 1
make[3]: Leaving directory `/home/dotneft/trunk/trunk/src/zabbix_server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dotneft/trunk/trunk/src/zabbix_server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dotneft/trunk/trunk/src'
make: *** [all-recursive] Error 1



 Comments   
Comment by richlv [ 2010 Apr 27 ]

trunk rev 11707 seems to compile just fine for me (although w/o oracle, jabber and unixodbc)

Comment by Alexei Vladishev [ 2010 Apr 27 ]

I confirm this problem. It will be fixed ASAP.

Comment by Alexey Pustovalov [ 2010 Apr 27 ]

Index: src/zabbix_server/events.c
===================================================================
— src/zabbix_server/events.c (revision 11707)
+++ src/zabbix_server/events.c (working copy)
@@ -272,7 +272,7 @@
sql = zbx_malloc(sql, sql_alloc * sizeof(char));

#ifdef HAVE_ORACLE

  • zbx_snprintf_alloc(&sql, &sql_allocated, &sql_offset, 8, "begin\n");
    + zbx_snprintf_alloc(&sql, &sql_alloc, &sql_offset, 8, "begin\n");
    #endif

zbx_snprintf_alloc(&sql, &sql_alloc, &sql_offset, 96,
@@ -295,7 +295,7 @@
}

#ifdef HAVE_ORACLE

  • zbx_snprintf_alloc(&sql, &sql_allocated, &sql_offset, 8, "end;\n");
    + zbx_snprintf_alloc(&sql, &sql_alloc, &sql_offset, 8, "end;\n");
    #endif

if (sql_offset > 16) /* In ORACLE always present begin..end; */

Comment by Alexander Vladishev [ 2010 Apr 27 ]

Fixed in revision 11718





[ZBX-2453] Warnings after host update Created: 2010 May 24  Updated: 2017 May 30  Resolved: 2010 May 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch, r12163


Attachments: JPEG File screenshot-1.jpg    
Issue Links:
Duplicate
is duplicated by ZBX-2458 rawurlencode error after editing user... Closed

 Comments   
Comment by richlv [ 2010 May 24 ]

same in trunk rev 12169. pretty much a blocker

Comment by Artem Suharev (Inactive) [ 2010 May 25 ]

Fixed

Comment by Maxim Andruhovich (Inactive) [ 2010 May 25 ]

rev 12222





[ZBX-1477] row and column spanning is attached to elements Created: 2009 Dec 09  Updated: 2017 May 30  Resolved: 2010 Jun 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

create a screen that has at least one element set to span rows or columns.
drag this element to another cell that does not have span set - span is preserved with the element, not cell. that's incorrect and makes more complex screen editing extremely hard (and the effect is awfully confusing, as some screen elements can suddenly appear or disappear in such case)



 Comments   
Comment by richlv [ 2010 Jun 02 ]

dev branch rev 12477 - span property still seems to be attached to the element

Comment by Alexey Fukalov [ 2010 Jun 02 ]

branches/1.8 12494





[ZBX-1574] Refreshes break slide shows in 1.8 Created: 2009 Dec 18  Updated: 2017 May 30  Resolved: 2011 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Jim Riggs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-1177 Problems with screens and slide show ... Closed

 Description   

After upgrading to 1.8, my users started complaining that certain screens in slide shows were only displaying for a second. After looking more closely, I found that the slide show in question had 4 slides at 10 seconds each. Problem is, the users' refresh rates were set to 30s. So, they would get the first 3 screens normally. The last screen would only appear for a second. Then the page gets refreshed. We have some shows with dozens of slides which are now completely broken. Asking our users to increase their refresh time is not an option, because they need a shorter refresh for other parts of the system.

I tried taking out the ZBX_PAGE_DO_REFRESH define, but then it never picks up new values. Can the slide shows code be written so that they loop through all slides and then refreshes? That is, refresh each time through the show. I haven't taken any time to dig into this yet, but I wanted to get a ticket opened.



 Comments   
Comment by richlv [ 2009 Dec 18 ]

this will most likely be fixed when item 4 in ZBX-1177 is fixed. leaving open for now, just to make sure fix applies to this case as well

Comment by richlv [ 2011 Jun 28 ]

this one should be fixed some time ago

related issues : ZBX-2227, ZBX-1177





[ZBX-2337] can't create trigger expression on some items Created: 2010 Apr 19  Updated: 2017 May 30  Resolved: 2010 Apr 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk rev 11575



 Description   

create trigger, select web monitoring item, "insert" :

reset(): Passed variable is not an array or object[/usr/local/apache2/htdocs/trunk/popup_trexpr.php:255]
Undefined index: description[/usr/local/apache2/htdocs/trunk/include/items.inc.php:1127]
Undefined index: key_[/usr/local/apache2/htdocs/trunk/include/items.inc.php:1100]
Undefined index: key_[/usr/local/apache2/htdocs/trunk/popup_trexpr.php:331]



 Comments   
Comment by richlv [ 2010 Apr 22 ]

confirming the fix in dev branch rev 11665.

Comment by Alexey Fukalov [ 2010 Apr 22 ]

branches/1.8 11666





[ZBX-2153] zabbix_server die after start <defunct> SIGBUS Created: 2010 Mar 12  Updated: 2017 May 30  Resolved: 2010 May 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Critical
Reporter: Sergey Ivlenkov Assignee: Alexander Vladishev
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Solaris 10, Generic_118833-33 sun4u sparc SUNW,UltraAX-i2
Zabbix 1.8.1 (revision 9702)



 Description   

zabbix_server die after start and all zabbix_server process marks as <defunct>.
It happens when in DB exists host with enabled for monitoring.
If all hosts not monitoring - zabbix_server start and function until any host have monitoring enabled.

As I understand one zabbix process (DBCache) recieve SIGBUS singnal...

I found this bug with mysql database, but recompiling with postgresql doesn't help - the same bug.
Below are logs with prostgresql DB.

LOG info:
---------------------------------------
$ grep 14474 /var/log/zabbix/zabbix_server.log
14474:20100312:112825.254 server #1 started [DB Cache]
14474:20100312:112825.256 In main_dbconfig_loop()
14474:20100312:112825.258 Connect to the database
14474:20100312:112825.284 Query [txnlev:0] [select oid from pg_type where typname = 'bytea']
14474:20100312:112825.296 PostgreSQL Server version: 80402
14474:20100312:112825.297 Query [txnlev:0] [set escape_string_warning to off]
14474:20100312:112825.299 Syncing ...
14474:20100312:112825.301 In DCsync_confguration()
14474:20100312:112825.302 In DCsync_hosts()
14474:20100312:112825.303 Query [txnlev:0] [select hostid,proxy_hostid,host,useip,ip,dns,port,status,useipmi,ipmi_ip,ipmi_port,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,errors_from,available,disable_until,snmp_errors_from,snmp_available,snmp_disable_until,ipmi_errors_from,ipmi_available,ipmi_disable_until from hosts where status in (0) and hostid between 000000000000000 and 099999999999999 order by hostid]
14471:20100312:112829.311 One child process died (PID:14474). Exiting ...
-----------------------------------

truss info:
------------
14474/1: open("/var/log/zabbix/zabbix_server.log", O_RDWR|O_APPEND|O_CREAT, 0666) = 7
14474/1: getpid() = 14474 [14471]
14474/1: fstat64(7, 0xFFBED6F8) = 0
14474/1: fstat64(7, 0xFFBED5A0) = 0
14474/1: ioctl(7, TCGETA, 0xFFBED684) Err#25 ENOTTY
14474/1: write(7, " 1 4 4 7 4 : 2 0 1 0 0".., 479) = 479
14474/1: close(7) = 0
14474/1: stat("/var/log/zabbix/zabbix_server.log", 0xFFBEECF8) = 0
14474/1: sigaction(SIGPIPE, 0xFFBFE9E0, 0xFFBFEA80) = 0
14474/1: send(6, " Q\0\001B5 s e l e c t ".., 438, 0) = 438
14474/1: sigaction(SIGPIPE, 0xFFBFE9E0, 0xFFBFEA80) = 0
14474/1: pollsys(0xFFBFEC20, 1, 0x00000000, 0x00000000) = 1
14474/1: recv(6, " T\0\003 0\01B h o s t i".., 16384, 0) = 1003
14474/1: semop(16777225, 0xFFBFEE58, 1) = 0
14474/1: Incurred fault #5, FLTACCESS %pc = 0x0003F9E4
14474/1: siginfo: SIGBUS BUS_ADRALN addr=0xF74000C4
14474/1: Received signal #10, SIGBUS [default]
14474/1: siginfo: SIGBUS BUS_ADRALN addr=0xF74000C4
14471/1: siginfo: SIGCLD CLD_KILLED pid=14474 status=0x000A
14471/1: kill(14474, SIGTERM) = 0
------------------------------------------------------------------



 Comments   
Comment by Marco Walther [ 2010 Mar 18 ]

1.8.1!
The problem is in src/libs/zbxdbcache/dbconfig.c: The first struct in the shared memory segment (ZBX_DC_CONFIG)
needs only 4-byte alignment, while all the following contain zbx_uint64_t elements and need 8-byte alignment. There
are some `int's in there but they will always be allocated in multiples of four, so they don't influence the alignment.

That will work pretty well on x86 which does not show those mis-alignment problems. But SPARC will fail because it
normally enforces the alignment. There are compiler switches, but they will create a big runtime penalty.

The fix is, to make sure, the size of ZBX_DC_CONFIG is a multiple of the biggest alignment.

[pre]
— zabbix-1.8.1.orig/src/libs/zbxdbcache/dbconfig.c 2010-01-27 13:22:44.000000000 -0800
+++ zabbix-1.8.1/src/libs/zbxdbcache/dbconfig.c 2010-03-17 18:06:47.377350002 -0700
@@ -2165,6 +2165,12 @@

sz = sizeof(ZBX_DC_CONFIG);

+#ifndef ORIGINAL
+ if (sz % sizeof(zbx_uint64_t) != 0)

{ + sz = (sz / sizeof(zbx_uint64_t) + 1) * sizeof(zbx_uint64_t); + }

+#endif
+
if (CONFIG_DBCONFIG_SIZE < sz)
{
zbx_error("Configuration buffer is too small. Please increase CacheSize parameter.");
[/pre]

Comment by Sergey Ivlenkov [ 2010 Mar 19 ]

Fix from Marco Walther (18/Mar/10 02:37 AM) resolve the problem.

After patching dbconfig.c zabbix_server start work (using gcc-3.4.6).
THANKS!

Another workaround I've found - to compile zabbix using SunStudio12u1 (BTW: it shows a number of warnings)

Comment by Marco Walther [ 2010 Mar 20 ]

I'm not so sure about the SunStudio12u1. I ran into that problem with a bit older version of SunStudio, I'm
currently not on my Solaris box, so I can't check the version

Unless you specify the options to `handle un-aligned data' and accept the runtime penalty, it should not
work

When I checked the code, the sizeof(ZBX_DC_CONFIG) % sizeof(zbx_uint64_t) was 4. So the the
next struct should always end up being un-aligned.

So there are two working solutions to the problem

  • Add a dummy zbx_uint64_t element to ZBX_DC_CONFIG or modify an existing element to require that
    alignment.
  • Make sure, the next struct starts at the correct alignment.
Comment by Guilherme França [ 2010 Mar 29 ]

I had the same issue but with Linux running on a Sun Fire v250 Ultrasparc IIIi machine. The patch sugested by Marco Walther fixed the issue.

Comment by Guilherme França [ 2010 Mar 29 ]

the problem still exists in 1.8.2

Comment by Fyodor [ 2010 Mar 30 ]

I have same bug on hp-ux (https://support.zabbix.com/browse/ZBX-1998)
I fix it simply add allow_unaligned_memory_access() call and link with -lunalign

Comment by Aleksandrs Saveljevs [ 2010 May 24 ]

Should be fixed as of r12212 in pre-1.8.3 as a side effect of ZBXNEXT-326. Please reopen if it still crashes.





[ZBX-1691] Import/Export bug - when exporting from different pages Created: 2010 Jan 08  Updated: 2017 May 30  Resolved: 2010 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Peteris Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

OS: Centos 5.4, PHP: 5.1.6, MySQL: 5.0.77 , Zabbix: 1.9 (Front-end)



 Description   

When you try to export for example Templates located on page 1 and 2. You check first one which is located on page 1 then go to 2 and check second template and then you try to export it. Zabbix Export only the Template on last page (last active), in this example it would be Tamplate located on page 2 (it depends on page which you are on, if both templates ar checked no matter in what order it exports only templates from last active page).

Export of template Preview looks like this:
http://i49.tinypic.com/25q4yg9.jpg

In this case Template: Template_Microsoft_SQLServer_2005 was on the first page and no data for it is exported. Template_Tomcat was on second page and all items are exported successfully.



 Comments   
Comment by richlv [ 2010 Jan 08 ]

confirming in trunk rev 9135.

Comment by Utilizator [ 2010 May 10 ]

confirm in Pre-1.8.3.x (stable) 11859

If i select hosts with items (triggers, templates and etc) for export in multiple pages , it make export of hosts with items only from page where i click "EXPORT" button. 1.8.2 and 1.8.3 10 MAY nightly build are affected.

Comment by richlv [ 2010 Jun 09 ]

in 1.8.3 separate import/export section is removed and export is moved to corresponding configuration pages => problem disappeared





[ZBX-1263] misleading external check log messages Created: 2009 Nov 11  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Critical
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 8244



 Description   

when attempting to use external checks, server prints EXTREMELY misleading messages in the logfile. notice the agent references...

Parameter [A Test Host:test.sh] is not supported by agent Old status [0]
Parameter [22494][A Test Host:test.sh[something]] became supported by agent



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 May 21 ]

Fixed in pre-1.8.3 in r12153.





[ZBX-2632] Host status will get stuck at Unreachable (2) and will not reset Created: 2010 Jun 30  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: greg long Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Ubuntu 10.04 (Lucid Lynx) 64bit
2.6.32-305-ec2 #9-Ubuntu SMP Thu Apr 15 08:05:38 UTC 2010 x86_64 GNU/Linux
compiled zabbix-1.8.2


Attachments: JPEG File event-1.jpg     JPEG File event-2.jpg    

 Description   

Hosts are taken offline by network outages and after they come back up they stay status of Unreachable (2)

If I stop and start the agent enough times it seems to eventually fix the problem, but this is a horrible fix.

I am willing to help troubleshoot this, but I need some direction and help.



 Comments   
Comment by greg long [ 2010 Jun 30 ]

Here is the events screen
It just shows the device going offline

Comment by greg long [ 2010 Jun 30 ]

here is the other half of the event screen

Comment by richlv [ 2010 Jun 30 ]

as mentioned on ZBX-870, similar problems were fixed for 1.8.3. could you please try with svn head, or wait for 1.8.3 - the problem should be gone there.

Comment by greg long [ 2010 Jun 30 ]

How long till 1.8.3? is released

what all is involved in a 1.8.2 to 1.8.3 ? any sql updates?

Comment by richlv [ 2010 Jun 30 ]

1.8.3 rc is expected in a couple of weeks. no sql patching required





[ZBX-2413] Host mass update doesn't work in some functions Created: 2010 May 07  Updated: 2017 May 30  Resolved: 2010 May 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Critical
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

starting from branches/1.8 revision 11144


Attachments: PNG File host_mass_update_error.png     PNG File step1.png    
Issue Links:
Duplicate
is duplicated by ZBX-2652 mass update inventory (profile) Closed

 Description   

Attempt to edit one of the three functions:
Use IPMI,
Use profile,
Use extended profile
cause error.
See attached screenshot.
This error occurs after revision 11144



 Comments   
Comment by Oleksii Zagorskyi [ 2010 May 11 ]

Tested /branches/dev/ZBX-2413-mass_prof/
Now work correctly. Thanks.

Comment by richlv [ 2010 May 12 ]

extended profile mass update fails in dev branch rev 11921 :

Error in query [INSERT INTO hosts_profiles_ext (hostid, device_alias) VALUES (10175, 'f')] [Duplicate entry '10175' for key 'PRIMARY']
[ CHost::massUpdate ] Cannot create extended profile

Comment by richlv [ 2010 Jun 09 ]

confirming the fix in dev branch rev 12643.

Comment by Alexey Fukalov [ 2010 Jun 09 ]

branches/1.8 12644





[ZBX-2875] Update Japanese translation for 1.8.3rc4 Created: 2010 Aug 13  Updated: 2017 May 30  Resolved: 2010 Aug 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc4
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Kodai Terashima Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File zabbix-1.8.3-ja_jp.inc.php    

 Description   

Update Japanese translation for zabbix 1.8.3rc4



 Comments   
Comment by richlv [ 2010 Aug 13 ]

thanks, committed





[ZBX-2816] some database data is not converted when setting up nodes Created: 2010 Aug 04  Updated: 2017 May 30  Resolved: 2010 Aug 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3rc3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File undefined-index.png    

 Description   

For instance, running ./zabbix_server -n 4 does not change the triggerid (column "value" below) in an action:

mysql> select * from conditions;
------------------------------------------------------------

conditionid actionid conditiontype operator value

------------------------------------------------------------

400400000000009 400400000000001 2 0 13014

------------------------------------------------------------



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Aug 04 ]

In such cases, undefined-index.png error appears in the frontend.

Comment by richlv [ 2010 Aug 09 ]

action conditions seem to be converted as expected now, but i found a couple more things that are not : screen elements "status of hostgroup triggers" and "status of host triggers" don't have their group selection converted

Comment by richlv [ 2010 Aug 09 ]

seems to work as expected in dev branch rev 13877

Comment by Aleksandrs Saveljevs [ 2010 Aug 09 ]

Fixed in pre-1.8.3 in r13881.





[ZBX-2834] Js error execute in monitoring->triggers Created: 2010 Aug 06  Updated: 2017 May 30  Resolved: 2010 Aug 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File monitoring_triggers.png    

 Description   

if click name trigger



 Comments   
Comment by richlv [ 2010 Aug 09 ]

can't reproduce in several other browsers with svn head - could you please check in latest version ?

Comment by Alexey Pustovalov [ 2010 Aug 09 ]

too, for lastest revision.

and add
Сведения об ошибке на веб-странице

Агент пользователя: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)
штамп времени: Mon, 9 Aug 2010 13:56:45 UTC

Сообщение: 'MMenu' - определение отсутствует
Строка: 29
Символ: 1
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Сообщение: 'MMenu' - определение отсутствует
Строка: 43
Символ: 2
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Сообщение: 'MMenu' - определение отсутствует
Строка: 43
Символ: 2
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Сообщение: 'MMenu' - определение отсутствует
Строка: 55
Символ: 2
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Сообщение: 'MMenu' - определение отсутствует
Строка: 55
Символ: 2
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Сообщение: Предполагается наличие объекта
Строка: 454
Символ: 1
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Сообщение: Предполагается наличие объекта
Строка: 340
Символ: 2
Код: 0
URI-код: https://zabbix*/test/tr_status.php

Comment by Alexey Pustovalov [ 2010 Aug 09 ]

maybe thise error only for Oracle db?

Comment by Alexey Pustovalov [ 2010 Aug 11 ]

my mistake...)





[ZBX-2663] Cannot create template graph in template and add to complex screen a graph from template Created: 2010 Jul 07  Updated: 2017 May 30  Resolved: 2010 Jul 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Petrov Vladimir Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 8.0, Zabbix Server v1.8.3 (revision 13198) (29 March 2010)



 Description   

When i try add a element to template's grath, i must choose item from template, but i can't choose it because a list of templates is empty (i can see and choose only host). It's happens when i try to add graph to complex screen from template.



 Comments   
Comment by richlv [ 2010 Jul 07 ]

not being able to add template graphs to a screen is intentional. if you want to be able to switch hosts for a screen, add a graph from a host & mark it as "dynamic"

Comment by Petrov Vladimir [ 2010 Jul 07 ]

ok it's work, but how add graph in template?

Comment by Alexey Fukalov [ 2010 Jul 07 ]

branches/1.8 13211

Comment by richlv [ 2010 Jul 07 ]

confirming the fix in trunk rev 13212.





[ZBX-2664] viewed period and filter status reset in web monitoring Created: 2010 Jul 07  Updated: 2017 May 30  Resolved: 2010 Jul 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

monitoring -> web.
after refresh, period is always reset to whatever is in the profiles table. same goes for filter status (expanded/collapsed)



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 13 ]

branches/1.8 13279





[ZBX-2669] in configuration, map names are rendered below background Created: 2010 Jul 08  Updated: 2017 May 30  Resolved: 2010 Jul 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

create a new map - map name is rendered as part of the map. use a background image - it covers map name



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 12 ]

branches/1.8 13265

Comment by richlv [ 2010 Jul 16 ]

confirming the fix in 1.8 branch rev 13304.





[ZBX-2680] Cannot create graphs Created: 2010 Jul 12  Updated: 2017 May 30  Resolved: 2010 Aug 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Nicola Canepa Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux or MacOSX server



 Description   

When creating graphs, it's not possible to add any item (I get the dropdown selection as in 1.8.2 release, but with no items to select from).
It works if graph already exists and has 1 item.



 Comments   
Comment by richlv [ 2010 Aug 25 ]

hopefully this was a transient problem, because everything seems to work as expected currently. please reopen if still reproducible





[ZBX-2670] 'configure' help message unclear regarding unixodbc Created: 2010 Jul 08  Updated: 2017 May 30  Resolved: 2010 Jul 08

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

'configure' help message regarding unixodbc is not clear enough that full path to binary should be specified



 Comments   
Comment by richlv [ 2010 Jul 08 ]

message improved





[ZBX-2629] item multiplier choice incorrectly displayed for templated items Created: 2010 Jun 30  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File templated_multiplier.png    

 Description   

see the screenshot. for templated items, full text in a textbox is shown instead of a disabled checkbox



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 30 ]

branches/1.8 13111

Comment by richlv [ 2010 Jun 30 ]

confirming the fix in trunk rev 13112.





[ZBX-2628] "change" not displayed in latest data for some items Created: 2010 Jun 30  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File data_shows_change.png     PNG File item_config.png     PNG File no_change.png    

 Description   

for some items, "change" column in latest data always lists "-", even though large change can be seen in actual data.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 30 ]

ZBX-2628

Comment by richlv [ 2010 Jun 30 ]

confirming the fix in dev branch rev 13118.

Comment by Alexey Fukalov [ 2010 Jun 30 ]

branches/1.8 13119





[ZBX-2729] After editing host, returning to Hosts List displays a different hosts group Created: 2010 Jul 20  Updated: 2017 May 30  Resolved: 2010 Jul 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

when you are in the Configuration->Hosts, then in the "Group" dropdown filter select for example hg2, then click on the trigger for your host H1, then edit the trigger and save it as a result in the Group filter will be selected another host group (please note that in my case host H1 is in 3 group: hg1, hg2 and hg3.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 20 ]

Fixed in svn://svn.zabbix.com/branches/dev/zbx-2729

Comment by Alexei Vladishev [ 2010 Jul 22 ]

No trigger with triggerid=[0] in trigger edit form after "Create trigger".

Comment by Artem Suharev (Inactive) [ 2010 Jul 22 ]

Fixed.

Comment by Artem Suharev (Inactive) [ 2010 Jul 22 ]

Implemented





[ZBX-2673] French translation for pre-1.8.3 rev 13239 Created: 2010 Jul 09  Updated: 2017 May 30  Resolved: 2010 Jul 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File fr_fr.inc.php    

 Description   

I have attached an updated french translation.
It is based on pre 1.8.3 rev 13239.
All messages are translated except those in installation script (it is easier for admins since PHP parameters are not localized in php.ini).



 Comments   
Comment by richlv [ 2010 Jul 09 ]

committed, thanks





[ZBX-2733] Zabbix timer process evaluate same item triggers per 30 sec even if a trigger including "nodata()" is disabled. Created: 2010 Jul 21  Updated: 2017 May 30  Resolved: 2010 Jul 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Takanori Suzuki Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux, Zabbix server


Attachments: File trunk_r13332_FixTimerCheck.patch     PNG File zbx_01.png     PNG File zbx_02.png     PNG File zbx_03.png     PNG File zbx_04.png     PNG File zbx_05.png    

 Description   

Zabbix timer process evaluate same item triggers per 30 sec even if a trigger including "nodata()" is disabled.

I have following item and triggers.

  • "Host uptime(in sec)" item updated every 3000 sec (see zbx_05.png)
  • "nodata trigger" with "Normal + multiple PROBLEM events" (see zbx_04.png)
  • "error occurs with nodata trigger" with "Normal + multiple PROBLEM events" (see zbx_03.png)

I think only if "nodata trigger" is enabled, "nodata trigger" and "error occurs with nodata trigger" should be reported. (see zbx_01.png)
But, even if "nodata trigger" is disabled, "error occurs with nodata trigger" is still reported. (see zbx_02.png)

The following SQL in "process_time_functions()" executed by timer process dosen't check if triggers are enable or disable.

                                                                  1. in process_time_functions() ##############################################
                                                                    result = DBselect("select distinct %s,functions f where h.hostid=i.hostid and h.status=%d"
                                                                    " and i.status=%d and f.function in ('nodata','date','dayofweek','time','now')"
                                                                    " and i.itemid=f.itemid and (h.maintenance_status=%d or h.maintenance_type=%d)" DB_NODE,
                                                                    ZBX_SQL_ITEM_SELECT,
                                                                    HOST_STATUS_MONITORED,
                                                                    ITEM_STATUS_ACTIVE,
                                                                    HOST_MAINTENANCE_STATUS_OFF, MAINTENANCE_TYPE_NORMAL,
                                                                    DBnode_local("h.hostid"));
                                                                    #######################################################################################################

I think following is correct.

                                                                  1. in process_time_functions() ##############################################
                                                                    result = DBselect("select distinct %s,functions f, triggers t where h.hostid=i.hostid and h.status=%d"
                                                                    " and i.status=%d and f.triggerid=t.triggerid and t.status=%d and f.function in ('nodata','date','dayofweek','time','now')"
                                                                    " and i.itemid=f.itemid and (h.maintenance_status=%d or h.maintenance_type=%d)" DB_NODE,
                                                                    ZBX_SQL_ITEM_SELECT,
                                                                    HOST_STATUS_MONITORED,
                                                                    ITEM_STATUS_ACTIVE,
                                                                    TRIGGER_STATUS_ENABLED,
                                                                    HOST_MAINTENANCE_STATUS_OFF, MAINTENANCE_TYPE_NORMAL,
                                                                    DBnode_local("h.hostid"));
                                                                    #######################################################################################################


 Comments   
Comment by Takanori Suzuki [ 2010 Jul 21 ]

I checked this issue by trunk revision r13332.
I'll attach diff file for revision r13332.

Comment by Aleksandrs Saveljevs [ 2010 Jul 22 ]

Fixed in pre-1.8.3 in r13541.

Comment by Takanori Suzuki [ 2010 Jul 23 ]

Thank you Saveljevs.

I have a question.
The fix seems to evaluate only triggers which has 'nodata','date','dayofweek','time','now'.
Evaluating all triggers of same item was wrong behavior?
I've also feel it is little bit strange behavior.

Comment by Aleksandrs Saveljevs [ 2010 Jul 23 ]

Yes, the previous behavior was wrong. Normally, triggers are reevaluated only when new data for an item comes in. In your particular example, the trigger "system.uptime.last(0)>0" (zbx_03.png) should only be evaluated every 3000 seconds, which is the update interval of the "system.uptime" item (zbx_05.png). Only triggers containing time-driven functions like "nodata" should be reevaluated every 30 seconds.

Comment by Takanori Suzuki [ 2010 Jul 23 ]

Aha, I see.
Thank you Saveljevs.

Comment by Aleksandrs Saveljevs [ 2010 Jul 23 ]

Thank you for noticing it!





[ZBX-2639] full cloning a template attempts to link to the same hosts Created: 2010 Jul 01  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

when full cloning a template, it should not be linked to any hosts



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 01 ]

ZBX-2639

Comment by richlv [ 2010 Jul 01 ]

confirming the fix in dev branch rev 13159.

Comment by Alexey Fukalov [ 2010 Jul 01 ]

branches/1.8 13160





[ZBX-2953] Problem Slideshow Created: 2010 Aug 30  Updated: 2017 May 30  Resolved: 2010 Aug 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Dimitrijs Rotanovs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

SlideShow ???????? ?????? ??? ????????? ????????? 10???. ??? ????????? ????????? - ?????? ?????? ????????.



 Comments   
Comment by richlv [ 2010 Aug 30 ]

this should be fixed in 1.8.3 already by introduction of refresh multipliers (http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.3#improved_slideshow_refresh_rate_selector)

also, issues in zbx should be filed in english, thanks





[ZBX-2711] in dashboard "last 20 issues" add link to host profile in links menu Created: 2010 Jul 16  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Problem report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jul 19 ]

ZBX-2711

Comment by Alexei Vladishev [ 2010 Jul 20 ]

It does not work for all of hosts. Some hosts have profile, yet the link is not there! Please fix.

Comment by Alexei Vladishev [ 2010 Jul 20 ]

Tested, ready to merge!

Comment by Alexey Fukalov [ 2010 Jul 20 ]

branches/1.8 13392





[ZBX-2549] Zabbix agent (UNIX) dies after processing logrt check Created: 2010 Jun 14  Updated: 2017 May 30  Resolved: 2010 Jun 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Nyyr Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

HP-UX 11.23


Issue Links:
Duplicate
duplicates ZBX-2242 zabbix agent dies when processing log... Closed

 Description   

20190:20100614:122235.852 Buffer: new element 6
20190:20100614:122235.852 In process_logrt() filename [/var/adm/syslog/(OLD)?syslog.log$] lastlogsize [0] mtime [0]
20190:20100614:122235.852 In split_filename()
20190:20100614:122235.852 In split_string()
20190:20100614:122235.852 "part1" [/var/adm/syslog/]
20190:20100614:122235.852 "part2" [(OLD)?syslog.log$]
20190:20100614:122235.852 In init_logfiles()
20190:20100614:122235.852 We are in the *nix directory reading cycle.
20190:20100614:122235.852 Cannot process read entry [/var/adm/syslog//.].
20190:20100614:122235.852 Cannot process read entry [/var/adm/syslog//..].
20190:20100614:122235.852 [/var/adm/syslog//mail.log] does not match [(OLD)?syslog.log$].
20190:20100614:122235.852 Adding the file [/var/adm/syslog//syslog.log] to logfiles.
20190:20100614:122235.852 In add_logfile() filename: [syslog.log] mtime: [1276510839]
20190:20100614:122235.853 Adding the file [/var/adm/syslog//OLDsyslog.log] to logfiles.
20190:20100614:122235.853 In add_logfile() filename: [OLDsyslog.log] mtime: [1276023418]
20190:20100614:122235.853 [/var/adm/syslog//syslog.log_old] does not match [(OLD)?syslog.log$].
20190:20100614:122235.853 [/var/adm/syslog//syslog.log1] does not match [(OLD)?syslog.log$].
20185:20100614:122235.854 One child process died (PID:20190). Exiting ...
20185:20100614:122235.857 zbx_on_exit() called.
20185:20100614:122237.865 Zabbix Agent stopped. Zabbix 1.8.2 (revision 11211).



 Comments   
Comment by richlv [ 2010 Jun 14 ]

if not a duplicate, please reopen





[ZBX-2580] Login query performs JOIN to tables it does not reference in SELECT or WHERE clauses Created: 2010 Jun 19  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Jaco Engelbrecht Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Spotted this in my MySQL slow query log:-

  1. Time: 100619 12:27:14
  2. User@Host: zabbix[zabbix] @ []
  3. Query_time: 0.002134 Lock_time: 0.000121 Rows_sent: 675 Rows_examined: 1
    SET timestamp=1276950434;
    SELECT u.userid,u.alias,u.name,u.surname,u.url,u.refresh,u.passwd FROM users u, users_groups ug, usrgrp g WHERE u.alias='monitoring' AND ((u.userid BETWEEN 000000000000000 AND 099999999999999));

Why do you perform a join on tables you don't use??

Fixed it with this patch:-

  1. diff -up api/classes/class.cuser.php api/classes/class.cuser.php.orig
      • api/classes/class.cuser.php 2010-06-19 12:36:41.000000000 +0000
        +++ api/classes/class.cuser.php.orig 2010-06-19 12:27:02.000000000 +0000
        @@ -379,7 +379,7 @@ class CUser extends CZBXAPI{

if($login){
$sql = 'SELECT u.userid,u.alias,u.name,u.surname,u.url,u.refresh,u.passwd '.

  • ' FROM users u '.
    + ' FROM users u, users_groups ug, usrgrp g '.
    ' WHERE u.alias='.zbx_dbstr($name).
    ((ZBX_AUTH_INTERNAL==$auth_type)?' AND u.passwd='.zbx_dbstr($password):'').
    ' AND '.DBin_node('u.userid', $ZBX_LOCALNODEID);


 Comments   
Comment by Alexey Fukalov [ 2010 Jun 21 ]

branches/1.8 12971





[ZBX-2558] Windows agent crashes when rotating log file monitoring has a large number of logs in the directory Created: 2010 Jun 17  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Mitch Myers Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Windows 2003 Server


Issue Links:
Duplicate
duplicates ZBX-2242 zabbix agent dies when processing log... Closed

 Description   

In our environment, we rotate logs daily or whenever the servers are restarted. This can create a large number of log files. I had over 300. As soon as I started the agent, it would crash. I set the debug level to 4 and the last entry in the agent log was "In add_logfile()". After I deleted a number of old logs, the agent started. I'm not sure of exactly how many log files needed to be removed before the agent would start.



 Comments   
Comment by richlv [ 2010 Jun 17 ]

most likely a duplicate. please reopen if problem still there in 1.8.3/svn head





[ZBX-2548] Zabbix 1.8.2 (1.8.3 frontend) Items for graphs are not in alphabetical order and no dropdown boxes available Created: 2010 Jun 14  Updated: 2017 May 30  Resolved: 2010 Jun 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Maxim Andruhovich (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix 1.8.2


Issue Links:
Duplicate

 Description   

When creating a user graph, the list of items that are presented are not in any type of alphabetical order, and there is no dropdown boxes available to select where you are picking the items from (what template).



 Comments   
Comment by richlv [ 2010 Jun 14 ]

confirming loss of sorting; lack of template/host dropdown might be because custom graph already has an item from a template added. in that case further items can only be added from the same template.

edit : usability issue - it would be better to show the dropdowns, but disable them, and ideally - show a tooltip explaining why other templates/hosts can't be chosen

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 14 ]

svn://svn.zabbix.com/branches/dev/ZBX-2548

Comment by richlv [ 2010 Jun 15 ]

confirming the fix for sorting. if the first item has been chosen from template, now the host dropdown is visible and disabled (but without a tooltip)

Comment by richlv [ 2010 Jun 15 ]

suggested text for tooltip :
"This graph already has items from a template. Further items can only be added from the same template."

ok, it's not perfect, but we can improve it later

Comment by richlv [ 2010 Jun 15 ]

tooltip works in dev branch rev 12760 with opera & konqueror, but not with firefox -> considering that to be a browser specific problem, good to merge

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 15 ]

Bug fixed in version pre 1.8.3 revision 12763

Comment by Artem Suharev (Inactive) [ 2010 Jun 15 ]

Made selected host shown not only for items but for any popup if host selection is not allowed.





[ZBX-2551] No error messages in Configuration/Triggers screen Created: 2010 Jun 15  Updated: 2017 May 30  Resolved: 2010 Jun 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch r12781.


Attachments: JPEG File screenshot-1.jpg    

 Comments   
Comment by Alexey Fukalov [ 2010 Jun 16 ]

ZBX-2551

Comment by richlv [ 2010 Jun 16 ]

confirming the fix in dev branch rev 12834.

Comment by Alexey Fukalov [ 2010 Jun 16 ]

branches/1.8 12837





[ZBX-2553] Simple check ignores server replies Created: 2010 Jun 15  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Mark Eissler Assignee: Alexander Vladishev
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Centos 5.x.


Attachments: Text File net.c.patch    
Issue Links:
Duplicate
is duplicated by ZBX-2555 Simple check doesn't send correct sen... Closed

 Description   

I stumbled across this problem after deploying a new unified communications system... We've been having problems with the smtp service so I'll use that as an example.

The smtp process has been hanging and Zabbix has been reporting no problem with the service. In our environment, we run a Zabbix Agent daemon on each server and send requests to the agent. It seems that Zabbix is satisfied that it can connect to the smtp daemon and completely ignores the response (which should be "220" for smtp). This doesn't seem to be the intended outcome since simple.c defines expect parameters, for example:

else if(strcmp(service,"smtp") == 0)

{ if(port == 0) port=25; ret=tcp_expect(ip,port,NULL,"220","QUIT\n",&value_int); }

The problem here is the NULL parameter, which is translated as the "request" string. Once the parameters are handed to tcp_expect(), the following block results in a service up condition:

if( NULL == request )

{ *value_int = 1; }

That's not really what we want because the service can be running (as was in our case) and yet the server does not return a valid status. If tcp_expect looks for the "220" sent in the parameters, the function would properly return a failed state.

I have a patch that modifies tcp_expect to always look for the passed "expect" string and return status based on that. The proper behavior. If a "request" string has also been passed, then we send that first. The "sendtoclose" string is always sent at the end if the connection has been opened successfully.



 Comments   
Comment by Mark Eissler [ 2010 Jun 15 ]

The patch was produced with "diff -urNad", let me know if you need more context, etc.

Comment by Aleksandrs Saveljevs [ 2010 Jul 01 ]

Fixed in pre-1.8.3 in r13126.





[ZBX-2552] Multipe Events for Triggers with mutli expression in trigger Created: 2010 Jun 15  Updated: 2017 May 30  Resolved: 2010 Jun 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch r12571


Attachments: JPEG File screenshot-1.jpg    
Issue Links:
Duplicate

 Comments   
Comment by Alexander Vladishev [ 2010 Jun 16 ]

Available eat ver. pre1.8.3, revision 12821





[ZBX-2555] Simple check doesn't send correct sendtoclose string for pop3 Created: 2010 Jun 15  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Mark Eissler Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5.x


Attachments: Text File simple.c.patch    
Issue Links:
Duplicate
duplicates ZBX-2553 Simple check ignores server replies Closed

 Description   

When checking the status of a pop3 daemon, the connection isn't closed cleanly since no "sendtoclose" string is supplied (in simple.c). The correct string is "QUIT\n".

I am attaching a patch.



 Comments   
Comment by Mark Eissler [ 2010 Jun 15 ]

The patch file was produced with "diff -urNad" command. Let me know if more context, etc. is required.

Comment by Aleksandrs Saveljevs [ 2010 Jul 01 ]

Fixed in pre-1.8.3 in r13126.

Comment by Andris Mednis [ 2014 Jun 16 ]

https://tools.ietf.org/html/rfc1939 says: "All commands are terminated by a CRLF pair."
So, the closing string is "QUIT\r\n". Fixed as part of solving ZBX-8040.

Comment by Mark Eissler [ 2014 Jun 17 ]

I no longer have a zabbix installation, so someone else is going to have to patch and regression test.





[ZBX-2561] improve usergroups api code Created: 2010 Jun 17  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Comments   
Comment by Alexey Fukalov [ 2010 Jun 17 ]

DEV-386-prewrap2
some changes here and there, but mostly changed usergroups configuration and items deletion, should work much faster.

Comment by richlv [ 2010 Jul 09 ]

seems to works as expected in dev branch rev 13254.

Comment by Alexey Fukalov [ 2010 Jul 12 ]

branches/1.8 13258





[ZBX-2564] web monitoring graph titles have "+" instead of spaces Created: 2010 Jun 17  Updated: 2017 May 30  Resolved: 2010 Jun 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

regression. if web scenario has a space in the name, graph titles have "+" instead of the space



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 18 ]

ZBX-2564
also fixed undefined indexes in search screen

Comment by richlv [ 2010 Jun 18 ]

confirming the fix in dev branch rev 12914.

Comment by Alexey Fukalov [ 2010 Jun 18 ]

branches/1.8 12916





[ZBX-2563] newer versions of autotools give warnings in m4/libunixodbc.m4 Created: 2010 Jun 17  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-1092 Aclocal spawns a lot of warnings Closed

 Description   

Running ./bootstrap.sh with newer autotools produces warnings:

$ ./bootstrap.sh
configure.in:1011: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:1011: the top level
configure.in:1011: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:1011: the top level
configure.in:1011: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:1011: the top level
configure.in:1011: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:1011: the top level
configure.in:1011: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:1011: the top level



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 17 ]

Fixed in pre-1.8.3 in r12888.





[ZBX-2576] audit actions/logs names Created: 2010 Jun 19  Updated: 2017 May 30  Resolved: 2010 Jun 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

audit section names and headings are quite inconsistent and confusing.

configuration changes are named "Logs" in the dropdown and "Actions" in the header;
action alerts are named "Actions" in the dropdown and "Alerts" in the header.

suggested : name the config changes "Logs" in both locations and action alerts... either "Actions" or "Alerts" - no strong opinion on that one



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 19 ]

branches/1.8 12942

Comment by richlv [ 2010 Jun 19 ]

confirming the fix in trunk rev 12943.





[ZBX-2566] Error in mass update: Link additional templates Created: 2010 Jun 18  Updated: 2017 May 30  Resolved: 2010 Jun 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Konstantin Agafontsev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix-1.8.3.x-12788



 Description   

For example, there are 3 templates: pinger1, pinger2, snmp1. pinger1 and pinger2 have the same item keys.
pinger1 linked to host1
pinger2 linked to host2
i try link snmp1 to this hosts and have error
"Template with item key [mykey] already linked to host"



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 18 ]

ZBX-2566

Comment by richlv [ 2010 Jun 18 ]

confirming the fix in dev branch rev 12919.

Comment by Alexey Fukalov [ 2010 Jun 18 ]

branches/1.8 12920





[ZBX-2565] zbx_mem_malloc: out of memory Created: 2010 Jun 18  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Konstantin Agafontsev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

freebsd 7.1
pre-zabbix-1.8.3.x-12788



 Description   

after starting the server after a few minutes, zabbix_server dies:

44644:20100617:200155.242 file:dbcache.c,line:2576 zbx_mem_malloc: out of memory (requested 48 bytes).
44556:20100617:200155.243 One child process died (PID:44644,exitcode/signal:65280). Exiting ...
44572:20100617:200155.244 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
....
44634:20100617:200155.265 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
44556:20100617:200157.266 Syncing history data...
44556:20100617:200202.893 file:dbcache.c,line:2576 zbx_mem_malloc: out of memory (requested 24 bytes).

47205:20100617:201626.997 file:dbcache.c,line:2576 zbx_mem_malloc: out of memory (requested 48 bytes).
47098:20100617:201626.998 One child process died (PID:47205,exitcode/signal:65280). Exiting ...
47132:20100617:201626.999 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
......
47201:20100617:201627.045 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
47098:20100617:201629.060 Syncing history data...
47098:20100617:201629.261 Syncing history data... done.
47098:20100617:201629.261 Syncing trends data...
47098:20100617:201642.946 Syncing trends data... done.
47098:20100617:201642.946 Zabbix Server stopped. Zabbix 1.8.3 (revision 12779).

increase in the parameter CacheSize from 128M to 256 or 512 - no effect
server has about 50k active items



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 18 ]

Since it crashes in dbcache.c, you should try increasing one of HistoryCacheSize, TrendCacheSize or HistoryTextCacheSize. If it would crash with out of memory in dbconfig.c, you would need to increase CacheSize.

Guys, while we are at it, maybe we should rename CacheSize to ConfigCacheSize or ConfigurationCacheSize?

Anyway, we should provide a better error message to indicate which part of the server has run out of space.

Comment by Konstantin Agafontsev [ 2010 Jun 24 ]
  1. zabbix_server -V
    Zabbix Server v1.8.3 (revision 13059) (29 March 2010)
    Compilation time: Jun 24 2010 18:15:26

91570:20100624:182552.413 file:dbcache.c,line:2614 zbx_mem_malloc: out of memory (requested 48 bytes).
91408:20100624:182552.414 One child process died (PID:91570,exitcode/signal:65280). Exiting ...
91497:20100624:182552.415 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
...
91408:20100624:182554.447 Syncing history data...
91408:20100624:182623.494 file:dbcache.c,line:2614 zbx_mem_malloc: out of memory (requested 24 bytes).

increasing TrendCacheSize has helped

Comment by Aleksandrs Saveljevs [ 2010 Jun 28 ]

Better error messages available in pre-1.8.3 in r13065.





[ZBX-2601] Update translate for ru_ru Created: 2010 Jun 22  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ru_ru.inc.php    

 Comments   
Comment by richlv [ 2010 Jun 22 ]

thanks, committed





[ZBX-2600] refreshing simple graphs resets viewed period Created: 2010 Jun 22  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

if period length or starting date is changed and page is refreshed, everything is reset back to one hour at "now"



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jun 28 ]

Fixed directly in 1.8 & trunk

Comment by richlv [ 2010 Jun 28 ]

trunk, rev 13090 - period "all" is not remembered. instead the time that it sets is remembered.

Comment by richlv [ 2010 Jul 01 ]

remembering 'all' and possibly other selections will be considered later





[ZBX-2613] frontend does not work with magic quotes enabled Created: 2010 Jun 28  Updated: 2017 May 30  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Broken in r13076. We now get a big error message:

Fatal error: Call to undefined function zbx_stripslashes() in /home/asaveljevs/zabbix-svn/branches/1.8/frontends/php/include/defines.inc.php on line 756



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 28 ]

Fixed by Artem in pre-1.8.3 in r13085.





[ZBX-2602] Updated french translation Created: 2010 Jun 22  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File fr_fr.inc.php    

 Description   

I have attached an updated French translation.
It is based on pre-1.8.3 rev 13028



 Comments   
Comment by richlv [ 2010 Jun 22 ]

thanks, committed





[ZBX-2609] Placeholders in the translation file must be removed Created: 2010 Jun 28  Updated: 2017 May 30  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

this request as a continuation of the ZBX-2492 .....

in last revision 13096 detected several strings with placeholders:
'S_CMEDIATYPE_ERROR_MEDIATYPE_EXISTS'=> 'Mediatype "%1$s" already exists',
'S_CMEDIATYPE_ERROR_MEDIATYPE_USED_BY_ACTIONS'=> 'Mediatypes used by action "%1$s" operations',



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 28 ]

branches/1.8 13072

Comment by richlv [ 2010 Jun 28 ]

confirming the fix in trunk rev 13073.

Comment by Oleksii Zagorskyi [ 2010 Jun 28 ]

Space symbol at end of this is line (en_gb locale) must be deleted and added to function where all text combines, because after download locale space at end of line always removed.
'S_MEDIATYPE_ALREADY_EXISTS'=> 'Mediatype already exists: ',
'S_MEDIATYPE_USED_BY_ACTIONS'=> 'Mediatypes used by action: ',

Same as ZBX-2471.

Comment by Alexey Fukalov [ 2010 Jun 28 ]

fixed
branches/1.8 13083

Comment by richlv [ 2010 Jun 28 ]

confirming the fix in trunk rev 13088.





[ZBX-2608] templated graphs in dashboard Created: 2010 Jun 28  Updated: 2017 May 30  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File undefined-offset.png    

 Description   

It is possible to add a templated graph to the list of "Favourite graphs" in the dashboard. Clicking on it yields an error (see undefined-offset.png).



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 28 ]

branches/1.8 13074

Comment by richlv [ 2010 Jun 28 ]

confirming the fix in trunk rev 13075.
existing template graphs stay in the favourites, but it is not possible to add new ones





[ZBX-2610] Missing copy to interface for graphs Created: 2010 Jun 28  Updated: 2017 May 30  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Documentation (D)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Martins Valkovskis
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8.3 rev13060


Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jun 28 ]

branches/1.8 13070

Comment by richlv [ 2010 Jun 28 ]

confirming the fix in trunk rev 13071.





[ZBX-2612] system.stat shows cpu idle time over 100% on AIX Created: 2010 Jun 28  Updated: 2017 May 30  Resolved: 2010 Jun 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File cpu-idle-time.png    
Issue Links:
Duplicate

 Description   

For instance, cpu-idle-time.png.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 29 ]

Fixed in pre-1.8.3 in r13106.





[ZBX-2616] bundled dejavu font should be upgraded Created: 2010 Jun 28  Updated: 2017 May 30  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

bundled dejavu font is at 2.30, upstream is at 2.31. it should be upgraded






[ZBX-2590] Update translate Russian for trunk Created: 2010 Jun 20  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ru_ru.inc.php    

 Comments   
Comment by richlv [ 2010 Jun 21 ]

thanks, committed





[ZBX-2593] possibility to have two templates with same item linked to single host Created: 2010 Jun 21  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

have two templates linked to single host. copy an item from one to another - that is possible, and now two templates with the same item are linked to a single host



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 21 ]

ZBX-2593

Comment by richlv [ 2010 Jun 21 ]

hmm. seems to still be possible in dev branch rev 12984...

Comment by richlv [ 2010 Jun 21 ]

problem was caused by previously incorrect db data (result of this bug).
once the configuration is repaired, checking happens as expected -> confirming the fix

Comment by Alexey Fukalov [ 2010 Jun 21 ]

branches/1.8 12994





[ZBX-2592] Operations scripts fails with comma character (,) Created: 2010 Jun 21  Updated: 2017 May 30  Resolved: 2010 Jul 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-1114 Remote command fails if it uses {TRIG... Closed

 Comments   
Comment by Alexander Vladishev [ 2010 Jun 21 ]

Fixed in ver. pre1.8.3, rev. 12983.

Comment by Aleksandrs Saveljevs [ 2010 Jul 09 ]

Slightly more debug information available in pre-1.8.3 in r13242.





[ZBX-2597] Telnet checks return result commant prompt Created: 2010 Jun 21  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix pre1.8.3, rev12987.



 Description   

Example:

Telnet check 'echo 123' returns this result:
'123

C:\Users\Administrator'



 Comments   
Comment by Alexander Vladishev [ 2010 Jun 21 ]

Fixed in ver. pre1.8.3, r13007.





[ZBX-2599] bug ZBX-2452 not resolved with proxy Created: 2010 Jun 22  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Petrov Vladimir Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 8.0, Zabbix Server v1.8.3 (revision 12889), Zabbix Proxy v1.8.3 (revision 12889)



 Description   

If I monitoring device like decripted in ZBX-2452 throuth zabbix_server, it's work. But if i monitoring the same device throuth zabbix_proxy it's don't work, in log zabbix_proxy I see Item [kqlogic:TXSpeedPort9] error: Type of received value [00 00 09 06 F4 D3 94 34] is not suitable for value type [Numeric (unsigned)]



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 22 ]

Could you please check whether you have set that item's data type to hexadecimal?

Comment by Petrov Vladimir [ 2010 Jun 22 ]

yes, data type is hexadecimal.
it's the same host monitored through zabbix_proxy (don't work) or zabbix_server (work)

Comment by Aleksandrs Saveljevs [ 2010 Jun 22 ]

Reproducible on my system as well. Thanks!

Comment by Alexander Vladishev [ 2010 Jun 22 ]

Fixed in ver. pre1.8.3, r13034





[ZBX-2598] extra linebreak in map labels results in double status line Created: 2010 Jun 21  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File host_status.png    

 Description   

add an empty linebreak in map label. this results in hosts status line printed twice, once in expected colour and once in black.



 Comments   
Comment by richlv [ 2010 Jul 01 ]

confirming the fix in trunk rev 13153.





[ZBX-2526] Graph refresh problem after showing it in full screen from screens page Created: 2010 Jun 09  Updated: 2017 May 30  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jun 09 ]

1. Go to "Monitoring" -> "Screens" -> Select a screen from drop down that contains custom graphs.
2. Move the slider bar at the bottom to the left so it is NOT showing "(now)" but a different end time while viewing the "screen". Note the end time of the time bar because you use this in a later step.
3. Now click on a custom graph on the screen so that it will show the entire graph.
4. Now move the time bar so that will show (now) as the end time for the graph.
5. Wait for the graph to refresh and it will not show "(now)" but the end time in step 2 above when you were view the screen. Every time you try to force it to stay on "(now)" it keeps going back to the screens original time. The only way to fix it is to go back to the screen and change it to no

Comment by richlv [ 2010 Jun 10 ]

confirming the fix in trunk rev 12673.

Comment by richlv [ 2010 Jun 30 ]

confirming the fixes for new problems in trunk rev 13112.





[ZBX-2528] Error if non-english locale not contain some new added strings Created: 2010 Jun 09  Updated: 2017 May 30  Resolved: 2010 Jun 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last trunk


Attachments: PNG File err_not_traslated_strings.png    

 Description   

problem started from trunk revision 12442 (changed 'congig.inc.php')

Steps for reproduce:
1. Set Russian (or other non-english, which not have recently added translation strings) locale for you login.
2. Logout
3. Try login with force type INCORRECT password
4. After try login with correct password
5. See error on top (screen shot attached)

Reason: locale not contain some strings. In this case not contain 'S_CUSER_ERROR_FAILED_LOGIN_ATTEMPTS' and others.
Not translated strings must be displayed in English!

Also i tested accoun locking function and wanted to say that not all the relevant documentation. It needs to be corrected.
http://www.zabbix.com/documentation/1.8/manual/quickstart/login
My test results:
The report of an attempt to brute reported only to the user whose password tried to pick up.
The account is blocked for 30 seconds and not 60 as pointed in the documentation.
What does it mean 15 minutes? - To describe more clearly.
Empty password is not considered as attempt to brute that may have not correctly.



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 18 ]

svn://svn.zabbix.com/branches/dev/ZBX-2528

Comment by richlv [ 2010 Jun 18 ]

dev branch rev 12910.

"failed login attempts" in dashboard now incorrectly appears inside some of the dashboard widget blocks, not at the top of the page

Comment by richlv [ 2010 Jun 18 ]

ok, that's a different issue & will be handled separately (ZBX-2570)

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 19 ]

Bug fixed in version pre 1.8.3 revision 12939





[ZBX-2537] Maintenance plan not displayed when no hosts or groups are assigned to it. Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Jun 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Tom Duijf (xs-) Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix trunk build 1.8.3



 Description   

In maintenance configuration (configuration -> maintenance), maintenance plans which do not have hosts or hostgroups assigned, are not displayed.



 Comments   
Comment by richlv [ 2010 Jun 11 ]

choose "all" in the Group dropdown





[ZBX-2533] Graph zoom selects wrong period if try to select from right to left.. Created: 2010 Jun 10  Updated: 2017 May 30  Resolved: 2010 Jun 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jun 10 ]

Fixed in 1.8 and trunk directly

Comment by richlv [ 2010 Jun 15 ]

confirming the fix in trunk rev 12773.





[ZBX-2536] "zabbix_agentd -p" gives warning "page is already free" on netbsd Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Aug 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

approx. r12692 of 1.8


Attachments: Text File page-already-free.txt    

 Description   

Running "zabbix_agentd -p" on NetBSD 3.1 writes "zabbix_agentd in free(): warning: page is already free.".

See page-already-free.txt for full output. This warning was written to stderr (thus, asynchronously to stdout), so the problem is not necessarily in "proc.num[]".



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 11 ]

While we are at it, we should see why system.users.num returns float: system.users.num [d|2.000000].

Comment by Aleksandrs Saveljevs [ 2010 Jul 28 ]

On NetBSD 5.0 with automake 1.11.1 and autoconf 2.65 it does not configure properly:

./configure[7786]: syntax error: `IKSEMEL,iksemel,' unexpected

When the syntax error is commented out and the agent is built, "zabbix_agentd -p" segfaults in proc.mem[]:

$ ./zabbix_agentd -p
...
proc.num[] [u|1]
Segmentation fault (core dumped)

Comment by Alexander Vladishev [ 2010 Jul 28 ]

./configure[7786]: syntax error: `IKSEMEL,iksemel,' unexpected - it is necessary to install pkgconfig module

Comment by Aleksandrs Saveljevs [ 2010 Aug 02 ]

Fixed in pre-1.8.3 in r13757.





[ZBX-2538] full cloning of hosts does not always work Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Jun 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r12707 of 1.8


Attachments: PNG File full-clone-1.png     PNG File full-clone-2.png     PNG File undefined-index.png    

 Description   

Steps to reproduce:

(1) Press "Full clone" button. Picture full-clone-1.png appears.
(2) Press "Save". Picture full-clone-2.png appears. Note that, as opposed to full-clone-1.png, the lists of items and triggers are empty.
(3) Correct the name of the host and press "Save" again. Now, "Undefined index" error appears (see undefined-index.png). Also, no items and triggers were copied.

Also, if we would now try to create another host with the name "My Test Access Point 2", and repeat step (2) two times, we would also get the same "Undefined index" there.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 11 ]

ZBX-2538-hmass

Comment by richlv [ 2010 Jun 16 ]

confirming the fix in dev branch rev 12828.

Comment by Alexey Fukalov [ 2010 Jun 16 ]

branches/1.8 12833





[ZBX-2542] user with read only permissions can't see items history Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Jun 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jun 11 ]

ZBX-2542

Comment by richlv [ 2010 Jun 15 ]

confirming the fix in dev branch rev 12775.

Comment by Alexey Fukalov [ 2010 Jun 15 ]

branches/1.8 12777





[ZBX-2543] password resets when update profile and auth type is ldap Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Jun 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jun 14 ]

ZBX-2543

Comment by richlv [ 2010 Jun 17 ]

confirming the fix in dev branch rev 12852.

Comment by Alexey Fukalov [ 2010 Jun 17 ]

branches/1.8 12858





[ZBX-2509] Undefined index errors when performing import/export in the Zabbix Created: 2010 Jun 04  Updated: 2017 May 30  Resolved: 2010 Jun 04

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Igor Danoshaites (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

1. When importing standard template in the end when importing graphs appears the following errors:

  1. Undefined index: ymin_type[/home/igor/public_html/1.8branch/api/classes/class.cgraph.php:708]
  2. Undefined index: ymax_type[/home/igor/public_html/1.8branch/api/classes/class.cgraph.php:711]

2. Also i think that it is NOT convenient that now in the pre-1.8.3 version when performing xml import need not only select xml file which you want to import BUT ALSO need to turn on all checkboxes for "Update Existing" and "Add Missing", otherwise nothing will be updated/added, but on the screen will appear "Imported successfully". I think that it is NOT convenient, in the previous versions all checkboxes by default were selected.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 04 ]

ZBX-2509

Comment by Alexey Fukalov [ 2010 Jun 07 ]

branches/1.8 12590





[ZBX-2511] Compilation on FreeBSD error: 'FD_SETSIZE' undeclared here (not in a function) Created: 2010 Jun 06  Updated: 2017 May 30  Resolved: 2010 Jun 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 8.0-RELEASE-p2
Zabbix started from revision 12470



 Description   

After merge "ZBXNEXT-138 our daemons can now listen on multiple IPs" on revision 12470 compilation on FreeBSD end with this error:

gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -I/usr/local/include -I/usr/local/lib/perl5/5.8.9/mach/CORE -I/usr/local/include -I. -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -MT nodehistory.o -MD -MP -MF .deps/nodehistory.Tpo -c -o nodehistory.o nodehistory.c
In file included from nodehistory.h:24,
from nodehistory.c:24:
../../../include/comms.h:46: error: 'FD_SETSIZE' undeclared here (not in a function)
In file included from /usr/local/include/net-snmp/mib_api.h:76,
from /usr/local/include/net-snmp/library/mib.h:37,
from /usr/local/include/net-snmp/varbind_api.h:80,
from /usr/local/include/net-snmp/library/snmp_api.h:28,
from /usr/local/include/net-snmp/types.h:387,
from /usr/local/include/net-snmp/definitions.h:22,
from /usr/local/include/net-snmp/net-snmp-includes.h:75,
from ../../../include/sysinc.h:385,
from ../../../include/common.h:23,
from nodehistory.c:25:
/usr/local/include/net-snmp/library/parse.h:35:1: warning: "MAXLABEL" redefined
In file included from /usr/include/arpa/nameser.h:580,
from ../../../include/sysinc.h:120,
from ../../../include/common.h:23,
from nodehistory.c:25:
/usr/include/arpa/nameser_compat.h:104:1: warning: this is the location of the previous definition

      • Error code 1


 Comments   
Comment by Oleksii Zagorskyi [ 2010 Jun 06 ]

I found some information on my FreeBSD 8.0, maybe it will be useful:

/usr/include/sys/types.h contain this part:
/*

  • The following are all things that really shouldn't exist in this header,
  • since its purpose is to provide typedefs, not miscellaneous doodads.
    */
    #if __BSD_VISIBLE

#include <sys/select.h>

/usr/include/sys/select.h contain this part:
/*

  • Select uses bit masks of file descriptors in longs. These macros
  • manipulate such bit fields (the filesystem macros use chars).
  • FD_SETSIZE may be defined by the user, but the default here should
  • be enough for most uses.
    */
    #ifndef FD_SETSIZE
    #define FD_SETSIZE 1024U
    #endif
Comment by Oleksii Zagorskyi [ 2010 Jun 07 ]

tested branches/dev/zbx-2511-fd-setsize -r 12594
now on FreeBSD8.0 compiled without error.

Comment by Aleksandrs Saveljevs [ 2010 Jun 07 ]

Thanks!

Comment by Konstantin Agafontsev [ 2010 Jun 08 ]

what about the older versions of freebsd

Comment by Aleksandrs Saveljevs [ 2010 Jun 08 ]

Fixed in pre-1.8.3 in r12603.

Comment by Aleksandrs Saveljevs [ 2010 Jun 08 ]

Konstantin, if the latest revision of 1.8 fails to compile with other versions of FreeBSD, feel free to reopen.





[ZBX-2514] Can't compile agent on RHEL2 Created: 2010 Jun 07  Updated: 2017 May 30  Resolved: 2010 Jun 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix1.8.3 Rev.12366


Issue Links:
Duplicate

 Comments   
Comment by Alexander Vladishev [ 2010 Jun 08 ]

Fixed in v. pre1.8.3, r12609.





[ZBX-2773] Buttons color in orange theme need to improve Created: 2010 Jul 28  Updated: 2017 May 30  Resolved: 2010 Jul 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last trunk


Attachments: PNG File 1.button_improvement.png     PNG File 2.button_improvement_example2.png    

 Description   

see attached pictures



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 29 ]

branches/1.8 13687

Comment by Oleksii Zagorskyi [ 2010 Jul 29 ]

wow, I'm amazed. excellent.
In Chome especially - it have orange highlighting inputboxes and other elements by default. Try

Comment by Alexey Fukalov [ 2010 Jul 30 ]





[ZBX-2774] Problems with GUI Messaging in DM environment Created: 2010 Jul 28  Updated: 2017 May 30  Resolved: 2010 Aug 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A), Frontend (F)
Affects Version/s: 1.8.3rc2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 02 ]

Implemented





[ZBX-2848] Add permission check for favorites menu Created: 2010 Aug 10  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

In favorite menus, user can see elements on which he does not have rights. (But had some time ago)
Need to add permission check for favorites menu -> remove elements



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

In branches

Comment by richlv [ 2010 Aug 10 ]

should those elements be removed from the profiles table, or are they just hidden from the view ?

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

Just hidden. In case of user will gain access to those elements in some time, he will see it once again

Comment by richlv [ 2010 Aug 10 ]

although i don't see commit information on the issue here - what's the branch name ?

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

svn://svn.zabbix.com/branches/dev/zbx-2848

Comment by richlv [ 2010 Aug 10 ]

confirming the fix in dev branch rev 13897.

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

Implemented





[ZBX-2688] "all" in template popup does not work Created: 2010 Jul 13  Updated: 2017 May 30  Resolved: 2010 Jul 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

edit a host, try to add a template linkage - if dropdown choice "all" is selected, nothing is shown



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 13 ]

branches/1.8 13281

Comment by richlv [ 2010 Jul 16 ]

confirming the fix in 1.8 branch rev 13304.





[ZBX-2656] hiding the disabled items graphs Created: 2010 Jul 06  Updated: 2017 May 30  Resolved: 2010 Jul 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: hamid sfandiari Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

when we disable an item of hosts, the associated its graphs and triggers must be disabled or hide in monitoring>graphs

how we can implement of this feature on zabbix



 Comments   
Comment by richlv [ 2010 Jul 06 ]

not a bug - please use forum for discussion





[ZBX-2655] what is the meaning of ZABBIX Created: 2010 Jul 06  Updated: 2017 May 30  Resolved: 2010 Jul 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: hamid sfandiari Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

what is the meaning of ZABBIX



 Comments   
Comment by richlv [ 2010 Jul 06 ]

that is not a bug. please use forums for discussion





[ZBX-2646] group/host dropdowns has incorrect elements selected in popup Created: 2010 Jul 02  Updated: 2017 May 30  Resolved: 2010 Jul 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jul 05 ]

ZBX-2646

Comment by richlv [ 2010 Jul 05 ]

confirming the fix in dev branch rev 13177.

Comment by Alexey Fukalov [ 2010 Jul 05 ]

branches/1.8 13178





[ZBX-2648] Final translate ru_ru.inc.php Created: 2010 Jul 05  Updated: 2017 May 30  Resolved: 2010 Jul 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ru_ru.inc.php    

 Description   

thanks to zalex_ua for checking translation)



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Jul 05 ]

haha. thanks DotNeft for the thanks. Indeed, much has been improved, but probably will need to improve a little more

Comment by richlv [ 2010 Jul 06 ]

thank you both, committed





[ZBX-2621] maintenance form components change background when focused Created: 2010 Jun 29  Updated: 2017 May 30  Resolved: 2010 Jun 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r13097 of 1.8


Attachments: PNG File focused-component.png    
Issue Links:
Duplicate
duplicates ZBX-2427 sub-optimal 'row' highlighting Closed
duplicates ZBX-2442 update old permissions check queries ... Closed

 Description   

See focused-component.png. As far as I know, this does not happen in any other editing form.



 Comments   
Comment by richlv [ 2010 Jun 29 ]

this is fixed in a dev branch already, but it's not yet merged





[ZBX-2781] User can not change zoom (time period) Created: 2010 Jul 29  Updated: 2017 May 30  Resolved: 2010 Aug 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

I did some testing tonight and found that this only occurs if a user goes into screens, changes the time period, then goes into a graph and view values



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 29 ]
  • ZBX-2781 fixed timeline in case of usertime goes over possible period (Aly)
Comment by Artem Suharev (Inactive) [ 2010 Aug 02 ]

Implemented





[ZBX-2657] cannot add items, filter hosts, and more in bar reports Created: 2010 Jul 06  Updated: 2017 May 30  Resolved: 2010 Jul 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r13199 of 1.8


Attachments: PNG File caption-field-short.png     PNG File select-group-noop.png    

 Description   

(1) If we go to "Reports" -> "Bar reports", press "Add" to add items, select an item, and press "Add" in the popup, the popup will not close.

(2) A similar problem can also be observed when trying to add periods for "Distribution of values for multiple items". Also, in this period popup, the caption field is too short (see caption-field-short.png).

(3) If we choose "Compare values for multiple periods" and select a particular host group, it does not have any effect (see select-group-noop.png) on the host list.



 Comments   
Comment by richlv [ 2010 Jul 07 ]

confirming the fix in trunk rev 13214.





[ZBX-2618] page title for configuration -> slides is "ZABBIX" Created: 2010 Jun 29  Updated: 2017 May 30  Resolved: 2010 Jul 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

page title for configuration -> slides section is "ZABBIX". in breadcrumb history it also appears as "Zabbix".
as it was brought out in the menu, it should get a decent title & history entry.



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 20 ]

branches/1.8 13377

Comment by richlv [ 2010 Aug 10 ]

confirming the fix in trunk rev 13895





[ZBX-2659] Undef variable in dashboard last 20 issues Created: 2010 Jul 06  Updated: 2017 May 30  Resolved: 2010 Jul 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last trunk 13199



 Description   

Undefined variable: nodeid[/var/www/zabbix/include/triggers.inc.php:195]



 Comments   
Comment by richlv [ 2010 Jul 06 ]

distributed setup, current node set to "all"

Comment by richlv [ 2010 Jul 06 ]

same error in configuration -> it services

Comment by Alexey Pustovalov [ 2010 Jul 06 ]

without distributed monitoring for me

Comment by Alexey Fukalov [ 2010 Jul 07 ]

branches/1.8 13209

Comment by richlv [ 2010 Jul 07 ]

confirming the fix in trunk rev 13210.





[ZBX-2623] "new" and "delete selected" buttons are too far apart Created: 2010 Jun 29  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r13106 of 1.8


Attachments: PNG File new-delete-r11211.png     PNG File new-delete-r13106.png    

 Description   

When editing operation conditions, the buttons now look like new-delete-r13106.png. They used to look like new-delete-r11211.png.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 30 ]

branches/1.8 13108

Comment by richlv [ 2010 Jun 30 ]

confirming the fix in trunk rev 13109.





[ZBX-2734] Can not insert Templates into zabbix database Created: 2010 Jul 22  Updated: 2017 May 30  Resolved: 2010 Jul 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Erton Ossandón Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5.5, MySQL 5.0.77


Attachments: PNG File 21-07-2010 22-11-12.png     XML File Template_InterReach_Fusion.xml    

 Description   

Can not insert "Templates" into zabbix database, leaving the following error:

x Array to string conversion[/var/www/localhost/htdocs/zabbix/include/db.inc.php:866]
x Error in query [SELECT g.* FROM groups g WHERE ((g.groupid BETWEEN 000000000000000 AND 099999999999999)) AND (g.groupid IN (Array)) ] [Unknown column 'Array' in 'where clause']
x mysql_fetch_assoc() expects parameter 1 to be resource, boolean given[/var/www/localhost/htdocs/zabbix/include/db.inc.php:544]
x mysql_free_result() expects parameter 1 to be resource, boolean given[/var/www/localhost/htdocs/zabbix/include/db.inc.php:546]
x You do not have permission to perform this operation

Greetings



 Comments   
Comment by richlv [ 2010 Jul 28 ]

closing according to the previous comment. please reopen if not, thanks





[ZBX-2731] Hostgroup with brackets give problems with permissions Created: 2010 Jul 20  Updated: 2017 May 30  Resolved: 2010 Jul 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Bennie van Lent Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

I ran into a problem with the permissions system. I'm using host groups like these [00001] prompt or [06556] kalorama. This is working fine through the whole system.
Now i created a new user, new group, added the user to the group and tried to add one of the host groups to the user group I've created.

You can select the host group and save it without any problems. When i go back to the user group to review my actions, the lists are empty. At first i thought is was a permission problem in the hosts but its not. When i rename the group from [00001] Prompt to Prompt and add it to the user group everything works as expected.

The naming i use is something we use to generate reports for hosts and items so its something we like to keep using.

I upgraded the Zabbix gui from 1.8.2 to the 1.8.3 svn (revision 13391) and the problem remains.



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 20 ]

ZBX-2731

Comment by Alexei Vladishev [ 2010 Jul 22 ]

Tested. Please merge.

Comment by Alexey Fukalov [ 2010 Jul 22 ]

branches/1.8 13544

Comment by Bennie van Lent [ 2010 Jul 22 ]

Thx, working.





[ZBX-2698] can add empty entries in slideshow configuration Created: 2010 Jul 15  Updated: 2017 May 30  Resolved: 2010 Jul 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

edit a slideshow. adding an empty entry (without selecting a screen to add) is possible.

while it is not possible to save such a slideshow, it should not be allowed to add empty screen entries anyway



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 16 ]

branches/1.8 13313

Comment by richlv [ 2010 Jul 17 ]

confirming the fix in 1.8 branch rev 13332.





[ZBX-2677] colouring in permission lists lost Created: 2010 Jul 09  Updated: 2017 May 30  Resolved: 2010 Jul 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

regression. colouring in usergroup & user editing for permission fields has been lost in revisions 12772 & 12773



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 12 ]

branches/1.8 13269

Comment by richlv [ 2010 Jul 16 ]

confirming the fix in 1.8 branch rev 13304.





[ZBX-2736] Use of undefined constant S_DO_SMALL Created: 2010 Jul 22  Updated: 2017 May 30  Resolved: 2010 Jul 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last trunk revision 13473



 Description   

problem started after ZBX-2697 forbid creation of maintenance without hosts\groups (Vedmak)
Try edit item in GUI - error result: Use of undefined constant S_DO_SMALL - assumed 'S_DO_SMALL'[/usr/local/www/zabbix/include/forms.inc.php:2676]



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Jul 22 ]

i think using already existed string 'S_DO' is perfect.

Comment by Alexey Fukalov [ 2010 Jul 22 ]

branches/1.8 13514





[ZBX-2712] nbsp in api error message when user already exists Created: 2010 Jul 17  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

if attempting to add a user that already exists through the api, error message contains nbsp :

{"code":-32602,"message":"Invalid params.","data":"[ CUser::create ] User [ aa#bb#cc ] already exists"}

 Comments   
Comment by Alexey Fukalov [ 2010 Jul 19 ]

branches/1.8 13338





[ZBX-2685] map elements not always move when X coordinate applied Created: 2010 Jul 13  Updated: 2017 May 30  Resolved: 2010 Jul 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jul 13 ]

ZBX-2685

Comment by Alexey Fukalov [ 2010 Jul 14 ]

branches/1.8 13295





[ZBX-2696] once all the default images have been removed new elements cannot be added to a map Created: 2010 Jul 14  Updated: 2017 May 30  Resolved: 2010 Aug 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Jacob Mansfield Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

linux suse


Attachments: JPEG File screenshot-1.jpg    
Issue Links:
Duplicate
is duplicated by ZBX-2830 can't edit maps if all default icons ... Closed

 Description   

once all the default map icons have been removed (ie replaced with custom ones) no new elements can be added to a map, the default label appears but cannot be changed as there is no icon to click on and select to edit. I can provide screenshots as necasery



 Comments   
Comment by Jacob Mansfield [ 2010 Jul 15 ]

no it's not

Comment by richlv [ 2010 Jul 17 ]

could you please expand on your latest comment ?

Comment by richlv [ 2010 Jul 17 ]

looks like in the latest svn head it is not possible to add map elements if all default images have been removed





[ZBX-2745] Slow performance for some screen elements Created: 2010 Jul 23  Updated: 2017 May 30  Resolved: 2010 Aug 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexei Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Here is debug information for one screen in screen editing form:

Time:0.001112 SQL: SELECT * FROM screens_items WHERE screenid=3
Time:1.370191 LONG SQL: SELECT DISTINCT n.nodeid, n.name as node_name, h.hostid, h.host, min(r.permission) as permission, ug.userid FROM hosts h LEFT JOIN hosts_groups hg ON hg.hostid=h.hostid LEFT JOIN groups g ON g.groupid=hg.groupid LEFT JOIN rights r ON r.id=g.groupid LEFT JOIN users_groups ug ON ug.usrgrpid=r.groupid and ug.userid=1 LEFT JOIN nodes n ON (h.hostid/100000000000000)=n.nodeid WHERE ((h.hostid BETWEEN 000000000000000 AND 099999999999999)) GROUP BY h.hostid,n.nodeid,n.name,h.host,ug.userid ORDER BY n.name,n.nodeid, h.host, permission, ug.userid
Time:0.08552 LONG SQL: SELECT t.triggerid FROM triggers t WHERE ((t.triggerid BETWEEN 000000000000000 AND 099999999999999))
Time:92.065856 LONG SQL: SELECT DISTINCT t.triggerid,t.priority,t.description,t.expression,h.host,t.type FROM triggers t, functions f, items i, hosts h WHERE (t.triggerid IN (10001,10002,112280,112281,112282,112283,112284,112285,112286,112287,13933,112288,112289,112291,112290,112292,112293,112294,112295...

The screen contains "History of events" element.

Please review other screen elements as well.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 30 ]

More improvements.
Test (better with not super admin): events page, screens: History of Events, Messaging system, trigger status, triggers.

Comment by Artem Suharev (Inactive) [ 2010 Aug 02 ]

History of Events improved

Comment by Alexei Vladishev [ 2010 Aug 02 ]

I am closing it.





[ZBX-2757] popup calendars in dark orange theme have very poor contrast Created: 2010 Jul 26  Updated: 2017 May 30  Resolved: 2010 Jul 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File theme_dark_orange_calendar.png    

 Description   

time bar popup calendars in dark_orange theme have very poor contrast



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 26 ]

branches/1.8 13599





[ZBX-2799] Map gets broken if select host in maintenance Created: 2010 Jul 30  Updated: 2017 May 30  Resolved: 2010 Jul 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 30 ]

Fixed in branch

Comment by Igor Danoshaites (Inactive) [ 2010 Aug 02 ]

Confirm the fix in dev branch.
Please merge the fixes.

Comment by Artem Suharev (Inactive) [ 2010 Aug 02 ]

Implemented





[ZBX-2666] Can't compile agent on Solaris 8 Created: 2010 Jul 08  Updated: 2017 May 30  Resolved: 2010 Jul 08

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Cannot compile agent on Solaris 8:

$ uname -X
System = SunOS
Release = 5.8
KernelID = Generic_108528-29
Machine = sun4u

$ make
Making all in src
Making all in libs
Making all in zbxcrypto
Making all in zbxcommon
Making all in zbxlog
Making all in zbxalgo
Making all in zbxnix
Making all in zbxconf
Making all in zbxsysinfo
Making all in common
gcc -DHAVE_CONFIG_H -I. -I../../../../include -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o net.c
net.c: In function `CHECK_DNS':
net.c:337: error: `_res' undeclared (first use in this function)
net.c:337: error: (Each undeclared identifier is reported only once
net.c:337: error: for each function it appears in.)
net.c:337: error: `RES_INIT' undeclared (first use in this function)

      • Error code 1
        make: Fatal error: Command failed for target `net.o'


 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jul 08 ]

Fixed in pre-1.8.3 in r13219.

Comment by Oleksii Zagorskyi [ 2010 Jul 08 ]

I want to say that after this commit no warnings on ./configure command about resolv.h and net/if.h on FreeBSD 8.0, but one similar warning still exist:

checking net/if_mib.h usability... no
checking net/if_mib.h presence... yes
configure: WARNING: net/if_mib.h: present but cannot be compiled
configure: WARNING: net/if_mib.h: check for missing prerequisite headers?
configure: WARNING: net/if_mib.h: see the Autoconf documentation
configure: WARNING: net/if_mib.h: section "Present But Cannot Be Compiled"
configure: WARNING: net/if_mib.h: proceeding with the preprocessor's result
configure: WARNING: net/if_mib.h: in the future, the compiler will take precedence
checking for net/if_mib.h... yes

I remember what I saw on the forum quite a old message about this warnings from other FreeBSD users.
may also need to fix?

FreeBSD_config.log attached

Comment by Oleksii Zagorskyi [ 2010 Jul 08 ]

sorry, I can not attach a file to not my request. if need be I will be able to send.

Comment by Aleksandrs Saveljevs [ 2010 Jul 09 ]

Thanks! I have moved header detection to ZBX-2671. Please add more headers and platforms if you find any.





[ZBX-2838] Not visible elements in GUI (rc4) Created: 2010 Aug 08  Updated: 2017 May 30  Resolved: 2010 Aug 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last revision in trunk and branche (rc4)


Attachments: PNG File 1_gui_bug.png     PNG File 2_gui_bug.png    

 Comments   
Comment by richlv [ 2010 Aug 09 ]

works for me.
which browsers have you tried ?
is images/general/bttn/help.png present and valid image ?

Comment by Oleksii Zagorskyi [ 2010 Aug 09 ]

tested r13862 in 5 browsers in two different installation - problem exist.
the problem started from trunk r13808 - ZBX-2784 changed icons style (Vedmak)

With images all fine: copied from frontend directory images is valid (help.png - 32bit transparent background, white "?").

Comment by richlv [ 2010 Aug 09 ]

hmm, ok, can reproduce now, both in trunk & 1.8.

Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

Fixed directly in 1.8 and trunk

Comment by richlv [ 2010 Aug 09 ]

confirming the fix in trunk rev 13886.





[ZBX-2761] Long query in suggestion menu Created: 2010 Jul 26  Updated: 2017 May 30  Resolved: 2010 Jul 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A), Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 26 ]

SELECT DISTINCT h.hostid,h.host
FROM hosts h,hosts_groups hg,rights r,users_groups ug
WHERE hg.hostid=h.hostid
AND r.id=hg.groupid
AND r.groupid=ug.usrgrpid
AND ug.userid=100100000000003
AND r.permission>=2
AND NOT EXISTS(
SELECT hgg.groupid
FROM hosts_groups hgg, rights rr, users_groups gg
WHERE hgg.hostid=hg.hostid
AND rr.id=hgg.groupid
AND rr.groupid=gg.usrgrpid
AND gg.userid=100100000000003
AND rr.permission<2
)
AND ((h.hostid BETWEEN 100000000000000 AND 199999999999999))
AND h.status IN (0,1)
AND h.host LIKE 'M%'
ORDER BY h.host
LIMIT 15

executes ~4s

Comment by Artem Suharev (Inactive) [ 2010 Jul 26 ]

Implemented





[ZBX-2780] GUI export fails, Created: 2010 Jul 29  Updated: 2017 May 30  Resolved: 2010 Jul 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: svenw Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

red hat 5.1, mysql



 Description   

i have several zabbix servers running. on my two latest installations exporting templates/hosts fails. the preview works fine, the actual export has 0 bytes.

http-error.log shows:
[Thu Jul 29 13:31:00 2010] [error] [client xxxxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'include/classes/class.domdocument.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/zabbix/include/config.inc.php on line 62, referer: http://xxxxxx/zabbix/export.php?sid=e0ff5339e229baad

the gui files are absolutely identical between the working and non-working versions (md5sum checked) - just it seems the conditions leading to the require_once() are not met on the other (working) systems



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 29 ]

You have to install php-dom

Comment by richlv [ 2010 Jul 30 ]

as noted, php-dom or php-xml module has to be installed

Comment by svenw [ 2010 Jul 30 ]

then maybe the existance of php-dom should be checked in the installation wizard of the web gui along with php-gd/mbstring etc?

thanks for the hint anyway

Comment by richlv [ 2010 Jul 30 ]

as far as i know, it already is for the upcoming 1.8.3
sorry for not mentioning it right away





[ZBX-2833] JS error in monitoring events -> discovery events Created: 2010 Aug 06  Updated: 2017 May 30  Resolved: 2010 Aug 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-2831 Unhandled exception: "ERROR: ScrollBa... Closed

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 06 ]

Implemented

Comment by richlv [ 2010 Aug 09 ]

confirming the fix in 1.8 branch rev 13886





[ZBX-2619] document system.stat item for AIX Created: 2010 Jun 29  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Documentation (D)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

"system.stat" is a wonderful item for gathering virtual memory statistics and is available for AIX since 1.8.1, but it is not documented.



 Comments   
Comment by richlv [ 2010 Jun 29 ]

most likely should be documented in a separate section like win32 specific keys are

Comment by Alexander Vladishev [ 2010 Jul 15 ]

system.stat metric is documented.

Comment by Alexander Vladishev [ 2010 Jul 19 ]

Fixed in ver pre1.8.3, rev. 13346.





[ZBX-2732] Get Events fails Created: 2010 Jul 20  Updated: 2017 May 30  Resolved: 2010 Jul 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Michael OBrien Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Ubuntu 10.04 x86_64
Core i7 860, 8GB RAM, SSD storage



 Description   

When I use the following code after loading the community Zabbix API PHP class (http://www.zabbix.com/forum/showthread.php?p=68628#post68628):

"ZabbixAPI::fetch_array('event','get',array())"

And print_r the results, I get

"Array ( [0] => )"

The execution time of the fetch_array is LONG, and CPU is pegged (apache process, we use mod_php so I assume it's php pegging the CPU).



 Comments   
Comment by Michael OBrien [ 2010 Jul 21 ]

I have built 1.8.3 from source to test this fix, but the same thing occurs.

Comment by Michael OBrien [ 2010 Jul 21 ]

FYI, 1.8.3 version I built was:
Zabbix Server v1.8.3 (revision 13392) (29 March 2010)
Compilation time: Jul 21 2010 09:35:53

Comment by richlv [ 2010 Jul 22 ]

1. that is not a server related functionality;
2. the fix is not in trunk or 1.8 branch yet, only in the development branch

Comment by richlv [ 2010 Aug 10 ]

sorry for not expanding on "only in the development branch" - that detail was not communicated on the issue properly. it is expected to be verified soon, so it might be merged to main branches today as well

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

1. Issues with using third party libraries should not be addressed to ZABBIX. "ZabbixAPI::fetch_array('event','get',array())" - this lib is not supported by zabbix.
2. API works fine with such request
2.1 by such request, API will return all events (it could be > 10 000 000 events) . Of course it will produce some load on server. Add some filter.

Fixed event.get requests containing "select_hosts" or "select_triggers" parameters.

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

Fix implemented





[ZBX-2643] Calculated Items Does Not Work Using Proxy Created: 2010 Jul 01  Updated: 2017 May 30  Resolved: 2010 Jul 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Nathan Eisenberg Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix 1.8.2 w/ Proxy 1.8.2


Attachments: PNG File Calculated Item.png     PNG File Item 1.png     PNG File Item 2.png    
Issue Links:
Duplicate
duplicates ZBX-2089 zabbix fails to compute calculated it... Closed

 Description   

Calculated Items seem to be entirely ignored by the Zabbix proxy. Hosts that have calculated items that are assigned to a proxy never receive a value, but switching them to being monitored by Zabbix directly immediately resolves the issue.



 Comments   
Comment by richlv [ 2010 Jul 02 ]

this was supposed to be fixed in 1.8.2. could you please doublecheck that it's 1.8.2 not 1.8.1 or so ?

Comment by Nathan Eisenberg [ 2010 Jul 02 ]

Confirmed - It's 1.8.2 and the issue is alive and well.

Comment by Aleksandrs Saveljevs [ 2010 Jul 02 ]

Zabbix 1.8.2 and pre-1.8.3 update calculated items for proxied hosts perfectly well for me.

Is there anything special about these items? Could you please post a screenshot with a configuration of one of these items?

Comment by Nathan Eisenberg [ 2010 Jul 05 ]

Here you are!

Comment by Nathan Eisenberg [ 2010 Jul 05 ]

Alright, I'm a moron. =)

I upgraded the frontend, but was lazy with my ./configure command on the Zabbix server, and just ran './configure', which obviously didn't result in building the zabbix-server code.

Upgraded to 1.8.2, and it works. I owe everyone a beer now - sorry!

Comment by richlv [ 2010 Jul 06 ]

ok, thanks for the update





[ZBX-2633] UA translation file Created: 2010 Jun 30  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ua_ua.inc.php    

 Description   

I did not want to clog the tracker before, but now I feel the time has come ...



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Jun 30 ]

revision 13120

Comment by richlv [ 2010 Jul 01 ]

thanks, committed





[ZBX-2635] Ru_ru translation file Created: 2010 Jul 01  Updated: 2017 May 30  Resolved: 2010 Jul 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ru_ru.inc.php    

 Comments   
Comment by richlv [ 2010 Jul 01 ]

thanks, committed





[ZBX-2649] maximum does not correspond to graphed values Created: 2010 Jul 05  Updated: 2017 May 30  Resolved: 2010 Jul 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r13175 of 1.8


Attachments: PNG File incorrect-maximum.png    
Issue Links:
Duplicate

 Description   

On incorrect-maximum.png the maximum value for "Process load" is shown as 0.78 (this value exists in the database), but it does not appear on the graph.

If the expected behavior is that min and max correspond to the database values and not necessarily to the graphed values, then this issue is not a bug.

Otherwise, if the expected behavior is that min and max correspond to graphed values, then we should fix it.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jul 05 ]

Replacing function 'avg' to 'max' draws the 0.78 value. Still, the question remains: should max correspond to graphed values or not?

Comment by richlv [ 2010 Jul 05 ]

as far as i know, it has been decided that actual values from db should be shown as min/max -> closing for now





[ZBX-2382] Can't select trigger for filter in Monitoring / Events screen Created: 2010 Apr 27  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix pre1.8.3, r11712.
ORACLE database


Attachments: JPEG File Events.jpg    

 Description   

1. There is no response to cliques in Triggers popup window.
2. Warning in Monitoring / Events screen



 Comments   
Comment by Alexey Fukalov [ 2010 Apr 28 ]

branches/1.8 11769





[ZBX-2098] can't mass update hosts to a new group Created: 2010 Mar 02  Updated: 2017 May 30  Resolved: 2010 May 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

select a host, mass update it. enter group name and at the same time mark 'groups' checkbox, but don't add any groups.
this should add hosts to the new group and remove from all the other groups - that works on a single host, but fails in the mass update.



 Comments   
Comment by Alexey Fukalov [ 2010 May 14 ]

ZBX-2098

Comment by richlv [ 2010 May 17 ]

svn: URL 'svn://svn.zabbix.com/branches/dev/ZBX-2027/frontends/php' doesn't exist

Comment by richlv [ 2010 Jun 03 ]

confirming the fix in dev branch rev 12523.

Comment by Alexey Fukalov [ 2010 Jun 03 ]

branches/1.8 12529





[ZBX-2393] Oracle errors while acknowledging events Created: 2010 Apr 28  Updated: 2017 May 30  Resolved: 2010 May 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix frontend 1.8, r11768
ORACLE


Attachments: JPEG File screenshot.jpg    

 Comments   
Comment by Alexey Fukalov [ 2010 May 11 ]

branches/1.8 11920





[ZBX-2100] a group with templates but without hosts breaks map editing Created: 2010 Mar 03  Updated: 2017 May 30  Resolved: 2010 May 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

create a group, add a template to it, add this group to a map.
this map can not be edited anymore, and in monitoring it shows up as having disabled status



 Comments   
Comment by richlv [ 2010 Mar 03 ]

note, it might be required to add a host to the group first, then add it to map, and then remove the host from that group

Comment by richlv [ 2010 Jun 10 ]

confirming the fix in trunk rev 12684.





[ZBX-2370] Event duration in different sreens does not coincide Created: 2010 Apr 23  Updated: 2017 May 30  Resolved: 2010 May 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: JPEG File events.jpg    

 Comments   
Comment by Alexey Fukalov [ 2010 May 19 ]

ZBX-2370

couldn't reproduce same problem, but found another connected with duraation of problem event when next event is ok.
+ reduced query count.

Comment by Alexey Fukalov [ 2010 May 20 ]

branches/1.8 12109





[ZBX-2417] zabbix_agent(listener?) dies suddenly. Created: 2010 May 11  Updated: 2017 May 30  Resolved: 2010 May 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

Zabbix agent refuse all incoming connection after a while normal operation



 Comments   
Comment by Alexander Vladishev [ 2010 May 11 ]

Fixed in version pre1.8.3, r11909





[ZBX-2267] [Screens] Error in SQL query wihle using graph Created: 2010 Apr 03  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Vladimir Osipenko Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

2.6.31-20-server #58-Ubuntu
MySQL 5.1.32


Issue Links:
Duplicate
is duplicated by ZBX-2440 Screen History with OracleDB Closed

 Description   

Looks like this closed bug: ZBX-2248

Just installed Zabbix 1.8.2. All configs are default.

1. Go to Monitoring -> Screens
2. Try magnifying some part of any graph

And get errors:

  • Error in query [INSERT INTO profiles (profileid, userid, idx, value_int, type, idx2) VALUES (135, 1, 'web.screens.period', 3600, 2, )] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1]
  • Error in query [INSERT INTO profiles (profileid, userid, idx, value_str, type, idx2) VALUES (136, 1, 'web.screens.stime', '201004032135', 3, )] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1]

It seems that idx2 in not inserted into the query, because for eg. in this query it is inserted:
INSERT INTO profiles (profileid, userid, idx, value_int, type, idx2) VALUES (137, 1, 'web.auditlogs.filter.action', -1, 2, 0)

While searching for reasons I noticed, that when I pressed fullscreen button and then pressed it again for returning to previous state, these two errors disappeared, and new rows were entered into table and they had "2" as value for idx2.

Hope this helps.



 Comments   
Comment by richlv [ 2010 Apr 06 ]

confirming in trunk rev 11321.

Comment by Alexey Fukalov [ 2010 Apr 12 ]

ZBX-2267-scrprof

Comment by richlv [ 2010 Apr 13 ]

confirming the fix in dev branch rev 11459.

Comment by Alexey Fukalov [ 2010 Apr 13 ]

branches/1.8 11466





[ZBX-2266] Server crash in check calculate item Created: 2010 Apr 03  Updated: 2017 May 30  Resolved: 2010 Apr 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2709 Zabbix server crashes Closed
is duplicated by ZBX-2259 Zabbix died fork Escalator Closed
is duplicated by ZBX-4388 Calculated items seems to cause zabbi... Closed

 Comments   
Comment by Alexey Pustovalov [ 2010 Apr 03 ]

11193:20100403:191419.480 server #57 started [Poller. SNMP:YES]
11193:20100403:191419.480 In main_poller_loop() poller_type:0 poller_num:56
11193:20100403:191419.480 Connect to the database
11193:20100403:191421.161 In get_values()
11193:20100403:191421.161 In DCinit_nextchecks()
11193:20100403:191421.161 In DCconfig_get_poller_items() poller_type:0 poller_num:55
11193:20100403:191424.878 End of DCconfig_get_poller_items():0
11193:20100403:191424.878 In DCflush_nextchecks()
11193:20100403:191424.878 End of get_values()
11193:20100403:191424.878 In DCconfig_get_normal_poller_nextcheck() poller_type:0 poller_num:55
11193:20100403:191424.911 End of DCconfig_get_normal_poller_nextcheck():1270300465
11193:20100403:191424.911 Poller #55 spent 3.716654 seconds while updating 0 values. Sleeping for 1 seconds
11193:20100403:191425.912 In get_values()
11193:20100403:191425.912 In DCinit_nextchecks()
11193:20100403:191425.912 In DCconfig_get_poller_items() poller_type:0 poller_num:55
11193:20100403:191425.912 End of DCconfig_get_poller_items():43
11193:20100403:191425.913 In substitute_simple_macros (data:'vpn_packet_C2_In')
11193:20100403:191425.913 In get_value() key:'vpn_packet_C2_In'
11193:20100403:191425.913 In get_value_calculated() key:'vpn_packet_C2_In' expression:'(last("c2sw01:Port_10110_InPackets")+last("c2sw01:Port_10137_InPackets")+last("c2sw01:Port_10138_InPackets")+last("c2sw03:Port_10102_InPackets")+last("c2sw03:Port_10103_InPackets")+last("c2sw03:Port_10104_InPackets")+last("c2sw03:Port_10109_InPackets")+last("c2sw03:Port_10128_InPackets"+last("c2sw06:Port_10108_InPackets")+last("c2sw00:ifIntUcastPkts.142")+last("c2sw00:ifInUcastPkts.146"))/11'
11193:20100403:191425.913 In calcitem_parse_expression() expression:'(last("c2sw01:Port_10110_InPackets")+last("c2sw01:Port_10137_InPackets")+last("c2sw01:Port_10138_InPackets")+last("c2sw03:Port_10102_InPackets")+last("c2sw03:Port_10103_InPackets")+last("c2sw03:Port_10104_InPackets")+last("c2sw03:Port_10109_InPackets")+last("c2sw03:Port_10128_InPackets"+last("c2sw06:Port_10108_InPackets")+last("c2sw00:ifIntUcastPkts.142")+last("c2sw00:ifInUcastPkts.146"))/11'
11193:20100403:191425.913 calcitem_parse_expression() functionid:1 function:'last("c2sw01:Port_10110_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:2 function:'last("c2sw01:Port_10137_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:3 function:'last("c2sw01:Port_10138_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:4 function:'last("c2sw03:Port_10102_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:5 function:'last("c2sw03:Port_10103_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:6 function:'last("c2sw03:Port_10104_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:7 function:'last("c2sw03:Port_10109_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:8 function:'last("c2sw03:Port_10128_InPackets"+last("c2sw06:Port_10108_InPackets")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:9 function:'last("c2sw00:ifIntUcastPkts.142")'
11193:20100403:191425.913 calcitem_parse_expression() functionid:10 function:'last("c2sw00:ifInUcastPkts.146")'
11193:20100403:191425.913 calcitem_parse_expression() expression:'(

{1}+{2}+{3}+{4}+{5}+{6}+{7}+{8}+{9}+{10})/11'
11193:20100403:191425.913 In substitute_simple_macros (data:'({1}

+

{2}+{3}+{4}+{5}+{6}+{7}+{8}+{9}+{10})/11')
11193:20100403:191425.913 End substitute_simple_macros (result:'({1}+{2}

+

{3}+{4}+{5}+{6}+{7}+{8}+{9}+{10})/11')
11193:20100403:191425.913 End of calcitem_parse_expression():SUCCEED
11193:20100403:191425.913 In calcitem_evaluate_expression() expression:'({1}+{2}+{3}

+

{4}

+

{5}

+

{6}

+

{7}

+

{8}

+

{9}

+

{10}

)/11'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw01:Port_10110_InPackets.last()'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw01:Port_10137_InPackets.last()'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw01:Port_10138_InPackets.last()'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw03:Port_10102_InPackets.last()'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw03:Port_10103_InPackets.last()'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw03:Port_10104_InPackets.last()'
11193:20100403:191425.913 calcitem_evaluate_expression() function:'c2sw03:Port_10109_InPackets.last()'
11098:20100403:191425.922 One child process died (PID:11193). Exiting ...

Comment by Alexey Pustovalov [ 2010 Apr 03 ]

sorry thise bug, not feature request)))

Comment by Aleksandrs Saveljevs [ 2010 Apr 08 ]

Fixed the crash in pre-1.8.3 in r11391.

PS: Alexey, not sure if you noticed it, but you have a typo in the expression:

... + last("c2sw03:Port_10128_InPackets"+last("c2sw06:Port_10108_InPackets") + ...

The first "last" is missing a closing parenthesis. Correcting it will allow you to run Zabbix without upgrading to the latest revision.





[ZBX-2130] Incorrect queries Created: 2010 Mar 09  Updated: 2017 May 30  Resolved: 2010 Jun 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.3, 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Alexander Vladishev
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Oracle 10g2, Gento 31-r6



 Description   

if action without any send messages (only execute script):
18577:20100309:191707.869 [Z3005] Query failed: [-1] ORA-01400: cannot insert NULL into ("ZABBIX_TEST"."ALERTS"."USERID")
[insert into alerts (alertid,actionid,eventid,clock,message,status,alerttype,esc_step) values (12269,93,8662288,1268144227,'domain: /usr/local/sbin/...."',1,1,0)]

alerts create with USERID NOT NULL;

if mediatype not defined for one of the users
18577:20100309:191708.102 [Z3005] Query failed: [-1] ORA-01400: cannot insert NULL into ("ZABBIX_TEST"."ALERTS"."MEDIATYPEID")
[insert into alerts (alertid,actionid,eventid,userid,retries,clock,subject,message,status,alerttype,error,esc_step) values (12271,38,8662324,11,3,1268144228,'Statistics ....: PROBLEM','Date: 2010.03.09-19:17:08
Age: 5m
Host: .....

alerts create with MEDIATYPEID NOT NULL;



 Comments   
Comment by Alexei Vladishev [ 2010 Mar 11 ]

You have to create a sequence for this table if I'm not mistaken. We will check it in more details later...

Comment by Alexey Pustovalov [ 2010 Mar 11 ]

Yes, I created, but after the appearance of these errors deleted sequence.

in create schema userid and mediatypeid not null:
TABLE|alerts|alertid|ZBX_HISTORY
FIELD |userid |t_id |'0' |NOT NULL |0 |users
FIELD |mediatypeid |t_id |'0' |NOT NULL |0 |media_type

but thise queries trying insert nul into thise columns

Comment by Alexander Vladishev [ 2010 Jun 07 ]

Очень странно, что так получается.
Поля в таблице alerts создаются с дефолтными значениями '0', т.е. если в insert-скрипте для них не указывать значения, то подставится '0'.
Пожалуйста проверьте вашу таблицу alerts. Она должна быть создана вот такой командой:

CREATE TABLE alerts (
alertid number(20) DEFAULT '0' NOT NULL,
actionid number(20) DEFAULT '0' NOT NULL,
eventid number(20) DEFAULT '0' NOT NULL,
userid number(20) DEFAULT '0' NOT NULL,
clock number(10) DEFAULT '0' NOT NULL,
mediatypeid number(20) DEFAULT '0' NOT NULL,
sendto nvarchar2(100) DEFAULT '',
subject nvarchar2(255) DEFAULT '',
message nvarchar2(2048) DEFAULT '',
status number(10) DEFAULT '0' NOT NULL,
retries number(10) DEFAULT '0' NOT NULL,
error nvarchar2(128) DEFAULT '',
nextcheck number(10) DEFAULT '0' NOT NULL,
esc_step number(10) DEFAULT '0' NOT NULL,
alerttype number(10) DEFAULT '0' NOT NULL,
PRIMARY KEY (alertid)
)
/

CREATE INDEX alerts_1 on alerts (actionid)
/

CREATE INDEX alerts_2 on alerts (clock)
/

CREATE INDEX alerts_3 on alerts (eventid)
/

CREATE INDEX alerts_4 on alerts (status,retries)
/

CREATE INDEX alerts_5 on alerts (mediatypeid)
/

CREATE INDEX alerts_6 on alerts (userid)
/

Comment by Alexey Pustovalov [ 2010 Jun 07 ]

хм... действительно у меня дефолтного значения не было. Извиняюсь





[ZBX-2438] [PATCH] zabbix-server: broken ssh2 support on FreeBSD Created: 2010 May 17  Updated: 2017 May 30  Resolved: 2010 May 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alex Deiter Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 9.0-CURRENT-r207844-p9 amd64



 Description   

script configure contain invalid test operators:

./configure --enable-server --with-net-snmp --with-pgsql --with-ldap --with-openipmi --with-jabber --with-ssh2 --prefix=/usr/local
..
checking for SSH2 support... test: xyes: unexpected operator
...

Please review patch:

— configure.orig 2010-05-17 15:38:52.189911152 +0400
+++ configure 2010-05-17 15:39:13.793087125 +0400
@@ -12472,7 +12472,7 @@
fi #if test "x$_libssh2_dir" = "xno"; then
fi # if test "x$want_ssh2" != "xno"; then

  • if test "x$found_ssh2" == "xyes"; then
    + if test "x$found_ssh2" = "xyes"; then
    am_save_cflags="$CFLAGS"
    am_save_ldflags="$LDFLAGS"
    am_save_libs="$LIBS"
    @@ -12537,7 +12537,7 @@
    LDFLAGS="$am_save_ldflags"
    LIBS="$am_save_libs"
  • if test "x$found_ssh2" == "xyes"; then
    + if test "x$found_ssh2" = "xyes"; then
    cat >>confdefs.h <<_ACEOF
    #define HAVE_SSH2 1

Thanks a lot!



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 May 18 ]

Thanks! Fix available in pre-1.8.3 in r12048.

Comment by Oleksii Zagorskyi [ 2010 May 19 ]

FreeBSD 8.0-RELEASE-p2
libssh2-1.2.5,2 A library implementing the SSH2 protocol

Not compile --with-ssh2

checking for net-snmp-config... /usr/local/bin/net-snmp-config
checking for main in -lnetsnmp ... yes
checking for localname in struct snmp_session... yes
checking for SSH2 support... no
configure: error: SSH2 library not found

See attached log on forum http://www.zabbix.com/forum/showpost.php?p=64774&postcount=20

Comment by Alex Deiter [ 2010 May 19 ]

Hi Oleksiy ,

You config.log
...
configure:12462: checking for SSH2 support
configure:12570: gcc -o conftest -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -I/usr/local/include -I/usr/local/lib/perl5/5.8.9/mach/CORE -I/usr/local/include -I. -I/usr/local/include -I$/usr/local/include -L$/usr/local/lib conftest.c -lkvm -lm -ldevstat -lssh2 >&5
/usr/bin/ld: cannot find -lssh2
configure:12576: $? = 1
...

1. Could you please install Zabbix from FreeBSD ports collection ?

cd /usr/ports/net-mgmt/zabbix-server && make install
cd /usr/ports/net-mgmt/zabbix-agent && make install
cd /usr/ports/net-mgmt/zabbix-frontend && make install

2. If you want install Zabbix from source tarball, please check libssh2 and use CPPFLAGS/CFLAGS/LDFLAGS shell environment for configure script:

$ pkg_info |grep libssh
libssh2-1.2.5,2 A library implementing the SSH2 protocol

$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure --enable-server --with-pgsql --with-net-snmp --with-ldap --with-ssh2 | grep -i ssh
checking for SSH2 support... yes
Libraries: -lkvm -lm -ldevstat -liconv -lcurl -lnetsnmp -lssh2

without CPPFLAGS/CFLAGS/LDFLAGS shell environment configure script not found libssh2:

$ ./configure --enable-server --with-pgsql --with-net-snmp --with-ldap --with-ssh2 | grep -i ssh
configure: error: SSH2 library not found
checking for SSH2 support... no

Thanks!

Comment by Aleksandrs Saveljevs [ 2010 May 19 ]

If SSH2 is installed in a directory other than those that configure script checks by default (/usr and /usr/local), you can also try --with-ssh2=DIR option.

Comment by Aleksandrs Saveljevs [ 2010 May 19 ]

In m4/libssh2.m4 there are lines like:

SSH2_CFLAGS=-I$/usr/include
SSH2_LDFLAGS=-L$/usr/lib

The dollar sign does not seem to be needed. Maybe that is what is causing your problem.

Comment by Aleksandrs Saveljevs [ 2010 May 19 ]

Dollar sign fix available in pre-1.8.3 in r12069.

Comment by Oleksii Zagorskyi [ 2010 May 19 ]

Alex Deiter,
install Zabbix from FreeBSD ports collection GUD (zabbix-server 1.8.2_1,2 with 'Use libssh2 for SSH-based checks').

I try script configure with last changes r12069 (removed Dollar sign) and now it work without error, thanks.





[ZBX-2031] Dublicate rows in dservices with Oracle DB Created: 2010 Feb 17  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.1, 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File dservices.diff    

 Description   

if key_ in dservices null and zabbix_server trying search in DB row with discvered service, it execute SQL:
select dserviceid,dhostid,status,lastup,lastdown,value from dservices where dcheckid=48 and type=12 and key_='' and ip='10.100.187.198' and port=0;

but for Oracle key_='' not key_=null

for Oracle need query:
select dserviceid,dhostid,status,lastup,lastdown,value from dservices where dcheckid=48 and type=12 and key_ is null and ip='10.100.187.198' and port=0;

I think in sources still encountered similar problems.



 Comments   
Comment by Alexey Pustovalov [ 2010 Mar 05 ]

temporary solution in patch

Comment by Benjamin Coles [ 2010 Mar 11 ]

use this to clean up the table:

delete from dservices
where rowid not in
( select max(rowid) from dservices group by TYPE,key_,ip,dcheckid)

Comment by Benjamin Coles [ 2010 May 29 ]

this patch works, I've tested this in our dev and prod environment. I'd vote to have this added to trunk.

Comment by Aleksandrs Saveljevs [ 2010 Jun 02 ]

Fixed in pre-1.8.3 in r12459.





[ZBX-2033] Not increment eventid in ids table Created: 2010 Feb 17  Updated: 2017 May 30  Resolved: 2010 Feb 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.3, 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

in src/libs/zbxdbcache/nextchecks.c function DCflush_nextchecks exists code:

/* dealing with events */
if (events_num > 0)
events_maxid = DBget_maxid_num("events", "eventid", events_num);

for (i = 0; i < events_num; i++)
{
zbx_snprintf_alloc(&sql, &sql_allocated, &sql_offset, 256,
"insert into events (eventid,source,object,objectid,clock,value) "
"values (" ZBX_FS_UI64 ",%d,%d," ZBX_FS_UI64 ",%d,%d);\n",
events_maxid,
EVENT_SOURCE_TRIGGERS,
EVENT_OBJECT_TRIGGER,
events[i].objectid,
events[i].clock,
TRIGGER_VALUE_UNKNOWN);
events_maxid++;

DBget_maxid_num execute once, but events_maxid may increase, but in ids table max for eventid remains unchanged.

i don't know it's normal or not(



 Comments   
Comment by Alexei Vladishev [ 2010 Feb 23 ]

There is nothing to fix. We reserve block of IDs (events_num) for better performance.

Alexei





[ZBX-2035] full cloning incorrect with custom graphs Created: 2010 Feb 18  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.1, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

when full cloning a host, custom graphs with items from this host are cloned incorrectly - all items refer the new host, even ones from other hosts.

to test - have two hosts, create custom graph with items from both. full clone one of them - resulting custom graph refers all items from this host. if cloned host does not contain an item with the same key as the other host, cloning fails,



 Comments   
Comment by richlv [ 2010 Jun 01 ]

several issues in dev branch rev 12407.

1. it looks like cloning details still list all graphs and they are only skipped when actually cloning - that can be very misleading - such graphs shouldn't be shown in cloning details/preview;

2. there seems to be some sequence error :
Missing key "a" for host "h_circlink1 cloned"
Added new item h_circlink1 cloned:a

Comment by Alexey Fukalov [ 2010 Jun 01 ]

1 fixed
2 couldn't reproduce

Comment by richlv [ 2010 Jun 01 ]

1. confirming the fix;
2. was caused by a broken graph config, possible because of earlier bugs -> considering tested

Comment by Alexey Fukalov [ 2010 Jun 01 ]

branches/1.8 12418





[ZBX-2186] Multiple bugs in m4/libssh2.m4 file Created: 2010 Mar 17  Updated: 2017 May 30  Resolved: 2010 May 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Eugene Zaitsev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2198 FreeBSD8.0 Zabbix server port (zabbix... Closed

 Description   

There is several bugs in m4/libssh2.m4 file that broke --with-ssh2 configuration process. All the discussion on the forum at http://www.zabbix.com/forum/showthread.php?t=16283 topic and there is fixed m4 file contents:

  1. LIBSSH2_CHECK_CONFIG ([DEFAULT-ACTION])
  2. ----------------------------------------------------------
  3. Alexander Vladishev Oct-26-2009
    #
  4. Checks for ssh2. DEFAULT-ACTION is the string yes or no to
  5. specify whether to default to --with-ssh2 or --without-ssh2.
  6. If not supplied, DEFAULT-ACTION is no.
    #
  7. This macro #defines HAVE_SSH2 if a required header files are
  8. found, and sets @SSH2_LDFLAGS@, @SSH2_CFLAGS@ and @SSH2_LIBS@
  9. to the necessary values.
    #
  10. Users may override the detected values by doing something like:
  11. SSH2_LIBS="-lssh2" SSH_CFLAGS="-I/usr/myinclude" ./configure
    #
  12. This macro is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AC_DEFUN([LIBSSH2_TRY_LINK],
[
AC_TRY_LINK(
[
#include <libssh2.h>
],
[
LIBSSH2_SESSION *session;
session = libssh2_session_init();
],
found_ssh2="yes",)
])dnl

AC_DEFUN([LIBSSH2_CHECK_CONFIG],
[
AC_ARG_WITH(ssh2,[
If you want to use SSH2 based checks:
AC_HELP_STRING([--with-ssh2@<:@=DIR@:>@],[use SSH2 package @<:@default=no@:>@, DIR is the SSH2 library install directory.])],
[
if test "$withval" = "no"; then
want_ssh2="no"
_libssh2_dir="no"
elif test "$withval" = "yes"; then
want_ssh2="yes"
_libssh2_dir="no"
else
want_ssh2="yes"
_libssh2_dir=$withval
fi
],[want_ssh2=ifelse([$1],,[no],[$1])]
)

if test "x$want_ssh2" = "xyes"; then
AC_MSG_CHECKING(for SSH2 support)
if test "x$_libssh2_dir" = "xno"; then
if test -f /usr/include/libssh2.h; then
SSH2_CFLAGS=-I$/usr/include
SSH2_LDFLAGS=-L$/usr/lib
SSH2_LIBS="-lssh2"
found_ssh2="yes"
elif test -f /usr/local/include/libssh2.h; then
SSH2_CFLAGS=-I$/usr/local/include
SSH2_LDFLAGS=-L$/usr/local/lib
SSH2_LIBS="-lssh2"
found_ssh2="yes"
else #libraries are not found in default directories
found_ssh2="no"
AC_MSG_RESULT(no)
fi # test -f /usr/include/libssh2.h; then
else # test "x$_libssh2_dir" = "xno"; then
if test -f $_libssh2_dir/include/libssh2.h; then
SSH2_CFLAGS=-I$_libssh2_dir/include
SSH2_LDFLAGS=-L$_libssh2_dir/lib
SSH2_LIBS="-lssh2"
found_ssh2="yes"
else #if test -f $_libssh2_dir/include/libssh2.h; then
found_ssh2="no"
AC_MSG_RESULT(no)
fi #test -f $_libssh2_dir/include/libssh2.h; then
fi #if test "x$_libssh2_dir" = "xno"; then
fi # if test "x$want_ssh2" != "xno"; then

if test "x$found_ssh2" == "xyes"; then
am_save_cflags="$CFLAGS"
am_save_ldflags="$LDFLAGS"
am_save_libs="$LIBS"

CFLAGS="$CFLAGS $SSH2_CFLAGS"
LDFLAGS="$LDFLAGS $SSH2_LDFLAGS"
LIBS="$LIBS $SSH2_LIBS"

found_ssh2="no"
LIBSSH2_TRY_LINK([no])

CFLAGS="$am_save_cflags"
LDFLAGS="$am_save_ldflags"
LIBS="$am_save_libs"

if test "x$found_ssh2" == "xyes"; then
AC_DEFINE([HAVE_SSH2], 1, [Define to 1 if you have the 'libssh2' library (-lssh2)])
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
SSH2_CFLAGS=""
SSH2_LDFLAGS=""
SSH2_LIBS=""
fi
fi

AC_SUBST(SSH2_CFLAGS)
AC_SUBST(SSH2_LDFLAGS)
AC_SUBST(SSH2_LIBS)

])dnl



 Comments   
Comment by Eugene Zaitsev [ 2010 Mar 24 ]

Up

Comment by Aleksandrs Saveljevs [ 2010 May 18 ]

Thank you for the bug report! However, we would appreciate more information on the problem and how exactly the suggested fix solves it. The only difference between the current m4/libssh2.m4 (r12048) and the suggested version is that the current file checks for libssh2 being at least 1.0.0, and that check is necessary. Since the only changes to m4/libssh2.m4 were only related to these version checks for quite some time now (and it thus could not influence anything else), we are wondering whether the problem still persists and, if so, how exactly the patch fixed it.

Comment by Aleksandrs Saveljevs [ 2010 May 20 ]

We are closing this issue for now. If it still does not work for you after r12069 (see ZBX-2438 for relevant discussion), please feel free to reopen.





[ZBX-2441] Incorrect handling of begin/commit/rollback statements if SQL server becomes unavailable Created: 2010 May 19  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

begin/commit/rollback statements ignored if SQL server becomes unavailable

27268:20100519:030022.105 [Z3005] Query failed: [2006] MySQL server has gone away [begin;]
27268:20100519:030022.105 [Z3005] Query failed: [2006] MySQL server has gone away [update hosts set error='Get value from agent failed: *** C
annot connect to [192.168.0.155]:15001 [Interrupted system call]',disable_until=1274227282 where hostid=10017]
27268:20100519:030022.105 Database is down. Retrying in 10 seconds



 Comments   
Comment by Alexander Vladishev [ 2010 May 26 ]

Fixed in ver. pre1.8.3, r12260.

Comment by Alexander Vladishev [ 2010 Jun 17 ]

Crash detected, when using SQLite3 DB engine:

31052:20100617:145553.796 server #15 started [Discoverer. SNMP:YES]
13562:20100617:145556.225 ERROR: nested transaction detected. Please report it to Zabbix Team.
assertion "0" failed: file "db.c", line 411, function "zbx_db_begin"
19653:20100617:145556.229 One child process died (PID:0,exitcode/signal:0). Exiting ...
7332:20100617:145556.229 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
30591:20100617:145556.234 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
17331:20100617:145556.235 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
2667:20100617:145556.243 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
14013:20100617:145556.247 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
900:20100617:145556.252 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
18853:20100617:145556.257 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
23083:20100617:145556.262 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
2165:20100617:145556.267 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...
29320:20100617:145556.272 Got signal [signal:15(SIGTERM),sender_pid:0,sender_uid:0,reason:0]. Exiting ...

Comment by Alexander Vladishev [ 2010 Jun 17 ]

Fixed in ver. pre1.8.3, revision 12875





[ZBX-2190] trigger expression without matching curly braces can be saved Created: 2010 Mar 17  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk rev 10894.


Issue Links:
Duplicate

 Description   

a trigger expression like this can be saved. note the missing opening curly brace for the second item

((

{host:item.last(0)}

>0)&(host:item.nodata(60)}=0))



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 01 ]

svn://svn.zabbix.com/branches/dev/ZBX-2190

Comment by richlv [ 2010 Apr 01 ]

dev branch, rev 11270 - still can save trigger with expression :

((

{Host:system.cpu.load.last(0)}

>0)&(Host:system.cpu.load.nodata(60)}=0))

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 01 ]

Check again, please. Everything should work now.

Comment by richlv [ 2010 Apr 01 ]

confirming the fix in dev branch rev 11282

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 01 ]

Bug fixed in version pre 1.8.3 revision 11284





[ZBX-2470] Impossible select host for add graph in templates groups Created: 2010 May 27  Updated: 2017 May 30  Resolved: 2010 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 12294



 Description   

after 12237 combobox with select hosts in add graphs for templates empty.



 Comments   
Comment by richlv [ 2010 May 27 ]

not sure what the problem is. could you please specify the steps to reproduce it ?

Comment by Alexey Pustovalov [ 2010 May 27 ]

1. search template in search box
2. click change graphs
3. and in page settings graphs not showing thise host and other templates in selected group.

Comment by richlv [ 2010 May 27 ]

ahh, ok. from the search results graph editing link does not properly set hostgroup/host filter

Comment by richlv [ 2010 May 27 ]

additional improvements...

1. all hosts should be visible in graph config section, including those that do not have any graphs;
2. in template results, application column should be added, same for host editing dropdown;
3. in search results, for templates item, trigger, application and graph count should be displayed
4. in tables, "go" links should be replaced with actual names (like "items", "edit" etc).

Comment by Alexey Fukalov [ 2010 May 27 ]

ZBX-2470-s_imp

Comment by richlv [ 2010 May 28 ]

confirming the fix & improvements in dev branch rev 12341.

Comment by Alexey Fukalov [ 2010 May 28 ]

branches/1.8 12342

Comment by richlv [ 2010 May 28 ]

template editing link is incorrect in the results - it opens host editing form

Comment by richlv [ 2010 May 28 ]

it's also desired to show disabled hosts in red in the search results form, same as in hostgroup view.
that does not take up additional space and provides great hint right on the search results page.

Comment by Alexey Fukalov [ 2010 May 31 ]

branches/1.8 12369

Comment by richlv [ 2010 May 31 ]

there are no changes in the dev branch - are they actually committed ?

Comment by richlv [ 2010 May 31 ]

ahh, 1.8 branch. reading failure

Comment by richlv [ 2010 May 31 ]

confirming the fix in trunk rev 12370.

Comment by richlv [ 2010 Jun 09 ]

current trunk. when 'zabbix user' searches for some hostgroup, hostgroup "events" link is missing and error appears :

Undefined variable: hgroup_link[/home/main/usr/local/apache2/htdocs/trunk/search.php:296]

Comment by Alexey Fukalov [ 2010 Jun 09 ]

branches/1.8 12655

Comment by richlv [ 2010 Jun 09 ]

confirming the latest fix in trunk rev 12656.

Comment by hamid sfandiari [ 2010 Jul 08 ]

i'am working on 13193
with latest frontend but this is not working

Comment by richlv [ 2010 Jul 08 ]

what exactly is not working ?





[ZBX-2290] Map export must be enhanced to export images. Created: 2010 Apr 08  Updated: 2017 May 30  Resolved: 2010 Apr 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Problem report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 13 ]

dev branch rev 11482.

1. all backgrounds are exported instead of exporting only the used one;

2. documentation for image export missing - see http://www.zabbix.com/documentation/1.8/manual/xml_export_import/map_export_import for guidance

Comment by richlv [ 2010 Apr 14 ]

interesting problem in dev branch, rev 11495.
after a map is imported, all text in the footer gets underlined. no such problem in trunk

Comment by richlv [ 2010 Apr 15 ]

works ok in the dev branch, rev 11536.

Comment by Alexey Fukalov [ 2010 Apr 15 ]

branches/1.8 11540





[ZBX-2298] Configurable Y-axis location Created: 2010 Apr 09  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Maxim Andruhovich (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8.x


Issue Links:
Duplicate

 Description   

Default location of Y-axis should be configurable in defines.inc.php. It will affect:

  • simple graphs
  • default drop-down setting in configuration of custom graphs

Existing custom graphs should not be affected.



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 09 ]

svn://svn.zabbix.com/branches/dev/ZBX-2298

Comment by richlv [ 2010 Apr 12 ]

1. please document at http://www.zabbix.com/documentation/1.8/manual/config/defines

2. minor nitpicking

  • before and after the new parameter are two empty lines containing trailing whitespace;
  • new param value indentation mixes spaces and tabs.

also, setting this value to, for example, '2' breaks graphs. maybe use default if out of range ?

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 12 ]

svn://svn.zabbix.com/branches/dev/ZBX-2298

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 13 ]

Bug fixed in version pre 1.8.3 revision 11473





[ZBX-2452] Item with hexadecimal type and integer value don't work if hexadecimal value with space Created: 2010 May 23  Updated: 2021 Aug 16  Resolved: 2010 May 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Petrov Vladimir Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.8.2, snmp agent for qlogic sanbox 5600



 Description   

Log of zabbix server write Item [Device:connUnitPortStatCountRxElements.1] error: Type of received value [00 00 00 DF DD 30 74 1C] is not suitable for value type [Numeric (integer 64bit)]

Please, apply the patch as http://ramblings.narrabilis.com/wp/qlogic-sanbox-zabbix/



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 May 24 ]

Fixed in pre-1.8.3 in r12207.

Comment by david [ 2021 Aug 16 ]

you can update your link to http://ramblings.narrabilis.com/index.php/qlogic-sanbox-zabbix





[ZBX-2300] Mistake in DCsync_item Created: 2010 Apr 11  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Kirill Fateev Assignee: Alexander Vladishev
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

in src/libs/zbxdbcache/dbconfig.c in function DCsync_items():

/* db items */
i = get_nearestindex(config->dbitems, sizeof(ZBX_DC_LOGITEM),
config->dbitems_num, itemid);

sizeof(ZBX_DC_LOGITEM) is incorrect and must be replaced with sizeof(ZBX_DC_DBITEM)



 Comments   
Comment by Kirill Fateev [ 2010 Apr 11 ]

[config->dbitems rows unsorted] ---> [get_nearestindex works incorrectly] ---> [in params field falls empty or incorrect string] ---> [db monitor items became unsupported] (as described in ZBX-1648)

please fix it in next release

Comment by Alexander Vladishev [ 2010 Apr 12 ]

Fixed in version pre-1.8.3, revision r11450.





[ZBX-2302] API method hostgroup.massadd creates duplicate entries in the db Created: 2010 Apr 12  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Ivan Gusev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

The script below uses API call hostgroup.massadd to add all hosts to "All" group. If run more than once, database table hosts_groups will have duplicate host-to-group membership entries (those been causing Zabbix performance to be really poor).

<?php
require_once("ZabbixAPI.class.php");

// This enables debugging, this is rather verbose but can help debug problems
#ZabbixAPI::debugEnabled(TRUE);

// This logs into Zabbix, and returns false if it fails
ZabbixAPI::login('http://localhost/zabbix/','apiuser','cut')
or die('Unable to login: '.print_r(ZabbixAPI::getLastError(),true));

  1. Hardcoding group ID for group "All"
    $hostgroup[0] = "100100000000050";
  1. Get all hosts
    $hosts = ZabbixAPI::fetch_column('host','get',array('extendoutput'=>1))
    or die('Unable to get hosts: '.print_r(ZabbixAPI::getLastError(),true));
  1. Add all hosts to "All" group
    $result = ZabbixAPI::fetch_array('hostgroup','massadd',array('groups'=>$hostgroup,'hosts'=>$hosts))
    or die('Unable to get hosts: '.print_r(ZabbixAPI::getLastError(),true));
    #print "All group members: ".print_r($result, true)."\n<br>";
    ?>

After having this script running on a hourly basis I got this:

mysql> select count from groups;
----------

count

----------

106

----------
1 row in set (0.00 sec)

mysql> select count from hosts;
----------

count

----------

537

----------
1 row in set (0.00 sec)

mysql> select count from hosts_groups;
----------

count

----------

198631

----------
1 row in set (0.00 sec)

mysql> select count from hosts_groups where groupid='100100000000050'; # <- All group
----------

count

----------

197568

----------
1 row in set (0.08 sec)



 Comments   
Comment by Alexey Fukalov [ 2010 Apr 15 ]

branches/1.8 11527





[ZBX-2279] Changing case of letters in graph name leads to error Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Dennis Jacobfeuerborn Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Centos 5.4 x86_64, PHP 5.3.1



 Description   

I just tried to rename a graph ("CPU Load" => "CPU load") that I created for a template but got the following error:

"Graph [ CPU load ]: already exists on [ <hostname> ]"

This apparently happens because Zabbix considers the two names identical because only the case of one letter changed.
A workaround is to first rename the graph to something like "CPU Loadx" and then back to "CPU load" but it would be better
if the Zabbix check would be turned into a case-sensitive one.



 Comments   
Comment by richlv [ 2010 Apr 06 ]

confirming the fix in dev branch rev 11349.

Comment by Alexey Fukalov [ 2010 Apr 07 ]

branches/1.8 11364





[ZBX-2301] Can't configure zabbix with libssh2 1.0.0 library Created: 2010 Apr 12  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

libssh2-1.0.0


Issue Links:
Duplicate

 Description   

./configure --enable-server --with-mysql --prefix=`pwd` --with-ssh2=/home/sasha/dists/libssh2-1.0-install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
.....
checking for main in -lcurl... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for SSH2 support... ./configure: line 12212: test: -ge: unary operator expected
yes
configure: error: SSH2 library version requirement not met (>= 1.0.0)



 Comments   
Comment by Alexander Vladishev [ 2010 Apr 12 ]

Fixed in version pre-1.8.3, revision 11424





[ZBX-2503] Zabbix proxy crashes when compiled with oracle support on 64bit linux Created: 2010 Jun 03  Updated: 2017 May 30  Resolved: 2010 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Fyodor Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux m232 2.6.27.6smp_64 #1 SMP Wed Feb 4 17:27:54 MSK 2009 x86_64 x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 5.1 (Tikanga)
Oracle Release 10.2.0.4.0 - Production

ldd `which zabbix_proxy`
linux-vdso.so.1 => (0x00007fff376b6000)
libcurl.so.3 => /usr/lib64/libcurl.so.3 (0x00000039c1800000)
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x00000039cd200000)
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00000039c6c00000)
libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00000039c8000000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00000039c6000000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00000039c5800000)
libdl.so.2 => /lib64/libdl.so.2 (0x00000039c1000000)
libidn.so.11 => /usr/lib64/libidn.so.11 (0x00000039c1400000)
libssl.so.6 => /lib64/libssl.so.6 (0x00000039cb600000)
libcrypto.so.6 => /lib64/libcrypto.so.6 (0x00000039c5c00000)
libz.so.1 => /usr/lib64/libz.so.1 (0x00000039c1c00000)
libclntsh.so.10.1 => /u01/oracle/product/lib/libclntsh.so.10.1 (0x00007f682e1a5000)
libnnz10.so => /u01/oracle/product/lib/libnnz10.so (0x00007f682dd05000)
libm.so.6 => /lib64/libm.so.6 (0x00007f682da81000)
libc.so.6 => /lib64/libc.so.6 (0x00000039c0c00000)
libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00000039c8800000)
libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00000039c6800000)
/lib64/ld-linux-x86-64.so.2 (0x00000039c0800000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f682d866000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x00000039c4800000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00000039c2800000)
libsepol.so.1 => /lib64/libsepol.so.1 (0x00000039c2400000)


Attachments: File objdump.bz2     File objdump.bz2     File zabbix_proxy.conf     Text File zabbix_proxy.log     Text File zabbix_proxy.log    

 Description   

When i compile zabbix_proxy with ./configure --enable-proxy --with-oracle=/u01/oracle/product/ it crashes after start.
Backtrace in attachment.



 Comments   
Comment by Fyodor [ 2010 Jun 03 ]

Log file

Comment by Fyodor [ 2010 Jun 03 ]

objdump -D -S zabbix_proxy

Comment by Aleksandrs Saveljevs [ 2010 Jun 08 ]

Fixed in pre-1.8.3 in r12599.

Comment by Fyodor [ 2010 Jun 08 ]

I build last revision from svn (12605) and gets same.
15929:20100608:131357.861 Got signal [signal:11(SIGSEGV),reason:1,refaddr:(nil)]. Crashing ...

Comment by Aleksandrs Saveljevs [ 2010 Jun 08 ]

What we have been able to gather from the log and objdump, is that proxy crashed when DBUser or DBPassword parameter was not specified. This is fixed.

Could you please attach another log and objdump so that we can confirm that the crash now is in a different place?

Comment by Fyodor [ 2010 Jun 08 ]

No, it's wrong. DBUser and DBPassword specified both.

Comment by Fyodor [ 2010 Jun 08 ]

[zabbix@m232 ~]$ ls -lah /etc/zabbix/
total 24K
drwxr-xr-x 3 root root 4.0K Jun 3 16:51 .
drwxr-xr-x 95 root root 8.0K Jun 6 04:02 ..
drwxr-xr-x 4 root root 4.0K Jun 3 15:10 create
rw-rr- 1 root root 7.9K Jun 3 16:51 zabbix_proxy.conf

Comment by Aleksandrs Saveljevs [ 2010 Jun 08 ]

Hm, this is highly interesting. A new log file with DebugLevel=4 and objdump would be very much appreciated.

Comment by Fyodor [ 2010 Jun 08 ]

objdump 2

Comment by Fyodor [ 2010 Jun 08 ]

log 2

Comment by Aleksandrs Saveljevs [ 2010 Jun 08 ]

Could you please check whether you are really trying to run the latest version of proxy?

The first reason I am not convinced is that the difference between two objdump's is too small to reflect everything we have fixed:

$ diff -u objdump-1/objdump objdump-2/objdump
— objdump-1/objdump 2010-06-04 09:15:25.000000000 +0300
+++ objdump-2/objdump 2010-06-08 15:06:35.000000000 +0300
@@ -132387,14 +132387,12 @@
4525a0: 6e outsb %ds%rsi),(%dx)
4525a1: 20 25 73 29 20 28 and %ah,673196403(%rip) # 28654f1a <_end+0x27fc209a>
4525a7: 25 73 29 0a 00 and $0xa2973,%eax

  • 4525ac: 31 39 xor %edi,(%rcx)
  • 4525ae: 3a 30 cmp (%rax),%dh
    + 4525ac: 31 33 xor %esi,(%rbx)
    + 4525ae: 3a 31 cmp (%rcx),%dh
    4525b0: 30 3a xor %bh,(%rdx)
  • 4525b2: 33 38 xor (%rax),%edi
  • 4525b4: 00 4a 75 add %cl,0x75(%rdx)
  • 4525b7: 6e outsb %ds%rsi),(%dx)
    + 4525b2: 32 35 00 4a 75 6e xor 1853180416(%rip),%dh # 6eba6fb8 <_end+0x6e514138>
    4525b8: 20 20 and %ah,(%rax)
  • 4525ba: 33 20 xor (%rax),%esp
    + 4525ba: 38 20 cmp %ah,(%rax)
    4525bc: 32 30 xor (%rax),%dh
    4525be: 31 30 xor %esi,(%rax)
    4525c0: 00 43 6f add %al,0x6f(%rbx)

The second reason I am not convinced is that zabbix_proxy.log ends with:

16494:20100608:153731.123 Please consider attaching a disassembly listing to your bug report.
16494:20100608:153731.123 This listing can be produced with, e.g., objdump -D -S zabbix_server.

After r12598, it should have suggested to disassemble zabbix_proxy (thanks to richlv!).

Comment by Fyodor [ 2010 Jun 09 ]

Really, i try old revision( It's my mistake





[ZBX-2496] Unable to create Exploded/Pie Graph in Template with Legend and/or 3D View Created: 2010 Jun 01  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Mischa Bachmann Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5.4, MySQL, Apache on a HP ProLiant DL380 G2



 Description   

It is not possible for me to create a exploded/pie graph in a template with the options Legend and/or 3D View. I can see the legend and 3D View in the preview while creating the graph but a soon as I save and reopen the graph it has reseted the Legend and/or 3D View.

This is independent from whether the template is linked or not. Creating the graph with the exact same options and linked items for a host will react as expected and stay the way i have configured it. This makes the Pie graph useless as nobody knows how big the shares are.



 Comments   
Comment by richlv [ 2010 Jun 01 ]

this should be already fixed in svn head - please reopen if the problem persists. the fix will be released as part of 1.8.3.





[ZBX-2488] incorrect item type filter - "web monitoring" instead of external Created: 2010 May 31  Updated: 2017 May 30  Resolved: 2010 May 31

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

item configuration filter has incorrect type in the type dropdown - instead of external checks, "web monitoring" is listed.
web monitoring items are not available in the config anyway, and this prevents from filtering by external checks.



 Comments   
Comment by richlv [ 2010 May 31 ]

confirming the fix in dev branch rev 12384.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

Bug fixed in version pre 1.8.3 revision 12386





[ZBX-2203] Zabbix Agent add unnecessary EOL symbols on reading windows eventlog (spaces on start and end of each line wrongly converted to \r\n). Created: 2010 Mar 21  Updated: 2017 May 30  Resolved: 2010 Aug 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Windows XP SP3, 20003 R2 SP2 RUS, ENG


Attachments: PNG File Thanks._now_all_fine_with_EOL.png     PNG File history_multiline_bug.png     Text File history_multiline_bug.txt    

 Description   

??? ????????? ???????? ??????? Windows ???? ????????, ??? ????????? ??????? ???????? ?????? ???????? ?????. ? ?????????? ??? ??????????? ? ??????? ???? ??????? ????? ???????? ?? ?????? ? ??? ???? ?????? ????? ??? ????????, ??? ???????????? ??????????? ?? ????????? ????????? ???????.
???????? ??? ??????? ??? ????????? ??????? ???????? ????????????, ?????? ??? ??? ?????????? ????? ?????? ?????? ??????????? ?????? ??????? ??????.

?????????? ??????? ?????? ??????? ? ?????? ? ?????, ??? ?????? ?????? ???????, ??????? ????????? ? ????? ??? ?????? ?????? ?????? ????????????????? ? ?????? ????? ??????.
??? ?????? ????? ???? ? ?????? ???? ???????? ?????????? 4. ????? ??? ??????????? ??????? \r\n ? ???????? ???????.

?????? ??? ????.
??????????? ???????? ??????? ??? ????????? ? ??? ?? ????????? ????? ?? ??????? (?????? ??????? ?????????). ? ??????? ???? ??????? ?????? ? ????? ?????, ?? ????????? ??? ??? ???????? ? ???????? ? ?????? ?????.

??? ???????: ??????????????
???????? ???????: NETLOGON
????????? ???????: ???????????
??? ???????: 5781
????: 17.03.2010
?????: 17:44:38
????????????: ?/?
?????????: XXXX
????????:
?????? ??? ???????????? ??????????? ??? ???????? ????? ??? ?????????? ??????? DNS, ????????? ? ??????? DNS "XXXX.XXXX.XXXX.XXXX.". ??? ?????? ???????????? ??????? ???????????? ??? ?????? ??????? ??????? ??? ??????????? ?????? (???? ?????? ????? Active Directory) ??? ??? ??????? LDAP (???? ????????? ????? ???????? ???????? ??????????).

????????? ??????? ??????:

  • ? ????????? TCP/IP ??????? ??????????? ??????? ?????????? ?????????? ???????? IP-?????? ??????????????? ? ??????????????? DNS-????????
  • ????????? ???????????????? ? ?????????????? DNS-??????? ?? ????????
  • DNS-???????, ?????????? ????????? ??? ?????????????? ???????, ?? ????????
  • ?????????????? ??? ?????????????? DNS-?????? ???????? ? ?????????????? ???????? ???????? ??????
  • ???????????? ???? DNS ???????? ???????????? ????????????? ? ???????? ????, ??????????? ??? ??????? DNS, ?? ????????? ???????????

???????? ????????????
????????? ?????? ????????? ? ??????????? ??????????? ??? ???????? ??????? DNS, ???????? ????????? "nltest.exe /dsregdns" ? ????????? ?????? ??? ???????????? ?????? ????? ? ?????. ????????? Nltest.exe ??????? ?? ???????-??? "???????? ???????? Microsoft Windows Server".



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Mar 21 ]

К сожалению при вставке текста события в описание удалились лишние пробелы в конце строк, поэтому смотрите вложенный текстовый файл (кодировка Win-1251)

Comment by Oleksii Zagorskyi [ 2010 Aug 06 ]

Tested /branches/dev/zbx-2807-subject-newlines revision 13802.
Now all fine.
Thanks again. See picture

Comment by Aleksandrs Saveljevs [ 2010 Aug 06 ]

Fixed in pre-1.8.3 in r13823.

Comment by Oleksii Zagorskyi [ 2010 Aug 06 ]

Please, recompile new windows agents for trunk and branche.

Comment by Aleksandrs Saveljevs [ 2010 Aug 06 ]

Available in pre-1.8.3 in r13828 and in trunk in r13829. Enjoy and thanks for testing!

Comment by Oleksii Zagorskyi [ 2010 Aug 06 ]

Aleksandrs,
binary from trunk repo:
>zabbix_agentd.exe -V
Zabbix Agent Win32 (service) v1.8.3rc3 (revision

{ZABBIX_REVISION}

) (2 August 2010)
Compilation time: Aug 6 2010 01:55:37

Now binaries (r13828-13829) windows agent from trunk and branches repo are exactly the same!
I need truly !!! trunk binary. Please.

Comment by Aleksandrs Saveljevs [ 2010 Aug 06 ]

Oops, sorry! The trunk binaries are available in r13833.

Comment by Aleksandrs Saveljevs [ 2010 Aug 06 ]

Oleksiy, I do not think we have it documented anywhere how to build Windows binaries.

We will document it someday. Meanwhile, whenever you need Windows binaries, you can do the following:

  • Install Microsoft Windows SDK with examples.
  • The agent needs afxres.h and winres.h to build and the SDK does not have these headers by default. To solve this, go to the examples directory, grab these header files and put them into the SDK's main include directory.
  • From the SDK command prompt, go to the directory build\win32\project from svn checkout. Type "nmake /f Makefile_agent" and that should build the agent binary. Similarly, you can do with zabbix_get and zabbix_sender.

Let me know if you have any questions.

Comment by Lionel [ 2011 Apr 06 ]

Hello,
Because of a special network configuration, i have to disable the security check in listener.c file which checks if the server is listed in the configuration file.

So, I have to recompile the windows binaries. (OK for linux)

  • I installed Windows SDK and copied afxres.h and winres.h files into the includes directory.
  • I tried to compile with the command "nmake /f Makefile_agent" but it failed: "
    mc.exe -U -s -h ".
    " -r ".
    " messages.mc
    mc : error : 0x7b trying to open file <.\>.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\mc
    .exe"' : code retour '0x1'
    Stop."
  • So, I tried with the command: "nmake /I /f Makefile_agent":
    mt.exe /outputresource:"..\..\..\bin\win32\zabbix_agentd.exe;#1" /manife
    st zabbix_agentd.exe.manifest /nologo

zabbix_agentd.exe.manifest : general error c1010070: Failed to load and parse th
e manifest.

Can you help me?

Thanks in advance





[ZBX-2174] snmp poller bug with different snmp versions Created: 2010 Mar 15  Updated: 2017 May 30  Resolved: 2010 Apr 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: svenw Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File zabbixlog.txt    

 Description   

i have a device that does only support snmp v1. most of the items were configured snmpv1 agent, but at least one was misconfigured as v2.

this one item misconfigured broke the whole snmp checks of this host. it seems like a poller tried to connect with this first item trying v2, failing and giving up on the whole issue, instead of traeting the v1/v2 items seperately



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Apr 12 ]

Hi,

Thank you for the bug report!

We could not, however, reproduce the issue in our environment. We have configured two items on SNMP v1 host: one as SNMP v1 item and the other one as SNMP v2 item. The SNMP v2 item correctly became "Not supported", but the server continued to check the SNMP v1 item.

We would appreciate more details on the issue. For instance, how exactly the SNMP checks were broken? Did the whole host become "Not monitored"? Or, maybe, nothing changed, just SNMP items stopped updating, even though they were still "Active"? Did SNMP v2 item become "Not supported"? A log with DebugLevel=4 might be useful, too.

Aleksandrs

Comment by svenw [ 2010 Apr 12 ]

hi there,

well, i was just able to reproduce this.

running on 1.8.1 i disabled all but one host, on this host disabled snmpv2 so only snmpv1 works
i set startpoller=1 to give all snmp checks to the same poller
i checke dif all items are snmpv1 and they were, and it worked.
then i set the item with the lowest id to snmpv2

since then i dont get any new data

setting this single item back to snmpv1 gives me all the data of all the other checks again.
log attached

Comment by Aleksandrs Saveljevs [ 2010 Apr 12 ]

The issue is still not reproducible in our environment, but based on the log file we have confirmed our suspicions as to the cause of the problem. Thank you!

Comment by Aleksandrs Saveljevs [ 2010 Apr 13 ]

The problem was that when server connected to SNMPv1 host with an SNMPv2 check, the connection failed with a timeout. Server treated it as a network error and deactivated (all items for) that host. In other words, server cannot distinguish between our SNMPv1/SNMPv2 case and a real network problem.

With NET-SNMP version 5.4.1 we could not reproduce it: as mentioned above, server immediately received "Error in packet Reason: authorizationError (access denied to that object)", marked the item as "Not supported", and proceeded with the other items.

We could, however, reproduce the same problem by specifying an incorrect community string in an SNMP item. That is, if a user specifies an incorrect community string in an item (regardless of whether it is misconfigured as SNMPv2 or not), the connection will fail with a timeout, and the problem described in this issue is observed. However, not replying to an incorrect community string seems to be a security feature of SNMP, so there is little that can be done about it.

Thus, won't fix.

Comment by Aleksandrs Saveljevs [ 2010 Apr 13 ]

Fixed a small memory leak in SNMP checks in pre-1.8.3 in r11463.

Comment by Caio arcanjo [ 2010 Nov 10 ]

I found the solution to this problem.

I'm using Zabbix 1.8.2 on Slackware 13.1 (x86). My research showed that the native version of Slackware libnetsnmp.so (libnetsnmp.so.20) could be incompatible with binaries Zabbix. Decided to look for other versions.

Try unpacking the RPM below. Worked with me, will work with you.

http://www.rpmfind.net/linux/rpm2html/search.php?query=libnetsnmp.so.10





[ZBX-1903] After upgrade from Zabbix server 1.4.5 to Zabbix 1.8.1 we have big problems with performance. Created: 2010 Feb 01  Updated: 2017 May 30  Resolved: 2010 Aug 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8, 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Jānis Jansons Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix server: Enterprise Linux Enterprise Linux Server release 5.2 (Carthage), DELL R200, RAM 2GB, CPU: Intel(R) Quad Core Xeon(R) CPU X3210 @ 2.13GHz
Database server: Enterprise Linux Enterprise Linux Server release 5.2 (Carthage), DELL 2850, RAM 8GB, 2x Intel(R) Quad Core Xeon(R) CPU E5405 @ 2.00GHz



 Description   

Hello,

We migrated our zabbix to your newest Zabbix version. After that the performance is very bad.

Status of Zabbix:

Parameter Value Details
Zabbix server is running Yes -
Number of hosts (monitored/not monitored/templates) 499 463 / 9 / 27
Number of items (monitored/disabled/not supported) 26358 22391 / 42 / 3925
Number of triggers (enabled/disabled)[true/unknown/false] 8952 5835 / 3117 [63 / 798 / 4974]
Number of users (online) 28 2
Required server performance, new values per second 187.23991666667 -

QUEUE OF ITEMS TO BE UPDATED

Items 5 seconds 10 seconds 30 seconds 1 minute 5 minutes More than 10 minutes
Zabbix agent 7 32 84 400 658 8544
Zabbix agent (active) 0 0 0 0 0 0
SNMPv1 agent 0 0 0 0 64 5721
SNMPv2 agent 0 0 0 0 0 2888
SNMPv3 agent 0 0 0 0 0 0
IPMI agent 0 0 0 0 0 0
SSH agent 0 0 0 0 0 0
TELNET agent 0 0 0 0 0 0
Simple check 0 0 0 0 0 1192
Zabbix internal 0 0 0 0 0 1
Zabbix aggregate 0 0 0 0 0 0
External check 0 0 0 0 0 264
Calculated 0 0 0 0 0 0

For example, there is a problem with some server, but we recieve notification only after 15 min.

Our server load is ok:
DB:
14:21:05 up 53 days, 24 min, 1 user, load average: 5.22, 4.99, 4.86

Zabbix server:
15:08:19 up 18 days, 5:21, 2 users, load average: 1.40, 0.93, 0.74

What could be the problem?



 Comments   
Comment by richlv [ 2010 Aug 19 ]

this was fixed by changing configuration, as well as by code improvements in 1.8.3 to handle specific situations better





[ZBX-2074] Web Scenario shows incorrect speed Created: 2010 Feb 25  Updated: 2017 May 30  Resolved: 2010 Jun 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Rajagopal Iyer Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Centos 5.2 / mysql / Zabbix 1.8.1



 Description   

The speed graph shown by web scenario (whose items are not accesible) shows the speed in kbps, (Kilobits per sec) whereas actually it is kBps (Kilobytes per second). Cross checked the speed using wget for a 1.4 mb download just to eliminate possibility of small data size affecting the speed measurement.



 Comments   
Comment by richlv [ 2010 Feb 25 ]

additionally, release notes should give an advice on sql query or similar method to fix already existing scenarios

Comment by Alexey Fukalov [ 2010 Jun 04 ]

ZBX-2074

Comment by Alexey Fukalov [ 2010 Jun 04 ]

when disable web scenario, items are still enabled and shown in latest data.

Comment by richlv [ 2010 Jun 07 ]

confirming the fix

Comment by richlv [ 2010 Jun 07 ]

oh, don't forget to add patch also for 2.0 when merging to trunk

Comment by Alexey Fukalov [ 2010 Jun 07 ]

branches/1.8 12583

Comment by richlv [ 2010 Jun 15 ]

on mysql, match for 'bps' is case insensitive, so unneeded updates will occur.

adding "COLLATE utf8mb4_bin" makes it case sensitive, but :

1. solution should work on all supported mysql versions;
2. it should probably be verified what other databases do with the update query.

Comment by Alexey Fukalov [ 2010 Jun 15 ]

left query as is. it should work correctly, just some needless queries may occur.





[ZBX-2079] make 'show all' available again Created: 2010 Feb 26  Updated: 2017 May 30  Resolved: 2010 Aug 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

for performance reasons, 'show all' option was disabled in "monitoring -> triggers" when all hosts in all groups are selected.

that limits functionality, so there should be some way to override this limitation



 Comments   
Comment by richlv [ 2010 Aug 26 ]

this is available in 1.8.3 (although that state is not saved on purpose)





[ZBX-1503] host deletion not mentioned in the details Created: 2009 Dec 10  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

delete some host. while item and trigger deletion is mentioned in the details at the top of the screen, host deletion is not



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 17 ]

svn://svn.zabbix.com/branches/dev/ZBX-1503

Comment by richlv [ 2010 May 17 ]

dev branch rev 12038.

not sure whether the same cause, but in this rev host deletion appears in the details - but audit has double entry.
one shows correct hostid in id column, other does not. obviously, the one showing the id is preferred.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 18 ]

secondary 'obvious' audit log were removed see rev 12057

Comment by richlv [ 2010 May 20 ]

dev branch rev 12118.

1. deleting a host :

DEBUG INFO: string(111) "AUDIT_ACTION_DELETE 2 / AUDIT_RESOURCE_HOST 4 / $id 200200000010057 / $host_old['host'] a / hosts / NULL / NULL"
DEBUG INFO: string(183) "INSERT INTO auditlog (auditid,userid,clock,ip,action,resourcetype,resourceid,resourcename) values (200200000000054,200200000000001,1274386771,'192.168.80.224',2,4,200200000010057,'a')"

2. if host is deleted from host properties ("delete" button), this is not registered on the audit log at all.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 21 ]

Sorry, for the debug output. I've been removed it in rev 12131.

Audit log shows deletion from properties, but you should wait about 1 minute, because of another bug with time line.

At the moment time line ignores last minute seconds, and shows only previous minute actions/events and etc.

As I discussed with Alexei Fukalov bug with timeline already resolved by Aly and waiting for testing somewhere in DEV branches

Comment by richlv [ 2010 May 24 ]

confirming the fix in dev branch rev 12181.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 24 ]

Bug fixed in version pre 1.8.3 revision 12196





[ZBX-1126] Incorrect type for net.if checks Created: 2009 Oct 21  Updated: 2017 May 30  Resolved: 2010 May 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.6.6
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 7
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2272 Type of received value is not suitabl... Closed
is duplicated by ZBX-1566 64bit from solaris machine are not st... Closed
is duplicated by ZBX-2328 Type of received value [2674135166093... Closed

 Description   

11991:20091021:104038 Item [c7proxy25:net.if.out[em0,bytes]] error: Type of received value [22890672986915.000000] is not suitable for value type [Numeric (float)]
11991:20091021:104042 Item [c7fl01.is74.ru:net.if.in[eth0,bytes]] error: Type of received value [417324563695209.000000] is not suitable for value type [Numeric (float)]
11991:20091021:104042 Item [ns3.is74.ru:net.if.in[eth0,bytes]] error: Type of received value [1027792344644.000000] is not suitable for value type [Numeric (float)]
11991:20091021:104042 Item [ns3.is74.ru:net.if.out[eth0,bytes]] error: Type of received value [1136415884523.000000] is not suitable for value type [Numeric (float)]
11991:20091021:104054 Item [c7ids01.is74.ru:net.if.in[eth1,bytes]] error: Type of received value [251076685457392.000000] is not suitable for value type [Numeric (float)]

Patch:
Index: src/libs/zbxsysinfo/sysinfo.c
===================================================================
— src/libs/zbxsysinfo/sysinfo.c (revision 8111)
+++ src/libs/zbxsysinfo/sysinfo.c (working copy)
@@ -539,8 +539,8 @@
{
#if defined(HAVE_POSTGRESQL) || defined(HAVE_ORACLE) || defined(HAVE_SQLITE3)
/* field with precision 16, scale 4 [NUMERIC(16,4)] */

  • register double pg_min_numeric = (double)-1E12;
  • register double pg_max_numeric = (double)1E12;
    + register double pg_min_numeric = (double)-1E16;
    + register double pg_max_numeric = (double)1E16;

if (value <= pg_min_numeric || value >= pg_max_numeric)
return FAIL;



 Comments   
Comment by Nenad Opsenica [ 2010 Mar 17 ]

It is not related only to Postgresql and Oracle backends, it happens also when using MySQL:

1115:20100317:113009.124 Item [XXXXXXXXX:qosclass[htb,1:80]] error: Type of received value [6429844969204] is not suitable for value type [Numeric (float)]

This error happens very often when monitoring long-running hosts, therefore it makes Zabbix almost unusable

This behaviour is observer with zabbix svn10833

Comment by Alixen [ 2010 Apr 20 ]

This bug is still present in 1.8.2.
See my commenst on dublicate https://support.zabbix.com/browse/ZBX-2272

Alixen

Comment by Ben Mesman [ 2010 Apr 22 ]

The problem with 1.8.2 is actually slightly different. For mysql users the code was working, but because of this patch, it is now also broken for mysql users:

— zabbix-1.8.1/src/libs/zbxsysinfo/sysinfo.c 2010-01-27 22:22:44.000000000 +0100
+++ zabbix-1.8.2/src/libs/zbxsysinfo/sysinfo.c 2010-03-29 19:22:44.000000000 +0200
@@ -550,14 +563,13 @@

static int DBchk_double(double value)

{ -#if defined(HAVE_POSTGRESQL) || defined(HAVE_ORACLE) || defined(HAVE_SQLITE3) /* field with precision 16, scale 4 [NUMERIC(16,4)] */ register double pg_min_numeric = (double)-1E12; register double pg_max_numeric = (double)1E12; if (value <= pg_min_numeric || value >= pg_max_numeric) return FAIL; -#endif + return SUCCEED; }

I don't know why this was changed, but for mysql users, this needs to be reverted for 1.8.3, to fix the regression.

To fix the problem once and for all, we need to change the handling of these parameters, because the value used here will not be stored in the database, so there is no need to do a DBchk_double() on the value from the agent (which is really a uint64).

Comment by azurIt [ 2010 May 04 ]

Please vote for this bug, it's NOT scheduled for 1.8.3 !

Comment by Roberto Yokota [ 2010 May 14 ]

7625:20100514:012926.416 Item [XXXXXX:net.if.in[eth0,bytes]] error: Type of received value [4745925192315] is not suitable for value type [Numeric (float)]
7626:20100514:012927.245 Item [XXXXXX:net.if.in[eth1,bytes]] error: Type of received value [4947668199457] is not suitable for value type [Numeric (float)]
7628:20100514:012929.515 Item [XXXXXX:net.if.out[eth0,bytes]] error: Type of received value [11868478815505] is not suitable for value type [Numeric (float)]
7624:20100514:012930.221 Item [XXXXXX:net.if.out[eth1,bytes]] error: Type of received value [2193986318956] is not suitable for value type [Numeric (float)]

I having the same problem. Tested with versions 1.8.2 stable, 1.8.3.x-11982, 1.9.x-11982.
I'm using mysql.

Please open.

Roberto Yokota

Comment by Alexander Vladishev [ 2010 May 14 ]

Fixed in ver. pre1.8.3, r11998

Comment by Roberto Yokota [ 2010 May 14 ]

Thanks !

100% tested pre1.8.3, r11998 !!!

Regards,
Yokota

Comment by Alex Vorona [ 2011 Mar 31 ]

Hello,

1E12 still in 1.8.4 ?

/tmp/zabbix-1.8.4/src$ grep -R 1E12 *
libs/zbxdbcache/dbcache.c: register double pg_min_numeric = (double)-1E12;
libs/zbxdbcache/dbcache.c: register double pg_max_numeric = (double)1E12;

Thanks,
Alex

Comment by Aleksandrs Saveljevs [ 2011 Mar 31 ]

Yes, 10^12 is the maximum absolute value for "Numeric (float)" items that can be stored.

Comment by Alex Vorona [ 2011 Mar 31 ]

Hello,

For PostgreSQL NUMERIC(16,4) is used, so it can store 10^16. For MySQL double (16,4) is used, but it can store only 10^12. For Oracle number(20,4) is used. So maybe there will be better to use NUMERIC(16,4) for MySQL and raise limit to 10^16 ? Or use in MySQL double (12,4), like it really works.

Thanks,
Alex

Comment by Alex Vorona [ 2011 Mar 31 ]

Hello,

>Or use in MySQL double (12,4), like it really works.
Please ignore this.

Thanks,
Alex

Comment by Alex Vorona [ 2011 Mar 31 ]

Well, my mistake, PostgreSQL NUMERIC(16,4) will store 10^12 anyway, like double (16,4) in MySQL. But why in Oracle NUMBER (20,4) is used instead of NUMBER(16,4) ?

Thanks,
Alex

Comment by Aleksandrs Saveljevs [ 2011 Mar 31 ]

I got an answer that it just historically happened so. Perhaps, you could create a ZBXNEXT if 10^12 is too low for floating-point values for you.





[ZBX-1648] Sometimes connection parameters are not passed to odbc_DBconnect procedure Created: 2010 Jan 06  Updated: 2017 May 30  Resolved: 2010 Apr 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Lucas Wolenczak Assignee: Alexander Vladishev
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

After upgrading from 1.6.4 to 1.8 some of my database checks fails with following error:
24677:20100106:121519.358 Failed to connect to DSN '' : Error: failed connection [[unixODBC][Driver Manager]Can't initiate unicode conversion] (0)
24677:20100106:121519.358 Item [edocsp2.uk.db.com:db.odbc.select[e-DOCS Database Invalid Objects count]] error: failed connection [[unixODBC][Driver Manager]
Can't initiate unicode conversion] (0)
24677:20100106:121519.358 In zabbix_log()
24677:20100106:121519.358 In DCconfig_get_items() hostid:0 key:'zabbix[log]'
24677:20100106:121519.358 End of DCconfig_get_items():0
24677:20100106:121519.358 End of zabbix_log()
24677:20100106:121519.358 End of get_value():NOTSUPPORTED
24677:20100106:121519.358 Parameter [edocsp2.uk.db.com:db.odbc.select[e-DOCS Database Invalid Objects count]] is not supported by agent Old status [0]

Further investigations showed that this error occurs when empty DSN, User and Pass parameters were passed to odbc_DBconnect procedure.

All parameters in front end are set correctly and nothing was changed since it was working in Z 1.6.4.

I tried to re-enable the item, but the next time it fails as well.

edocsp2.uk.db.com:db.odbc.select[e-DOCS Database Invalid Objects count] set as below:

DSN=EDOCS
user=user
password=password
sql=select count from user_objects where status <> 'VALID'

(not as DSN=EDOCS\nuser=user\npassword=password\nsql=select count from user_objects where status <> 'VALID' )



 Comments   
Comment by Lucas Wolenczak [ 2010 Jan 11 ]

FYI, tried with "DSN=EDOCS\nuser=user\npassword=password\nsql=select count from user_objects where status <> 'VALID' " as well and got the same result. Furthermore this issue concerns only some of DB checks, others are seems to be working fine (or at least they receive input parameters)

Comment by Alexei Vladishev [ 2010 Apr 12 ]

See also ZBX-2300.

Comment by Aleksandrs Saveljevs [ 2010 Apr 14 ]

Fixed in ZBX-2300.





[ZBX-1607] dotted red trigger line in graphs is almost invisible Created: 2009 Dec 23  Updated: 2017 May 30  Resolved: 2010 May 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Vytautas Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Centos 5.4, Zabbix 1.8



 Description   

dotted red trigger line in graphs is almost invisible.

It should be at least: visible

Or it should be possible to define color and style for it



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 17 ]

svn://svn.zabbix.com/branches/dev/ZBX-1607

now line is 2 pixel wide, color could not be changed because it depends on trigger severity

Comment by richlv [ 2010 May 17 ]

dev branch rev 12038.
while the line is much more visible now, if the colour depends on the severity, it's wrong. for example, my trigger both in graph area and in legend is grey (646464)

oh, for the record, trigger has "Warning" severity and is on the OK state right now

Comment by richlv [ 2010 May 20 ]

not really, because trigger line is always grey. in ok, unknown and problem states. i don't see how that matches trigger severity in any way.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 25 ]

svn://svn.zabbix.com/branches/dev/ZBX-1607

Comment by richlv [ 2010 May 25 ]

confirming the fix in dev branch rev 12251.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 27 ]

Bug fixed in version pre 1.8.3 revision 12282





[ZBX-2409] ZABBIX server crashes when performing discovery Created: 2010 May 06  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: J. Fischer Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

RHEL 5.4, MySQL 5.x, ZABBIX 1.8.2


Attachments: Text File debug_trace_ZABBIX_discoverer.txt    

 Description   

Our ZABBIX server (v 1.8.2) crashes (reproducible) during discovery.

We have 14 discovery rules and 30 discovery actions. We have pinned down the crash to a "housekeeper" rule with the following conditions:

  • Discovery status = "Down" (AND)
  • Uptime/Downtime >= "86400"

Action: Remove host

This action worked fine until the upgrade to 1.8.2 (from 1.8.0). We also have created a few more discovery rules and actions with the upgrade, so I am unsure whether this 1.8.2 related.
When above action is enabled, ZABBIX server crashes a few seconds after startup. When we disable it, the server runs fine.

The component that is crashing is a discoverer process. I have attached a log file with debuglevel=4 from start to crash of the given process.
If you need any further information to analyze the crash, please let me know.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 02 ]

Fixed in pre-1.8.3 in r12455.





[ZBX-2329] Screen renaming results to an empty screen Created: 2010 Apr 16  Updated: 2017 May 30  Resolved: 2010 Apr 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2456 ??? ?????????????? ??? ????????? ????... Closed
is duplicated by ZBX-2387 Renaming or changing dimension (cols ... Closed

 Description   

http://www.zabbix.com/forum/showthread.php?t=16610



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Apr 16 ]

svn://svn.zabbix.com/branches/dev/zbx-2315

Comment by richlv [ 2010 Apr 16 ]

confirming the fix in dev branch rev 11554.

Comment by Artem Suharev (Inactive) [ 2010 Apr 19 ]

Fixed.





[ZBX-2333] unknown on maps if including another map with a disabled element Created: 2010 Apr 19  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: simone Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

pls, see the problem following the link http://www.zabbix.com/forum/showthread.php?t=16690&highlight=tracker

thx



 Comments   
Comment by richlv [ 2010 Apr 19 ]

i'ts better to describe problem directly in the tracker - less clicking around

short version : create two maps, include a disabled host on 'map 1', include 'map 1' in 'map 2'.

map 2 shows "1 unknown".

Comment by Pablo Viqueira [ 2010 Jun 10 ]

Hi!

Besides this, I think that if there are several disabled or unknown items, map2 shows an incorrect number.

Best regards!

Comment by richlv [ 2010 Jun 17 ]

in current trunk it seems to show "0 unknown"

Comment by richlv [ 2010 Jun 17 ]

unfortunately, in trunk rev 12873 submap with single disabled host still shows up as "1 unknown" in the parent map

Comment by richlv [ 2010 Jun 17 ]

user error... seems to be working ok now





[ZBX-2334] Read-only templates with graphs doesn't link properly with new hosts Created: 2010 Apr 19  Updated: 2017 May 30  Resolved: 2010 May 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Tais P. Hansen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

A user creates a new host and links the host with a template the user only has read access to. The template contains both items and graphs. The items appear as expected in the new host but the graphs does not.



 Comments   
Comment by richlv [ 2010 Apr 19 ]

in svn head this fails completely :

You do not have permission to perform this operation
Cannot sync template
Cannot link template

Comment by richlv [ 2010 May 24 ]

in dev branch rev 12195, graphs are still not created in such a scenario on the host

Comment by richlv [ 2010 May 24 ]

dev branch rev 12209 - graphs are now created, but if user clicks on template name while viewing graphs or triggers (and user has only r/o access to the template), graph/trigger view shows data from a completely different template - very confusing.

can that be handled in this issue, or should a new one be opened ?

Comment by richlv [ 2010 May 27 ]

confirming the fix in dev branch rev 12294.

Comment by Alexey Fukalov [ 2010 May 27 ]

branches/1.8 12310





[ZBX-2336] Empty hostname on autoregistration if server hostname > 15 chars. Created: 2010 Apr 19  Updated: 2017 May 30  Resolved: 2010 Jun 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Tom de Waha Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Windows Server 2008 Datacenter Edition x64



 Description   

Server configured for autoregistration.
Hostname field left blank in Agent config.
If the hostname is over 15 characters long, the agent will register with an empty hostname. Also system.hostname returns an empty string.

During installation Windows 2008 DC automatically generates a hostname > 15 characters.



 Comments   
Comment by richlv [ 2010 Apr 19 ]

just a note : seems to work fine on linux & on the server side

Comment by Tom de Waha [ 2010 Apr 19 ]

I think it may have to do with where you take the hostname info from. Netbios for example does not support hostnames over 15 characters. I'm right now testing this issues on other windows versions.

Comment by Tom de Waha [ 2010 Apr 19 ]

Tested on Windows Server 2003 x86, the problem is the same.

Zabbix_agentd.log:

For key [system.hostname] received value []

Comment by Tom de Waha [ 2010 Apr 21 ]

Is it possible that you compile against an old version of the win32 sdk ?
The Agent takes the computer name length from MAX_COMPUTERNAME_LENGTH in the win32 sdk which was 15 but is now 31.

system.c:

#if defined(_WINDOWS)
/* NOTE: The buffer size should be large enough to contain MAX_COMPUTERNAME_LENGTH + 1 characters.*/
TCHAR wide_buffer[MAX_COMPUTERNAME_LENGTH + 1];
DWORD dwSize = MAX_COMPUTERNAME_LENGTH;

if (0 == GetComputerName(wide_buffer, &dwSize))
*wide_buffer = '\0';

Comment by Aleksandrs Saveljevs [ 2010 Jun 07 ]

Fixed in pre-1.8.3 in r12575.





[ZBX-2387] Renaming or changing dimension (cols x rows) of screens , cause loss of it contents. Created: 2010 Apr 27  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Utilizator Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Debian Lenny 5.0.3 i386. Zabbix 1.8.2 with MySQL 5.0


Issue Links:
Duplicate
duplicates ZBX-2329 Screen renaming results to an empty s... Closed

 Description   

Renaming or changing dimension (cols x rows) of Screen , cause loss of content inside screen. Bug was introduced in Zabbix 1.8.2



 Comments   
Comment by richlv [ 2010 Apr 28 ]

closing duplicate





[ZBX-2386] increase "Rows per page" field limit Created: 2010 Apr 27  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

9999 will be max possible value



 Comments   
Comment by Alexey Fukalov [ 2010 Apr 27 ]

branches/1.8 11732

Comment by Alexey Fukalov [ 2010 Apr 28 ]

branches/1.8 11746

Comment by richlv [ 2010 Apr 28 ]

confirming the fix in trunk rev 11749





[ZBX-2318] Missing right parenthesis Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 Apr 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 11524. Oracle 10g2



 Description   

31021:20100414:231509.131 [Z3005] Query failed: [-1] ORA-00907: missing right parenthesis
[delete from escalations where actionid=36 and triggerid=0 and (esc_step<>0 or (status<>0 and status<>4)]

missed right parenthesis)



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Apr 15 ]

Thank you! Fixed in pre-1.8.3 in r11532.





[ZBX-2317] French translation for pre-1.8.3 rev 11497 Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 Apr 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File fr_fr.inc.php    

 Description   

I have attached an updated french translation.
It is based on pre 1.8.3 rev 11497.
All messages are translated except those in installation script (it is easier for admins since PHP parameters are not localized in php.ini).



 Comments   
Comment by richlv [ 2010 Apr 14 ]

committed, thanks





[ZBX-2330] [ CGraph::create ] Incorrect item for axis value item Created: 2010 Apr 19  Updated: 2017 May 30  Resolved: 2010 Sep 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Bart Verwilst Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2978 Can't import templates with graphs wi... Closed

 Description   

While trying to import some templates i just ran into this:

  1. Added trigger "Memcached not running on {HOSTNAME}

    " to host "Template_Memcached_Server"

  2. Undefined index: ymin_itemid[/usr/share/zabbix/api/classes/class.cgraph.php:577]
  3. Undefined index: ymax_itemid[/usr/share/zabbix/api/classes/class.cgraph.php:580]
  4. [ CGraph::create ] Incorrect item for axis value item

I did the export moments before from another 1.8.3 frontend.



 Comments   
Comment by richlv [ 2010 Aug 25 ]

i believe this was fixed for 1.8.3. please reopen if still reproducible

Comment by Tiemen Ruiten [ 2010 Sep 15 ]

I'm on 1.8.3 and I'm also getting this error, also exported from another 1.8.3 frontend:

Added trigger "Lack of free memory on server

{HOSTNAME}

" to host "Poseidon"
Undefined index: ymin_itemid[/var/www/html/zabbix/api/classes/class.cgraph.php:600]
Undefined index: ymax_itemid[/var/www/html/zabbix/api/classes/class.cgraph.php:603]
Incorrect item for axis value item

Comment by Aron Ujvari [ 2010 Sep 22 ]

I confirm that this bug exists in 1.8.3. I have no reopen operation (see bug ZBX-3031), so I'm unable to reopen, but I would like to.

Comment by richlv [ 2010 Sep 28 ]

this most likely will be handled in ZBX-2978 - please, follow the progress there





[ZBX-2250] value mapping not performed for {ITEM.LASTVALUE} inside trigger names Created: 2010 Mar 31  Updated: 2017 May 30  Resolved: 2010 Dec 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1, 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Dmitrij Gavrilenko Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

PHP 5.2.11, Mysql Server 5.1.41, FreeBSD 8.0-RELEASE x64, VMware EXSi


Attachments: File ValueMapped.Email.Ok.JPG     File ValueMapped.Events.Error.JPG     File ValueMapped.LatestData.Ok.JPG     File ValueMapping - email.JPG     File ValueMapping - event.JPG     File ValueMapping - lastvalue.JPG     File ValueMapping - my_item.JPG     File ValueMapping - my_mapping.JPG     File ValueMapping - my_trigger.JPG     File ValueMapping - trigger.JPG    
Issue Links:
Duplicate

 Description   

value mapping is not performed if

{ITEM.LASTVALUE} macro is used inside trigger name in the following screens :

monitoring -> triggers;
monitoring -> events;
possibly others where trigger name is displayed.

was :
-----------------------------------------------------
????:
??? ?????? ?????????? ???? ??????: 2, 4, 10, 22 ? ?.?.
?????? ???????????? ? ??????? ??? ??? ?????? Item:
2 -> ??????1
4 -> ??????2
10 -> ??????3
22 -> ??????4
46 -> ??????5
?????????? ?????????, ????? Item ????? ???????? 1.
???????? Item-? ?????? ?? SNMP.
Type of information: Numeric (unsigned)

?????? ???????:
Name: {HOSTNAME}: I/O Slot ?2, Port?4: {ITEM.LASTVALUE}

Expression:

{MyTemplate:snmpSlot2Port4.last(0)}

#1

?? ?????????? (Slot2Port4) ???? ?????? ? ????? 46.

??? ? ????? ???????:
1) ?? ??????????? ????? ???????? ?????????:
MyHost: I/O Slot ?2, Port?4: ??????5 (46)
????? ??? ?? ??? ???. ? ?????????(???) ????????? ??????

{TRIGGER.NAME}

(???? ?? ??????)

2) ?? ?-???????? ???????????? ????????? ??????????:

  • ????: Monitoring > Last data ??? ??????? Item?: I/O Slot ?2, Port?4: ??????5 (46)
  • ????: Monitoring -> Trigger: MyHost: I/O Slot ?2, Port?4: 46
  • ????: Monitoring -> Event: MyHost: I/O Slot ?2, Port?4: 46

??? ?????, ? ???? Monitoring -> Trigger/Event, ?????? ?????????????? ???????? ???????????? ?????????????? ???.



 Comments   
Comment by Dmitrij Gavrilenko [ 2010 Apr 01 ]

В прикрепленных файлах скриншоты:
Создание элемента данных.
Конфигурация маппирования.
Создание триггера.
Индикация в меню: Monitoring -> Last data
Индикация в меню: Monitoring -> Trigger
Индикация в меню: Monitoring -> Event
Нотификация по e-mail.

Comment by Murilo Moreira de Oliveira [ 2010 Apr 01 ]

I am experiencing the same error on Monitoring -> Last data page.

Zabbix 1.8.2, PostgreSQL 8.4.2, PHP 5.3.2, CentOS 5.4 Final

Comment by Alexey Fukalov [ 2010 May 19 ]

branches/1.8 12080

Comment by Dmitrij Gavrilenko [ 2010 Dec 10 ]

К сожалению, после выхода исправления, я не заметил, работала ли полностью функция ValueMapped.
Сейчас обратил внимания на то, что данные корректно мапируются для режимов:
Monitoring -> Latest data
Monitoring -> Triggers
А также при нотификациях по e-mail.

В то время как для режима;
Monitoring -> Events
мапирование данных не происходит.

Вложенные скриншоты:
1. ValueMapped.Email.Ok.JPG
2. ValueMapped.LatestData.Ok.JPG
3. ValueMapped.Events.Error.JPG

В настояещее время использую:
Zabbix Server v1.8.3 (revision 13928) (16 August 2010)

Comment by Dmitrij Gavrilenko [ 2010 Dec 14 ]

Проблема уже решена в версии:
Zabbix Server v1.8.4rc2 (revision 15988) (1 November 2010)

Comment by richlv [ 2012 Apr 26 ]

ZBX-4918 seems to report same/similar problem with 1.8.11





[ZBX-2431] Importing templates not working Created: 2010 May 14  Updated: 2017 May 30  Resolved: 2010 Jun 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Tom Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: JPEG File firefox.jpg     JPEG File screenshot-1.jpg    

 Description   

Trying to import a template from the nabbix template (specifically the netapp one) but have tried others on the site and its not working ie and fireirefox just sits on a blank page with done. Nothing gets imported.

I am currently using 1.8.2 vmware appliance only modifications from base install is a change in ip address.



 Comments   
Comment by Tom [ 2010 May 15 ]

Running the following then a restart allowed me to import:
zypper in php5-dom

Can someone update the appliance?

Comment by Tom [ 2010 May 15 ]

I am still not fully resolved however when importing the netapp template i get the following Undefined index errors.
Anyone got any idea what they are

Item 'Template NetApp:icmpping' updated
Item 'Template NetApp:netapp.autosupport' updated
Item 'Template NetApp:netapp.cf.setting' updated
Item 'Template NetApp:netapp.cf.status' updated
Item 'Template NetApp:netapp.cfe' updated
Item 'Template NetApp:netapp.cifs.calls.total' updated
Item 'Template NetApp:netapp.cifs.dc' updated
Item 'Template NetApp:netapp.cifs.dirops' updated
Item 'Template NetApp:netapp.cifs.enabled' updated
Item 'Template NetApp:netapp.cifs.gettattrs' updated
Item 'Template NetApp:netapp.cifs.openfiles' updated
Item 'Template NetApp:netapp.cifs.opens' updated
Item 'Template NetApp:netapp.cifs.ops.total' updated
Item 'Template NetApp:netapp.cifs.others' updated
Item 'Template NetApp:netapp.cifs.reads' updated
Item 'Template NetApp:netapp.cifs.sessions' updated
Item 'Template NetApp:netapp.cifs.users.connected' updated
Item 'Template NetApp:netapp.cifs.writes' updated
Item 'Template NetApp:netapp.cpu.busy' updated
Item 'Template NetApp:netapp.fan.failed.count' updated
Item 'Template NetApp:netapp.fcp.read' updated
Item 'Template NetApp:netapp.fcp.write' updated
Item 'Template NetApp:netapp.global.status' updated
Item 'Template NetApp:netapp.global.statusmessage' updated
Item 'Template NetApp:netapp.interconnect' updated
Item 'Template NetApp:netapp.name' updated
Item 'Template NetApp:netapp.nfs.calls' updated
Item 'Template NetApp:netapp.pw.failed.count' updated
Item 'Template NetApp:netapp.serial' updated
Item 'Template NetApp:netapp.version' updated
Undefined index: ymin_type[/usr/share/zabbix/api/classes/class.cgraph.php:700]
Undefined index: ymax_type[/usr/share/zabbix/api/classes/class.cgraph.php:714]
Undefined index: ymin_type[/usr/share/zabbix/api/classes/class.cgraph.php:700]
Undefined index: ymax_type[/usr/share/zabbix/api/classes/class.cgraph.php:714]
Undefined index: ymin_type[/usr/share/zabbix/api/classes/class.cgraph.php:700]
Undefined index: ymax_type[/usr/share/zabbix/api/classes/class.cgraph.php:714]
Undefined index: ymin_type[/usr/share/zabbix/api/classes/class.cgraph.php:700]
Undefined index: ymax_type[/usr/share/zabbix/api/classes/class.cgraph.php:714]
Undefined index: ymin_type[/usr/share/zabbix/api/classes/class.cgraph.php:700]
Undefined index: ymax_type[/usr/share/zabbix/api/classes/class.cgraph.php:714]

Comment by richlv [ 2010 May 16 ]

1. issue with php module was known & already fixed;
2. issue with indexes also is fixed in svn head (and will be available in zabbix 1.8.3)

=> both issues fixed, available when appliance for version 1.8.3 will be released.

Comment by Tom [ 2010 May 18 ]

Hi Rich,
Any chance you could detail some steps on how to fix the indexing issue before the new appliance is out.?
Much appreciated.

Comment by Tom [ 2010 May 20 ]

Pleeeeeease

Comment by richlv [ 2010 Jun 07 ]

please use forum for support questions, thanks.

Comment by René [ 2011 Mar 01 ]

This issue seems to be still there in Zabbix 1.8.4

Comment by Michael Bradshaw [ 2011 Mar 31 ]

Although this issue is marked as resolved, I'm also still having this problem. We ran into this on Zabbix 1.8.2, and just upgraded today to 1.8.4 and get the same problem trying to import a template. Has anyone found a solution?
Michael

Comment by richlv [ 2011 Mar 31 ]

do you see any errors in reports -> status of zabbix ?

Comment by anton prus [ 2011 Aug 23 ]

So what about it??? any ideas what is wrong in XML ???

Comment by anton prus [ 2011 Aug 23 ]

issue definetly not resolved

Comment by René [ 2011 Aug 23 ]

You miss some php-xml-libraries. Please install them first.

Comment by João Figueiredo [ 2011 Aug 24 ]

An error should popup when trying to Import some Template and php-xml / php-xml-rpc are not installed.
The message should prompt to install the necessary package.

Comment by René [ 2011 Aug 24 ]

I think i had problems on xml-export. Here i just got a blank document, and no explanation why. Searching in debug-logs i found the error about missing libraries.

Comment by richlv [ 2011 Aug 25 ]

note that we definitely can not prompt to install any module, only suggest to do so

Comment by Javier Barroso [ 2014 Nov 12 ]

We are planning to upgrade to 1.8.21 => 2.0 => 2.2 => 2.4, but at 1.8.10, and we hit this (https://support.zabbix.com/browse/ZBX-2431?focusedCommentId=28531&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-28531) bug. Thanks





[ZBX-2271] When copy triggers with same expression, only one is copied Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate




[ZBX-2261] acknowledge and zabbix-admin user Created: 2010 Apr 02  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Konstantin Agafontsev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.82 release


Attachments: File ask.PNG    

 Description   

if user - Zabbix-Administrator
acknowledges in dashboard look like



 Comments   
Comment by richlv [ 2010 Apr 06 ]

if zabbix admin is viewing acknowledge by another user that this user does not share group with, user is not visible and comment is printed in the user column.

note that zabbix user can view this information, so either none of them should see who acknowledged the event, or both should see it

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 12 ]

svn://svn.zabbix.com/branches/dev/ZBX-2261

Comment by richlv [ 2010 Apr 13 ]

confirming the fix in dev branch rev 11474.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 14 ]

Bug fixed in version pre 1.8.3 revision 11507





[ZBX-2263] report6.php can give access to unaccessible group if host has a shared group Created: 2010 Apr 02  Updated: 2017 May 30  Resolved: 2010 Apr 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: A.Meignan Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

If a host is member of said group A and B and user has read access to only group A, group A and group B names will be visible under report6.php menu when selecting "compare value for multiple period"



 Comments   
Comment by richlv [ 2010 Apr 06 ]

confirming in trunk rev 11321.

Comment by richlv [ 2010 Jun 01 ]

confirming the fix in trunk rev 12409.





[ZBX-2264] Translate class.cuser.php and config.inc.php Created: 2010 Apr 02  Updated: 2017 May 30  Resolved: 2010 Apr 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.9 (trunk) Revision 11313



 Description   

Especially these lines:

class.cuser.php
Login name or password is incorrect
failed login attempts logged. Last failed attempt was from
on

config.inc.php
ERROR:



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 12 ]

svn://svn.zabbix.com/branches/dev/ZBX-2264

Comment by richlv [ 2010 Apr 12 ]

Use of undefined constant S_CUSER_LOGIN_OR_PASSWORD_INCORRECT - assumed 'S_CUSER_LOGIN_OR_PASSWORD_INCORRECT'[/usr/local/apache2/htdocs/dev/ZBX-2264/api/classes/class.cuser.php:415]

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 12 ]

check now

Comment by richlv [ 2010 Apr 13 ]

Use of undefined constant S_CUSER_ERROR_ATTEMP_FAILED - assumed 'S_CUSER_ERROR_ATTEMP_FAILED'[/usr/local/apache2/htdocs/dev/ZBX-2264/api/classes/class.cuser.php:501]
S_CUSER_ERROR_ATTEMP_FAILED

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 13 ]

check again should be fine

Comment by richlv [ 2010 Apr 14 ]

newline was removed at the end of api/classes/class.cuser.php

when it's re-added, good to merge.

Comment by Oleksii Zagorskyi [ 2010 Apr 15 ]

Easy tested. It works, but wanted to say, that the use of variables in the locale (en_gb.inc.php) can complicate the work of others translators.
Do not forget to remove commented block of code (no longer needed) in api/classes/class.cuser.php

Comment by richlv [ 2010 Apr 15 ]

thus :

1. newline must be re-added;
2. commented old code removed;

then can be merged

Comment by Oleksii Zagorskyi [ 2010 Apr 17 ]

In the https://support.zabbix.com/browse/ZBX-2132 Alexei Vladishev say that ".....all dates and time stamps used in Zabbix must be localized.....".
In these developments, this requirement is satisfied?

now 'config.inc' at least once contains hardcoded timestamp format.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 20 ]

Bug fixed in version pre 1.8.3 revision 11587

Comment by Oleksii Zagorskyi [ 2010 Apr 20 ]

ChangeLog not updated for this improvement.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 21 ]

ChangeLog updated in version pre 1.8.3 revision 11605

Comment by richlv [ 2010 Apr 21 ]

svn head, attempting to view a restricted page while not logged in :

You cannot view this URL as a .
Object of class CTag could not be converted to string[/usr/local/apache2/htdocs/trunk/include/config.inc.php:260]

got broken in rev 11588

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 22 ]

svn://svn.zabbix.com/branches/dev/ZBX-2264

Comment by richlv [ 2010 Apr 22 ]

confirming the fix in dev branch rev 11639.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 22 ]

Bug fixed in version pre 1.8.3 revision 11641





[ZBX-2270] Regression: Filtering of items just by "Status" doesn't work Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Jernej R Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

I have upgraded from ver 1.8.1 to 1.8.2 and found a problem with items filtering. For example: if I want to filter the items to see only "Not supported" ones it doesn't work and no such items are found. But in the status of ZABBIX (dashboard) I can see that there are some items that are not supported . In 1.8.1 this works without any problems.

Forum thread http://www.zabbix.com/forum/showthread.php?p=62399



 Comments   
Comment by richlv [ 2010 Apr 06 ]

confirming in trunk rev 11321.

Comment by richlv [ 2010 Apr 30 ]

confirming the fix in trunk rev 11812





[ZBX-2446] Can't compile agent on AIX v5.3 Created: 2010 May 20  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Alexander Vladishev
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

AIX 5.3
OS level 5300-05


Issue Links:
Duplicate

 Description   

"/usr/include/syms.h", line 288.9: 1506-236 (W) Macro name T_NULL has been redefined.
"/usr/include/syms.h", line 288.9: 1506-358 (I) "T_NULL" is defined on line 150 of /usr/include/arpa/onameser_compat.h.
"vmstats.c", line 147.38: 1506-022 (S) "donate_enabled" is not a member of "struct

{...}".
"vmstats.c", line 149.56: 1506-022 (S) "idle_donated_purr" is not a member of "struct {...}

".
"vmstats.c", line 150.56: 1506-022 (S) "busy_donated_purr" is not a member of "struct

{...}".
"vmstats.c", line 152.55: 1506-022 (S) "idle_stolen_purr" is not a member of "struct {...}

".
"vmstats.c", line 153.55: 1506-022 (S) "busy_stolen_purr" is not a member of "struct

{...}

".



 Comments   
Comment by Alexander Vladishev [ 2010 May 21 ]

Fixed in version pre1.8.3, r12127.





[ZBX-2449] "Undefined variable: proxyids" with no proxies Created: 2010 May 20  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch rev 12118.



 Description   

administration -> dm -> proxies.

if no proxies are defined, error is displayed :

Undefined variable: proxyids[/srv/www/htdocs/dev-316/api/classes/class.cproxy.php:211]



 Comments   
Comment by Alexey Fukalov [ 2010 May 21 ]

branches/1.8 12123

Comment by richlv [ 2010 May 21 ]

confirming the fix in 1.8 branch svn head rev 12154.





[ZBX-2445] Windows Event Monitoring Created: 2010 May 20  Updated: 2017 May 30  Resolved: 2010 Jul 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: arungosh Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

windows,Linux



 Description   

I want to monitor the windows events on windows servers using our zabbix monitoring..

I had installed two agents in test setup and created the event item of security,application & system..these all items can get and viewing the event information in zabbix overview . My requirement is events to be monitor for id ,error,type,date & time basis..which means want to monitor particluar event id ( 7001),So that i can see the information of 7001 event id only.

Please let me know the item key for find out the particular event id information in zabbix .

Thanks & regards
Arungosh



 Comments   
Comment by richlv [ 2010 Jul 05 ]

please use forum for support questions





[ZBX-2305] actions are sometimes not executed Created: 2010 Apr 13  Updated: 2017 May 30  Resolved: 2010 Apr 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2624 Alerts do not sent when monitoring lo... Closed

 Description   

Since several different processes participate in the event-escalation-alert sequence and do their job at different times, not all events make it to alerts though escalations if changes in the sequence (including delete's) happen real quick.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Apr 14 ]

Fixed in pre-1.8.3 in r11508.

Comment by Aleksandrs Saveljevs [ 2010 Apr 20 ]

Fixed in pre-1.8.3 in r11595.





[ZBX-2232] Incorrect event duration in Event details screen Created: 2010 Mar 26  Updated: 2017 May 30  Resolved: 2010 Mar 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix pre1.8.2, revision 11149


Attachments: JPEG File event details.jpg    

 Comments   
Comment by richlv [ 2010 Mar 26 ]

hmm, what's incorrect there ? if page is refreshed, doesn't it show bigger value ?
such a representation is used when value would be 0

Comment by Alexei Vladishev [ 2010 Mar 30 ]

The duration must be equal to the age for the last event!

Comment by Maxim Andruhovich (Inactive) [ 2010 Mar 30 ]

svn://svn.zabbix.com/branches/dev/ZBX-2232

Comment by richlv [ 2010 Mar 30 ]

confirming the fix in dev branch rev 11229.

Comment by Maxim Andruhovich (Inactive) [ 2010 Mar 30 ]

Bug fixed in version pre 1.8.3 revision 11232





[ZBX-2477] Dynamic graphs disappear from screens if some special characters are used in item keys Created: 2010 May 27  Updated: 2017 May 30  Resolved: 2011 Jan 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 May 27 ]

ZBX-2477-gr_dis

Comment by Alexey Fukalov [ 2010 May 27 ]

branches/1.8 12312





[ZBX-2491] Delete History_uint? Created: 2010 Jun 01  Updated: 2017 May 30  Resolved: 2010 Jun 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: hamid sfandiari Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

freebsd , mysql, apache


Issue Links:
Duplicate
duplicates ZBX-1438 When deleted items from WEB GUI,the t... Closed

 Description   

hi dear.
in my zabbix when i delete history for any item that returns FLOAT output ,trends table items have got deleted . this is true but
my problem is when i wanna delete unsigned int item history and trends , history_uint item delete but trends_uint not delete
by searching the forum i find that this problem exist in deleting items from web GUI too(https://support.zabbix.com/browse/ZBX-1438) and had fixed



 Comments   
Comment by richlv [ 2010 Jun 02 ]

please, don't set issues you have reported to confirmed. who confirmed them ?

Comment by richlv [ 2010 Jun 02 ]

...and this is a duplicate report. problem will be fixed in 1.8.3.





[ZBX-2283] Incorrect time calculating in time-slider with time less then 2days Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 08

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

When in the Monitoring->Latest data->Graph report and when the slide bar is extended from 1h to 23h, then after 23h it becomes 15h, so it changes within the following range: 1h -> 2h -> ... 23h -> 15h -> 2d -> 3d



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Apr 08 ]

Fixed. This fix includes changes in js popup calendar, so it must be tested as well.

Comment by Artem Suharev (Inactive) [ 2010 Apr 13 ]

svn://svn.zabbix.com/branches/dev/zbx-2283

Comment by richlv [ 2010 Apr 13 ]

seems to be working fine in dev branch rev 11478.

Comment by Artem Suharev (Inactive) [ 2010 Apr 14 ]

Implemented





[ZBX-2285] active checks may be sent multiple times Created: 2010 Apr 07  Updated: 2017 May 30  Resolved: 2010 Apr 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

If it takes the server a long time to successfully process an active item, the agent's zbx_tcp_recv() will time out, and it will try to send the value again.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Apr 08 ]

Fixed in pre-1.8.3 in r11395.





[ZBX-2486] postgresql upgrade to 1.6 errors on "color" conversion Created: 2010 May 31  Updated: 2017 May 30  Resolved: 2010 Jun 03

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

postgresql upgrade patch to 1.6 prints an error :

ERROR: syntax error at or near "change" at character 26
LINE 1: alter table graphs_items change color color varchar(6) DEFAU...

the column type & default are not changed.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 07 ]

Fixed in pre-1.8.3 in r12580.





[ZBX-2150] host for new application not pre-selected if first dropdown entry is "none" Created: 2010 Mar 11  Updated: 2017 May 30  Resolved: 2012 Jun 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

if "Dropdown first entry" is set to "none", creating a new application does not pre-fill host even if the host has been selected when clicking "create application"



 Comments   
Comment by Alexander Vladishev [ 2012 Jun 18 ]

Fixed with ZBX-2548 in pre-1.8.3 r12772





[ZBX-1824] user macros do not work when referencing items Created: 2010 Jan 26  Updated: 2017 May 30  Resolved: 2010 Apr 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File user_macros_in_labels.png    

 Description   

user macros do not work when referencing items in other macros - for example, this makes user macros unusable if data has to be displayed in map element or link labels



 Comments   
Comment by richlv [ 2010 Jan 26 ]

hopefully the fix is as easy as making it correctly detect the ending curly brace

Comment by richlv [ 2010 Apr 29 ]

confirming the fix in dev branch rev 11776.

Comment by Alexey Fukalov [ 2010 Apr 29 ]

branches/1.8 11783





[ZBX-1114] Remote command fails if it uses {TRIGGER.NAME} and the trigger name contains a comma (",") Created: 2009 Oct 20  Updated: 2017 May 30  Resolved: 2011 Apr 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.6.6
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Juho Mäkinen Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux, both server and agent are running in Linux.


Issue Links:
Duplicate
is duplicated by ZBX-2592 Operations scripts fails with comma c... Closed

 Description   

There's a problem with remote command where the remote command contains commas.

How to reproduce:

  • Create trigger which name has a comma (like "Hello, World")
  • Create an Action which has a remote command and the remote command used {TRIGGER.NAME}

    Example remote command: "my.host.net:/usr/bin/send_message ZABBIX Has found a problem: {TRIGGER.NAME}

    "

Zabbix does not escape the commas in the remote command so the actual key will be something like this:
"system.run[/usr/bin/send_message ZABBIX Has found a problem: Hello, World,nowait]"

The comma in the middle will break the remote command and zabbix_agentd returns ZBX_NOT_SUPPORTED

Suggestion: Zabbix should escape all commands in the remote command so that a remote command can contain commas, macros (like

{TRIGGER.NAME}

) which contains commands etc.

There's also a related bug: https://support.zabbix.com/browse/ZBX-403



 Comments   
Comment by Bashman [ 2010 Dec 22 ]

Could be related to https://support.zabbix.com/browse/ZBX-3321

Comment by Aleksandrs Saveljevs [ 2011 Apr 05 ]

Seems to have been fixed in Zabbix 1.8.3 under ZBX-2592. Please reopen if the problem is still present.





[ZBX-1273] Zabbix uses 1024 as 'kilo' by default, not 1000 Created: 2009 Nov 15  Updated: 2017 May 30  Resolved: 2010 Sep 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.6.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Mark Grant Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Ubuntu 9.04 server, 9.10 agent



 Description   

I've got a user parameter on one of my systems which reports the CPU frequency in MHz to the server so I can monitor clock frequency changes. The server is then configured to graph that as Hz, multiplying it by 1,000,000 to get it to the correct value.

I was therefore rather suprised that the agent reports 1600.00 for the frequency but the web gui graphs it as 1.49GHz. It was only after some thought that I realised that 1.49 x 1024 x 1024 x 1024 is actually 1.6 billion.

Poking around in the web interface PHP files, it appears that Zabbix defaults to using 1024 for the 'kilo' divider, and has a couple of special case unit names where it uses 1000 instead.

Surely this is backwards? Most uses of 'kilo' should be 1000, with only memory sizes (and derivatives) using 1024, so I'd imagine it should really be using 1000 by default and 1024 for the special case names... or, better yet, allowing you to pick 1000 or 1024 on a per item basis. The difference isn't so obvious for small numbers, but when you get into the billions it's very, very obvious.

I did look for any other bug reports related to this but the search didn't find any reference to 1024 or kilo.



 Comments   
Comment by richlv [ 2009 Nov 16 ]

setting this per item would probably be desired, unless full support for all possible metrics is implemented (using separate si and base-2 units).

as it won't only affect kilo, choice per item probably should be base 10 or base 2.

would that suffice for you ? if so, this probably should be moved over to the feature request area.

Comment by Mark Grant [ 2009 Nov 16 ]

Yeah, I think a per-item base 2 or base 10 would be fine.

Comment by richlv [ 2010 Sep 13 ]

this has been changed to use 1000 multiplier by default, and 1024 only if units are set to B or Bps - which, i believe, should deal with this request. if not, please reopen





[ZBX-1211] MIsc MS Explorer issues Created: 2009 Nov 05  Updated: 2017 May 30  Resolved: 2010 May 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexei Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.78.1, 6.0.xxx



 Description   

1. No blinking in status of triggers and overview screens
2. Double lines in cells of Overview screens and other tables when empty cell is displayed.



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 20 ]

At the moment blinking is working and empty cells filled with spaces so there is no "double lines" in cells

cell jumping in IE 6 left for future development

Comment by Maxim Andruhovich (Inactive) [ 2010 May 20 ]

svn://svn.zabbix.com/branches/dev/ZBX-1211

Comment by Igor Danoshaites (Inactive) [ 2010 Jun 03 ]

Double lines and blinking are fixed in this dev branch.
Please merge the changes.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 03 ]

Bug fixed in version pre 1.8.3 revision 12538





[ZBX-1566] 64bit from solaris machine are not still readable by zabbix server Created: 2009 Dec 18  Updated: 2017 May 30  Resolved: 2010 May 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Ernest Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Debian 5.0


Issue Links:
Duplicate
duplicates ZBX-1126 Incorrect type for net.if checks Closed

 Description   

Problem with 64 bit long number still exists in 1.8. Please apply a patch to the next release.

Best regards,
e.



 Comments   
Comment by richlv [ 2010 Jan 04 ]

what actually is the problem ?
where is the patch ?

Comment by Aaron Mildenstein [ 2010 Feb 05 ]

I believe this is the patch of which he speaks:

Patch:
Index: src/libs/zbxsysinfo/sysinfo.c
===================================================================
— src/libs/zbxsysinfo/sysinfo.c (revision 8111)
+++ src/libs/zbxsysinfo/sysinfo.c (working copy)
@@ -539,8 +539,8 @@
 {
 #if defined(HAVE_POSTGRESQL) || defined(HAVE_ORACLE) || defined(HAVE_SQLITE3)
        /* field with precision 16, scale 4 [NUMERIC(16,4)] */

  • register double pg_min_numeric = (double)-1E12;
  • register double pg_max_numeric = (double)1E12;
    + register double pg_min_numeric = (double)-1E16;
    + register double pg_max_numeric = (double)1E16;

        if (value <= pg_min_numeric || value >= pg_max_numeric)
                return FAIL;

Comment by Aleksandrs Saveljevs [ 2010 May 17 ]

Fixed in ver. pre1.8.3, r11998, in ZBX-1126.





[ZBX-1016] IPMI-Items dont work anymore since OS-change (Error: Cannot connect to IPMI host. Error 0x16 Invalid argument) Created: 2009 Aug 17  Updated: 2017 May 30  Resolved: 2010 Oct 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.6.5
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: rrr Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

openSUSE 11.1



 Description   

I had a running openSUSE 10.3 system with ZABBIX 1.6.5 and trouble-free IPMI-items.
Now I've changed to openSUSE 11.1 and the IPMI-items are out of order. I have the same OpenIPMI-Version 2.0.14 running as on the previous OS.

Here are some debuglog-outputs of ZABBIX:
I think the main problem is the entry: "Cannot connect to IPMI host. Error 0x16 Invalid argument"
But a query to the IPMI-card with ipmitool is working properly.

26215:20090809:030057 In setup_done() [192.168.1.1]:623
26215:20090809:030057 In domain_closed() [192.168.1.1]:623
26215:20090809:030057 Cannot connect to IPMI host. Error 0x16 Invalid argument
26215:20090809:030057 End get_value()
26215:20090809:030057 Query [begin;]
26215:20090809:030057 Host [ipmihost]: first network error, wait for 15 seconds
26215:20090809:030057 In zabbix_log()
26215:20090809:030057 Query [select i.itemid,i.key_,h.host,h.port,i.delay,i.description,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h.useip,h.ip,i.history,i.lastvalue,i.prevvalue,i.hostid,h.status,i.value_type,h.errors_from,i.snmp_port,i.delta,i.prevorgvalue,i.lastclock,i.units,i.multiplier,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.formula,h.available,i.status,i.trapper_hosts,i.logtimefmt,i.valuemapid,i.delay_flex,h.dns,i.params,i.trends,h.useipmi,h.ipmi_port,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,i.ipmi_sensor,i.lastlogsize from hosts h, items i where h.hostid=i.hostid and h.status=0 and i.status=0 and h.proxy_hostid=0 and i.key_='zabbix[log]' and i.value_type=1 and h.hostid between 000000000000000 and 099999999999999]
26215:20090809:030057 Query [update hosts set errors_from=1249779657,disable_until=1249779672 where hostid=10022]
26215:20090809:030057 Parameter [cpu2_temp] will be checked after 120 seconds on host [ipmihost]
26215:20090809:030057 Query [update items set nextcheck=1249779777 where itemid=41999]
26215:20090809:030057 Query [commit;]
26215:20090809:030057 In substitute_simple_macros (data:"192.168.1.1")
26215:20090809:030057 In int_in_list(list:10022,value:10022)
26215:20090809:030057 End int_in_list(ret:SUCCEED)
26215:20090809:030057 Host 10022 is unreachable. Skipping [cpu3_temp]
26215:20090809:030057 In substitute_simple_macros (data:"192.168.1.1")
26215:20090809:030057 In int_in_list(list:10022,value:10022)
26215:20090809:030057 End int_in_list(ret:SUCCEED)
26215:20090809:030057 Host 10022 is unreachable. Skipping [cpu4_temp]
26215:20090809:030057 In substitute_simple_macros (data:"192.168.1.1")
26215:20090809:030057 In int_in_list(list:10022,value:10022)
26215:20090809:030057 End int_in_list(ret:SUCCEED)



 Comments   
Comment by richlv [ 2010 Mar 18 ]

these problems usually seem to be cause by libopenipmi problems. an you try compiling latest libopenipmi manually, removing suse packages, then compiling zabbix against the new packages - does ipmi start working ?





[ZBX-957] no processing of actions with event duration of 0 sec. Created: 2009 Jun 15  Updated: 2017 May 30  Resolved: 2010 Apr 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.6.4
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Gunnar Thielebein Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Zabbix Server doesn't raise an action of events that have duration 0 sec.

This applies for logfiles were several matches appears within one second. For these no warning messages is raised.

The trigger used in example:

{hostname:trap.matchSCG[unsuccessful]. count( 600 ) }

=1

This should only sent a warning for the first appearence of match within a 10 minutes interval. This trigger works if single matches appears or there's a delay between the matches > 1sec.

zabbix event log:
of 2009.Jun.15 13:42:47 Logwatch - Match "unsuccessful" PROBLEM Warning 0s No -

As soon as count(600) returns 2 within the same second no action is sent.



 Comments   
Comment by Alexei Vladishev [ 2009 Jun 15 ]

What is your version of Zabbix?

Comment by Gunnar Thielebein [ 2009 Jun 15 ]

zabbix version is the official 1.6.4

Comment by Alexander Vladishev [ 2010 Jun 17 ]

Will be fixed with ZBX-2305





[ZBX-1986] no y axis labels if data range contains zeroes only Created: 2010 Feb 11  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk rev 10101


Attachments: PNG File zeroes_chart.png    

 Description   

if data range contains zeroes only, y axis has no labels at all - see the screenshot



 Comments   
Comment by richlv [ 2010 Jun 01 ]

confirming the fix in trunk rev 12409.





[ZBX-2412] Deleting map with the API Created: 2010 May 07  Updated: 2017 May 30  Resolved: 2010 May 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

http://www.zabbix.com/forum/showthread.php?t=16974

There is a bug when you try to delete a map with the API. Elements concerning this map are not deleted in the other maps.

In the file class.cmap.php, line 677, I think you have to change :
' WHERE '.DBcondition('sysmapid',$sysmapids).
by
' WHERE '.DBcondition('elementid',$sysmapids).

Thank you for the API. With python, it's a real pleasure to interface our system with zabbix.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 May 07 ]

Fixed directly in 1.8 and trunk





[ZBX-2372] Function "zbx_date2str" wrongly convert long name of month "May" Created: 2010 Apr 23  Updated: 2017 May 30  Resolved: 2010 May 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

after revision 11583 (changed zbx_date2str function).
In locales where the full name of the month of "May" is longer than three letters.


Attachments: PNG File report2-zbx2372-r12061.png     PNG File short_month_MAY_incorrect.png    

 Description   

In locales where the length of the name of the month of May is longer than three letters, rather than the short name of the month long display.
This is because in sequential replacement of names in the function "zbx_date2str" replacement of the month of May at the long name is always.
$output = str_replace(date('F',$value), $monthslong[date('n',$value)], $output);

See screenshort.
Please Fix the logic of replacement names.

On locales EN, RU this bug is not visible (visible as normal).



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Apr 23 ]

String from UA locale:

'S_TIMELINE_DATE_FORMAT'=> 'd.M',

'S_MONTH_MAY_SHORT'=> 'Тра',
'S_MONTH_MAY_LONG'=> 'Травень',

Comment by Maxim Andruhovich (Inactive) [ 2010 May 13 ]

svn://svn.zabbix.com/branches/dev/ZBX-2372

Comment by Oleksii Zagorskyi [ 2010 May 13 ]

from branches/dev/ZBX-2372. Now ALL 12 months are displayed as short name May 'S_MONTH_MAY_SHORT'

Comment by Maxim Andruhovich (Inactive) [ 2010 May 18 ]

Sorry this were phrases misspelling, wrong phrase used in char4.php, not a function problem, now everything should work fine, check rev 12058

Comment by Maxim Andruhovich (Inactive) [ 2010 May 18 ]

If you have such problems more, please post screen shot or tell me file name which draws chart

Comment by Oleksii Zagorskyi [ 2010 May 19 ]

'S_MONTH_MAY_LONG'=> 'Травень',
'S_MONTH_MAY_SHORT'=> 'Тра',

I think problem in function. See screnshot report2-zbx2372-r12061

Comment by Maxim Andruhovich (Inactive) [ 2010 May 19 ]

Currently there is no problem in the function zbx_date2str (rev 12058).

On your screen shot you can see when format is "d F" at the end of "time line" there is no data and month is full as expected and goes over chart grid, but at the beginning data goes over time line labels, so data hiding time line labels.

Our charts has predefined space for labels so month should be no longer than 3 symbols in length.

Please, use another date format for you charts.

Comment by Oleksii Zagorskyi [ 2010 May 19 ]

Maxim,
I have no complaints about the format "d F". It just for an example.

On three different images simply by changing the format 'S_CHART4_TIMELINE_DATE_FORMAT'
Format "d.m" display correct.
And why the "d M" format is displayed that all 12 months look the same (Тра)?

I do not open a query, but the problem remained. What am I wrong?

Comment by Maxim Andruhovich (Inactive) [ 2010 May 19 ]

Yep, you are right.

I don't know why, I made caching of the replacement data, at the moment I fixed this issue, check how it works now in rev 12075.

Sorry, for misunderstanding

Comment by Oleksii Zagorskyi [ 2010 May 19 ]

Maxim, thanks.
I checked all three formats of the month (m M F).
Now all fine.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 03 ]

Bug fixed in version pre 1.8.3 revision 12532





[ZBX-2414] failed to show Configuration>map new map Created: 2010 May 09  Updated: 2017 May 30  Resolved: 2010 May 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: hamid sfandiari Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

freebsd 8 , php5 with full installed extensions, mysql 5.5.4



 Description   

hi.
when i create new map without any background image (or with) and save it, icant configure it in configuration>maps>map name
but i can see it in monitoring>maps>map name

by inspecting element feature of google chrom of that page i 've got this information :
chrome://devtools/imgstore.php?imageid=Fatal error Call undefined function session_start() /usr/local/www/vhosts/zabbix/include/config.inc.php



 Comments   
Comment by hamid sfandiari [ 2010 May 09 ]

i have install php5-session and fix my problem
http://www.zabbix.com/forum/showthread.php?t=16629#post62810

Comment by richlv [ 2010 May 10 ]

installer should check for php session functionality

Comment by hamid sfandiari [ 2010 May 10 ]

my problem solved by installing php-sesson but it seems that the installer does not check this in zabbix>installation>Check of pre-requisites
everything seems ok befor installing php-session
PHP version 5.3.2 5.0 5.3.0 Ok
PHP memory limit 256M 128M 256M Ok
PHP post max size 38M 16M 32M Ok
PHP upload max filesize 16M 2M 16M Ok
PHP max execution time 600 300 600 Ok
PHP max input time 600 300 600 Ok
PHP timezone Asia/Tehran Ok
PHP databases support MySQL Ok
PHP BC math yes Ok
PHP MB string yes Ok
PHP Sockets yes Ok
PHP GD 2.0.34 2.0 2.0.34 Ok
GD PNG Support yes Ok
libxml module 2.7.6 2.6.15 2.7.6 Ok
ctype module yes Ok

Ok

Comment by Maxim Andruhovich (Inactive) [ 2010 May 26 ]

svn://svn.zabbix.com/branches/dev/ZBX-2414

Comment by richlv [ 2010 Jun 07 ]

confirming the fix in dev branch rev 12594.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 10 ]

Bug fixed in version pre 1.8.3 revision 12683





[ZBX-2423] can't edit custom colour in map link status indicator list Created: 2010 May 11  Updated: 2017 May 30  Resolved: 2010 May 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

add map link status indicator with some custom colour.
while the colour picker is available from the list, ability to edit the custom colour is missing.
ideally, colour picker itself would gain entry field for the custom colour everywhere,



 Comments   
Comment by richlv [ 2010 May 17 ]

fixd in dev branch rev 12038 by adding the colour input field in the form itself -> considering fixed.

preferred long term fix would still be to have the input field in the picker itself so that it doesn't have to be added in each location individually

Comment by Alexey Fukalov [ 2010 May 18 ]

branches/1.8 12040

ZBXNEXT-361





[ZBX-2268] can add multiple items of type "graph sum" to a pie graph Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

regression. it is now possible to add multiple "graph sum" items to a pie graph - was prevented before



 Comments   
Comment by richlv [ 2010 Apr 13 ]

can't confirm the fix in dev branch rev 11465 - such graphs can still be saved

Comment by richlv [ 2010 Apr 13 ]

confirming the fix in dev branch rev 11472.

Comment by Alexey Fukalov [ 2010 Apr 13 ]

branches/1.8 11475





[ZBX-2132] Translatable short month names Created: 2010 Mar 09  Updated: 2017 May 30  Resolved: 2010 Apr 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File translatable_month.diff    
Issue Links:
Duplicate
is duplicated by ZBX-1504 graph timeline dates do not use local... Closed

 Description   

thise patch add support localisable short names month



 Comments   
Comment by Alexei Vladishev [ 2010 Apr 01 ]

This should be extended so that all dates and time stamps used in Zabbix must be localized, i.e. they must use it's own date & time formats depending on selected language.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 09 ]

svn://svn.zabbix.com/branches/dev/ZBX-2132

Comment by Alexei Vladishev [ 2010 Apr 09 ]

Rich,

Please test it carefully. By default, all date related labels should be displayed exactly as in 1.8.2.

Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 20 ]

Bug fixed in version pre 1.8.3 revision 11583

Comment by Oleksii Zagorskyi [ 2010 Apr 20 ]

I wanted to ask. In the interface there are several versions of the full submission date:
'D M Y H:i:s'
'Y.M.d H:i:s'
'Y-m-d H:i:s'
'M.d.Y H:i:s'
If my language (UA) accepted date format 'd.m.Y' then recommend whether you use it in all places where using a full date format?
Do you recommend have different delimiter characters ",". "" - "In the date format?
I think it is better to use one, for example "."
Does it make sense to use the "M" where you use it or use the "m"?

Alexei, please answer.

Comment by Alexei Vladishev [ 2010 Apr 20 ]

I think now you can specify only one format, which will be used everywhere in the interface. Your format 'd.m.Y' is absolutely ok.





[ZBX-2027] displayed host changed after cancelling trigger comment editing Created: 2010 Feb 17  Updated: 2017 May 30  Resolved: 2010 May 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

open monitoring -> triggers, select all/all for groups and hosts. have at least one trigger showing, click on 'add' or 'show' in the comment column, then click 'cancel' - view is now filtered for that host



 Comments   
Comment by Alexey Fukalov [ 2010 May 19 ]

ZBX-2027_trid

Comment by richlv [ 2010 May 20 ]

confirming the fix in dev branch rev 12118.

Comment by Alexey Fukalov [ 2010 May 21 ]

branches/1.8 12121





[ZBX-2226] adding items and applications to templates that already exist in linked hosts Created: 2010 Mar 25  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r11109 of 1.8


Attachments: PNG File rename-application.png    

 Description   

Problem #1:

Suppose a host is linked to two templates, T1 and T2. T1 has item with key K. Frontend allows to create an item with the same key K in template T2.

Problem #2:

Suppose a host is linked to two templates, T1 and T2. T1 has application with name N. If a user tries to create an application with the same name N in template T2, the frontend will complain, which is good. However, when the user presses "Cancel", frontend gives fatal error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6 bytes) in /home/zabbix/1.8/frontends/php/include/db.inc.php on line 544



 Comments   
Comment by J.M.Roth [ 2010 Jul 09 ]

Have you tried if it works when increasing the memory available to PHP?

Comment by richlv [ 2010 Jul 09 ]

even if it might work, using more than 128mb for canceling an operation isn't acceptable

Comment by richlv [ 2010 Aug 10 ]

first problem seems to be fixed by now;

second problem does not seem to appear for me - it works just fine even with a 64meg limit on php scripts. can problem #2 still be reproduced ?

Comment by Aleksandrs Saveljevs [ 2010 Aug 10 ]

True, problem #1 does not seem to appear anymore.

Problem #2 might or might not manifest only on databases with a big number of templated hosts (e.g., 10000). I have lost that database when doing node conversion recently (make backups!) and it will take at least a couple of days to regenerate. Please give me some time to recreate it.

Comment by Aleksandrs Saveljevs [ 2010 Aug 10 ]

Regarding problem #1: the frontend does not allow to create an item with key K in template T2, but it allows to change T2's existing item's key to K.

Comment by richlv [ 2010 Aug 10 ]

confirming, changing the key to an already existing one is allowed.
additionally, it acts as if the item that had the key changed was deleted, thus all triggers and custom graphs that were using it are deleted as well.

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

In branches

Comment by Aleksandrs Saveljevs [ 2010 Aug 10 ]

Problem #2 does not reproduce itself with over 4000 hosts. Will reopen should it manifest again.

Comment by Alexei Vladishev [ 2010 Aug 10 ]

Tested. Ready to merge!

Comment by Aleksandrs Saveljevs [ 2010 Aug 10 ]

Renaming an already existing application (in this example, BBB to AAA, where AAA already exists in a different template linked to a host) gives rename-application.png. The application did not get renamed, but frontend says it was. Not good.

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

Implemented





[ZBX-2360] unknown events reset acknowledge status Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Apr 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 22 ]

frontend part works as expected in dev branch rev 11659.

Comment by Alexei Vladishev [ 2010 Apr 23 ]

BUG found:

  • do not copy acknowledges for "Multiple PROBLEM" events!!!
Comment by Alexander Vladishev [ 2010 Apr 26 ]

Available in pre-1.8.3 in r11698.

Comment by richlv [ 2012 Jun 10 ]

something strangely similar reported for 1.8.11 as ZBX-5163





[ZBX-2362] Logrt is not supported with some Windows OS Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Apr 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File zabbix_agent.log    
Issue Links:
Duplicate

 Description   

Logrt cannot be acquired in following Windows.

Windows2003 R2 – not supported
Windows2008 x64 – not supported
Windows2008 R2 – not supported
Windows2008 x64 – not supported
Windows2003 R2 – OK
Windows2008 x32 – OK

The Agent log when becoming not supported is attached.
When the file is opened, the path name is illegal.



 Comments   
Comment by Alexander Vladishev [ 2010 Apr 21 ]

C:\zabbix\logrt>dir
Volume in drive C has no label.
Volume Serial Number is 31DB-E0A1

Directory of C:\zabbix\logrt

2010.04.21. 16:41 <DIR> .
2010.04.21. 16:41 <DIR> ..
2010.04.21. 16:43 4 win.txt
2010.04.21. 16:43 4 win1.txt
2010.04.21. 16:43 4 win2.txt
2010.04.21. 16:44 4 win3.txt
2010.04.21. 16:43 4 win4.txt
5 File(s) 20 bytes
2 Dir(s) 67 325 583 360 bytes free

Comment by Alexander Vladishev [ 2010 Apr 22 ]

Fixed in version pre1.8.3, revision 11653





[ZBX-2492] Japanese translation for zabbix 1.8.3 Created: 2010 Jun 01  Updated: 2019 Apr 09  Resolved: 2010 Jun 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Kodai Terashima Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File 20100624_zabbix-1.8.3-ja_jp.inc.php     File zabbix-1.8.3-ja_jp.inc.php    

 Description   

I translated zabbix 1.8.3 web frontend for Japanese



 Comments   
Comment by richlv [ 2010 Jun 01 ]

thanks, committed

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 15 ]

To repair language file and remove '%s' placeholders

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 15 ]

svn://svn.zabbix.com/branches/dev/ZBX-2492

Comment by richlv [ 2010 Jun 16 ]

seems to be working ok in dev branch rev 12822.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 17 ]

Bug fixed in version pre 1.8.3 revision 12847

Comment by Oleksii Zagorskyi [ 2010 Jun 18 ]

after today changes i see many of spaces at start and end of translated strings, but this BAD !!!
Read my post please:
https://support.zabbix.com/browse/ZBX-2471
Maxim, don't use spaces at start and end of translated strings !!!

Also, you idea about using sprintf and their placeholders i did not like from the beginning , sorry

Comment by richlv [ 2010 Jun 18 ]

ok, leading and trailing spaces in translation strings = bad... reopening

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 18 ]

trailing spaces are removed from phrases, see revision 12905

Comment by richlv [ 2010 Jun 18 ]

confirming the fix in dev branch rev 12915.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 19 ]

Bug fixed in version pre 1.8.3 revision 12935

Comment by Oleksii Zagorskyi [ 2010 Jun 22 ]

in last revision 13013 detected several strings with placeholders:
'S_CMEDIATYPE_ERROR_MEDIATYPE_EXISTS'=> 'Mediatype "%1$s" already exists',
'S_CMEDIATYPE_ERROR_MEDIATYPE_USED_BY_ACTIONS'=> 'Mediatypes used by action "%1$s" operations',

Comment by Kodai Terashima [ 2010 Jun 24 ]

Update Japanese translation for 1.8.3.

Additional comment:

"Active(S_ACTIVE)" and "Passive(S_PASSIVE)" is used for proxy mode in locale file.
S_ACTIVE is also used host, item, trigger status, it means "Setting status is Active (or Disable)".

Translation of "Active" for proxy mode and setting status are different in Japanese.
I think that it had better create new defines "S_PROXY_ACTIVE" and "S_PROXY_PASSIVE" for proxy mode.

Comment by richlv [ 2010 Jun 28 ]

thanks for the latest japanese translation - Kodai, could you please open a new issue regarding proxy active strings ?
as for the placeholders, these are present also in english version - zalex_ua, could you please also open a new issue regarding that so that this one is not overloaded ?





[ZBX-2282] Failed query for Oracle "dublicate column name" Created: 2010 Apr 06  Updated: 2023 Nov 08  Resolved: 2010 May 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.4
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Oracle 10g2, trunk zabbix_server



 Description   

26046:20100405:222915.420 [Z3005] Query failed: [-1] ORA-06550: line 2, column 47:
PL/SQL: ORA-00957: duplicate column name
ORA-06550: line 2, column 1:
PL/SQL: SQL Statement ignored
[begin
update hosts set available=0,snmp_available=0,snmp_available=0,error='',snmp_error='',ipmi_error='' where hostid=28408;
end;
]



 Comments   
Comment by Alexey Pustovalov [ 2010 Apr 21 ]

in src/zabbix_server/trapper/proxyhosts.c:

if (SUCCEED == zbx_json_value_by_name(&jp_row, ZBX_PROTO_TAG_SNMP_AVAILABLE, tmp, sizeof(tmp)))

{ zbx_snprintf_alloc(&sql, &sql_alloc, &sql_offset, 32, "snmp_available=%d,", atoi(tmp)); no_data = 0; }

if (SUCCEED == zbx_json_value_by_name(&jp_row, ZBX_PROTO_TAG_IPMI_AVAILABLE, tmp, sizeof(tmp)))
{ zbx_snprintf_alloc(&sql, &sql_alloc, &sql_offset, 32, "snmp_available=%d,", atoi(tmp)); no_data = 0; }

dublicate snmp_available.

Comment by Alexander Vladishev [ 2010 May 10 ]

Fixed in version pre1.8.3, r11874





[ZBX-2498] Missing documentation on some changelog entries (logfile filtering ON SERVER SIDE) Created: 2010 Jun 02  Updated: 2017 May 30  Resolved: 2010 Jun 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

On http://www.zabbix.com/documentation/1.8/manual/about/what_s_new#logfile_filtering_on_agent_and_server_side information is available: "To avoid storing in the database unneeded logfile entries, they can be filtered on server side."
I know how filtering on the Agent side and how to use it, but how to use filtering on server side (to avoid storing in the database unneeded logfile entries)? where i can read about this?



 Comments   
Comment by richlv [ 2010 Jun 02 ]

changelog entry about filtering on the server side was confusing - removed all traces of it





[ZBX-2368] screen elements drag drop sometimes opens configuration form Created: 2010 Apr 23  Updated: 2017 May 30  Resolved: 2010 Apr 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 23 ]

.."sometimes" meaning ?

Comment by richlv [ 2010 Apr 23 ]

mostly works in the dev branch, rev 11674

Comment by Igor Danoshaites (Inactive) [ 2010 Apr 23 ]

For me works fine in IE7, FF3.5 and Opera v9.64, when drag and drop graphs and simple graphs in the screen, in advance opening and not opening graph properties.

Comment by Alexey Fukalov [ 2010 Apr 23 ]

branches/1.8 11682





[ZBX-2367] Some SQL statements are quite slow Created: 2010 Apr 22  Updated: 2017 May 30  Resolved: 2010 May 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexei Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8.2, PostgreSQL 8.3, 3M of records in table 'events'.



 Description   

The following SQL statement takes 30 seconds:

SELECT DISTINCT e.* FROM events e WHERE ((e.eventid BETWEEN 000000000000000 AND 099999999999999)) ORDER BY e.eventid ASC LIMIT 1 OFFSET 0;

Without DISTINCT it needs 0.1 second or less.

We should not use DISTINCT if data is selected from one table. Front-end code should be reviewed.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 May 05 ]

Need to restrict usage of DISTINCT rule in SQL's

Comment by Artem Suharev (Inactive) [ 2010 May 06 ]

Improved by adding distinct only if 2 or more tables are used in query

svn://svn.zabbix.com/branches/dev/zbx-2367

Comment by Artem Suharev (Inactive) [ 2010 May 27 ]

Implemented rev. 12315

Comment by richlv [ 2010 Jun 02 ]

already merged, seems to be working mostly fine





[ZBX-2304] Screens with web scenarios result in permission denied Created: 2010 Apr 12  Updated: 2017 May 30  Resolved: 2010 Apr 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: David M. Zendzian Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux - debian/centos/mysql/apache/php


Issue Links:
Duplicate

 Description   

When a screen contains any items from web scenarios the web interface displays "permission denied" when trying to view under monitoring or configure



 Comments   
Comment by richlv [ 2010 Apr 12 ]

it's not possible to add simple graphs from web scenario items in a distributed setup - probably same cause

Comment by Alexey Fukalov [ 2010 Apr 13 ]

ZBX-2304-web_itm_screen

Comment by richlv [ 2010 Apr 13 ]

confirming the fix in dev branch rev 11469.

Comment by Alexey Fukalov [ 2010 Apr 13 ]

branches/1.8 11477





[ZBX-2303] If POST is used in web scenario all next steps will be using POST Created: 2010 Apr 12  Updated: 2017 May 30  Resolved: 2010 Apr 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.6.8, 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Hannu Ylitalo Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

If there is POST data in some test step zabbix will use POST method for further steps even if they do not.

This is caused by not resetting the curl handle and once CURLOPT_POSTFIELDS is set curl seems to set CURLOPT_POST to 1.

Issue can be fixed by adding following to the while loop in process_httptest function: src/zabbix_server/httppoller/httptest.c:

curl_easy_setopt(easyhandle, CURLOPT_POST, 0);

This will default libcurl to using GET and only use POST where intended. I suppose this could also be added as else for: if(httpstep.posts[0] != 0)



 Comments   
Comment by Alexander Vladishev [ 2010 Apr 14 ]

Available in pre-1.8.3 in r11493





[ZBX-2281] Incorrect trigger new input method Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 May 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk revision frontend


Attachments: PNG File failed_new_trigger.png    
Issue Links:
Duplicate

 Comments   
Comment by Alexey Pustovalov [ 2010 Apr 06 ]

and with () around every expression ()&() simular problem

Comment by richlv [ 2010 Apr 12 ]

confirming the problem in trunk rev 11417.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 12 ]

Same thing

Comment by Maxim Andruhovich (Inactive) [ 2010 May 12 ]

bug is fixed in ZBX-2379

Comment by Maxim Andruhovich (Inactive) [ 2010 May 18 ]

duplicate of already fixed bug





[ZBX-2273] {TRIGGERS.UNACK} value is different from monitoring triggers Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 07 ]

actually, macro

{TRIGGER.EVENTS.UNACK}

should be supported in map labels

Comment by richlv [ 2010 Apr 07 ]

confirming the fix in dev branch rev 11373.
please, update http://www.zabbix.com/documentation/1.8/manual/config/macros accordingly

Comment by Alexey Fukalov [ 2010 Apr 07 ]

branches/1.8 11375





[ZBX-2015] discovery processes are not run in parallel Created: 2010 Feb 16  Updated: 2017 May 30  Resolved: 2010 Feb 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P), Server (S)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Alexander Vladishev
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

testcase : two discovery rules, one with large ip range, one with small ip range. both set to some small delay, let's say, 30 seconds.
icmp pingers in server config configured to "2".

the small range is only re-discovered when the large range finishes, thus making it impossible to have smaller subsets to be discovered more often



 Comments   
Comment by Alexei Vladishev [ 2010 Feb 16 ]

It has nothing to do with icmp pingers!

Comment by richlv [ 2010 Feb 16 ]

configuration failure - correct param is StartDiscoverers





[ZBX-2275] Losses the log-monitoring data if the server is unavailable Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexander Vladishev [ 2010 Apr 07 ]

Fixed in pre-1.8.3 in revision 11353.





[ZBX-2311] Incorrect "Empty" value in item filter. Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 May 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.8, rev. 11496


Attachments: JPEG File screenshot-1.jpg    

 Description   

1. When using "Empty" button in HOST GROUP popup value '0' is shown
2. Buttons "Empty" have disappeared from Hosts and Applications popups



 Comments   
Comment by Alexander Vladishev [ 2010 May 12 ]

confirming the fix in trunk and 1.8 branches, r11929.





[ZBX-2278] is not possible to select hosts groups on child nodes from master node Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Konstantin Agafontsev Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2391 Super Admins can not add Host Groups ... Closed

 Description   

can choose only hosts groups on master node
problem in dashboard configuration, in configuration of users and users groups

it does not allow to give a user the right only to read only from child nodes



 Comments   
Comment by richlv [ 2010 Apr 07 ]

please clarify, do you mean that you can not assign permissions for users to access child node elements ?
also, with dashboard, do you mean favourites or not ?

Comment by richlv [ 2010 Apr 07 ]

if it's the same problem as mentioned above, confirming in trunk rev 11218

Comment by Konstantin Agafontsev [ 2010 Apr 07 ]

exactly, i can't assign permissions
in dashboard, i mean a new filter (DASHBOARD CONFIGURATION)

in trunk rev 11218 were confirmed problem in favourites or assign permissions?
I just tested the 11349 - same problems

Comment by richlv [ 2010 Apr 07 ]

ahh, in the filter... yeah, problem reproducible in both locations

Comment by richlv [ 2010 Jun 03 ]

hmm. while it was commented that this is a different issue, it was nevertheless fixed along with ZBX-2391 - could you please confirm that ?

Comment by Konstantin Agafontsev [ 2010 Jun 03 ]

i'll try test it tomorrow)

Comment by Igor Danoshaites (Inactive) [ 2010 Jun 03 ]

Mail from Audrius Sadlauskas:
Hello,

In our situation the problem sound like this "is not possible to select
hosts groups on child nodes from master node"
and it was fixed in popup_right.php file as I found in svn after
Resolved message received (please see attached message).
I'm not remember exactly which svn branch (2278 or 2391) I copied. I
also attached *.doc file with full description of our problem.

Comment by richlv [ 2010 Jun 04 ]

ok, the problem was fixed with the other issue if "all" was selected in the node dropdown. if the local node was selected, problem persisted.

this has been fixed in this issue -> confirming the fix in dev branch rev 12543.

Comment by Alexey Fukalov [ 2010 Jun 04 ]

branches/1.8 12544





[ZBX-2310] Mapped values not working on "Latest data" page Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 Apr 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Murilo Moreira de Oliveira Assignee: Unassigned
Resolution: Fixed Votes: 2
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5.4 - PHP 5.3.2 (remi repository) - Zabbix 1.8.2 - PostgreSQL 8.4.2


Attachments: JPEG File ValueMappings.jpg     JPEG File Zabbix1.8.1Debug.jpg     JPEG File Zabbix1.8.1LastestData.jpg     JPEG File Zabbix1.8.2Debug.jpg     JPEG File Zabbix1.8.2Lastest.jpg    

 Description   

I have several mapped values configured in zabbix: Windows Services Status (0->Running/1->Paused...), Port Status (0->Fail/1->OK...) etc. After upgrading zabbix 1.8.1 to 1.8.2, the "Latest data" page does not show values based on this mapping (like "Running (0)"). The notifications (e-mail and jabber) are working fine.

After updating my zabbix version to 1.8.2, the only thing that I've made was to update the php version too (5.3.2). I've enabled debug mode on the interface and a got a clue about the problem: for some reason, the sql queries used to map values on the interface contain one character "space" in value field that shouldn't exist. Take a look:

SQL: SELECT newvalue FROM mappings WHERE valuemapid=10 AND value='0 '

I've used the pgAdmin to examine the data on mapping table and the character that are in value field contain no spaces! This made me conclude that the "space" are present only on the frontend variables.
I've changed the interface to English and mapping values did not work too.
I've changed back only frontend to the version 1.8.1 on the same server (php 5.3.2) and the "Latest data" page works!
The results are the same using IE, Firefox, Chrome...

I think that some screenshots will help too. Take a look at them please.

PHP packages installed:
php-gd-5.3.2-1.el5.remi
php-pdo-5.3.2-1.el5.remi
php-5.3.2-1.el5.remi
php-bcmath-5.3.2-1.el5.remi
php-common-5.3.2-1.el5.remi
php-pgsql-5.3.2-1.el5.remi
php-ldap-5.3.2-1.el5.remi
php-cli-5.3.2-1.el5.remi
php-xml-5.3.2-1.el5.remi
php-mbstring-5.3.2-1.el5.remi



 Comments   
Comment by richlv [ 2010 Apr 21 ]

confirming the fix in dev branch rev 11627.

Comment by Alexey Fukalov [ 2010 Apr 21 ]

branches/1.8 11628





[ZBX-2313] graphs from templates can be added to screens Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 May 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

while simple graphs from templates can't be added to screens, custom graphs can be added. shouldn't.



 Comments   
Comment by richlv [ 2010 May 24 ]

dev branch rev 12194.
there's still inconsistency - currently, templates are not visible at all if adding simple graphs, but are visible when adding custom graphs.

if possible, templates shouldn't show up when adding custom graphs as well.

Comment by richlv [ 2010 May 24 ]

confirming the fix in dev branch rev 12200.

Comment by Alexey Fukalov [ 2010 May 24 ]

branches/1.8 12202

Comment by richlv [ 2011 Mar 09 ]

a request to revert this behaviour at ZBX-3577





[ZBX-2312] Events order in Monitoring/Tiggers and Event Details screens Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 Apr 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.8 branch, revision 11498


Attachments: JPEG File Event Details.jpg     JPEG File db_events.jpg     JPEG File monitoring_triggers.jpg    
Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 21 ]

branches/1.8 11602





[ZBX-2314] Warning message in Events Details screen Created: 2010 Apr 14  Updated: 2017 May 30  Resolved: 2010 Apr 14

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.8 branch, rev. 11498


Attachments: JPEG File warning.jpg    

 Description   
  • Undefined index: type[/home/sasha/public_html/trunk/include/events.inc.php:202]


 Comments   
Comment by richlv [ 2010 Apr 14 ]

confirming the fix in dev branch rev 11514.

Comment by Alexey Fukalov [ 2010 Apr 15 ]

branches/1.8 11525





[ZBX-1942] zabbix_agentd instability with Solaris 8/9/10 Created: 2010 Feb 05  Updated: 2017 May 30  Resolved: 2010 Jul 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8, 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aaron Mildenstein Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Solaris 8, Solaris 9, Solaris 10


Attachments: File zabbix_agentd.log.gz    
Issue Links:
Duplicate
duplicates ZBX-2634 proxy trapper gets SIGSEGV in write o... Closed

 Description   

I will give only Solaris 10 and Solaris 8 examples, though I know it happens on 9 as well. It doesn't seem to matter what hardware or what patch level of the OS - it just doesn't seem to want to run stably.

Solaris 10:
SunOS (REDACTED) 5.10 Generic_138888-08 sun4v sparc SUNW,SPARC-Enterprise-T5120
grep "agentd started" zabbix_agentd.log
16568:20091228:230131.312 zabbix_agentd started. Zabbix 1.8 (revision 8564).
26399:20100119:171115.954 zabbix_agentd started. Zabbix 1.8 (revision 8564).
10599:20100130:205728.778 zabbix_agentd started. Zabbix 1.8 (revision 8564).
22135:20100202:173315.219 zabbix_agentd started. Zabbix 1.8 (revision 8564).
22190:20100202:173701.069 zabbix_agentd started. Zabbix 1.8 (revision 8564).
22414:20100202:173800.645 zabbix_agentd started. Zabbix 1.8 (revision 8564).

Solaris 8:
SunOS (REDACTED) 5.8 Generic_117350-51 sun4u sparc SUNW,UltraAX-i2
9276:20100201:001400.772 zabbix_agentd started. Zabbix 1.8 (revision 8564).
17237:20100201:023100.582 zabbix_agentd started. Zabbix 1.8 (revision 8564).
6580:20100201:080401.579 zabbix_agentd started. Zabbix 1.8 (revision 8564).
10654:20100201:091501.058 zabbix_agentd started. Zabbix 1.8 (revision 8564).
29844:20100201:144800.874 zabbix_agentd started. Zabbix 1.8 (revision 8564).
12832:20100202:022201.491 zabbix_agentd started. Zabbix 1.8 (revision 8564).
22456:20100202:134301.267 zabbix_agentd started. Zabbix 1.8 (revision 8564).
24875:20100202:142600.878 zabbix_agentd started. Zabbix 1.8 (revision 8564).
28448:20100202:152701.361 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
1737:20100202:162101.616 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
15648:20100202:202200.902 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
8492:20100203:025500.664 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
10496:20100203:032801.182 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
24786:20100203:073500.975 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
9769:20100203:202901.213 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
12759:20100203:212100.637 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
16076:20100204:065300.761 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).

I had high hopes that the Zabbix 1.8.1 binaries would correct this but I was disappointed when it did not. As you can see, it can happen with stunning frequency (We have other Solaris 8 boxes that do this less frequently). I have tried this with binaries I've compiled myself and with the provided ones. Both have this problem.

I have a work around now: A cron job that runs every minute and tries to re-launch it if it failed. This is not an ideal solution, but it's worked for us so far. We prefer a more stable binary.



 Comments   
Comment by richlv [ 2010 Feb 05 ]

you mean it does not even start ?
can you obtain logfile with debuglevel 4 ?

Comment by Aaron Mildenstein [ 2010 Feb 05 ]

I will obtain a debuglevel 4 log file for you. It doesn't say much to me, though. It just says that a child process died.

The agent starts and runs just fine. It just doesn't stay running. The list you see above is the number of restarts my per-minute cron job has restarted with the accompanying time stamp.

Comment by Aaron Mildenstein [ 2010 Feb 08 ]

This has IPs and domain and host names redacted, but has several instances like this:

27582:20100205:165557.299 Values in the buffer 0 Max 100
27582:20100205:165557.299 Sleeping for 1 seconds
27582:20100205:165558.298 In send_buffer('REDACTED','10051')
27582:20100205:165558.299 Values in the buffer 0 Max 100
27582:20100205:165558.299 Sleeping for 1 seconds
27572:20100205:165559.138 Processing request.
27572:20100205:165559.147 Requested []
27572:20100205:165559.148 Sending back [ZBX_NOTSUPPORTED]
27565:20100205:165559.157 One child process died (PID:27572). Exiting ...
27565:20100205:165559.168 zbx_on_exit() called.
27565:20100205:165601.169 Zabbix Agent stopped. Zabbix 1.8.1 (revision 9702).
14863:20100205:165701.158 zabbix_agentd started. Zabbix 1.8.1 (revision 9702).
14863:20100205:165701.161 cfg: para: [Include] val [/etc/zabbix/hostparms.csb0] ...

This is all that I see. Nothing more descriptive than this. I hope this helps.

Comment by Aleksandrs Saveljevs [ 2010 Jul 12 ]

The issue has been fixed under ZBX-2634. Fix available in pre-1.8.3 in r13256.





[ZBX-1882] first item in custom graphs can be selected from disabled hosts, next can't Created: 2010 Jan 29  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

have some hosts with items that are disabled, create new custom graph.
add some item, notice how all disabled hosts are available.
try adding another item - disabled hosts are not shown.

massively confusing - definitely should be the same restrictions on first and all subsequent items



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 May 14 ]

Implemented

Comment by richlv [ 2010 May 17 ]

just a quick note - now it is possible to select items from disabled hosts, as expected





[ZBX-1873] refresh for slideshows should be multiplier, not set values Created: 2010 Jan 29  Updated: 2017 May 30  Resolved: 2010 May 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

as discussed, refresh for slideshows should not be fixed (as the current dropdown provides preset intervals), but a multiplier.
multipliers could have a range ~ like 0.1 0.2 0.5 0.7 1 1 1.5 2 3 5 10 20 (values just as an example). by default multiplier is 1.
thus if a user had two slides with delays 10 and 20 and chooses to multiply by 0.5, slides get changed after 5 and 10 seconds. if user chooses multiplier 10, delays are changed to 100 and 200, always keeping relative difference.



 Comments   
Comment by richlv [ 2010 May 11 ]

confirming the fix in dev branch rev 11897.

Comment by richlv [ 2010 May 11 ]

after merging please close ZBX-2420 as well

Comment by Alexey Fukalov [ 2010 May 11 ]

branches/1.8 11901





[ZBX-1505] user macros are not resolved anywhere on the frontend Created: 2009 Dec 10  Updated: 2017 May 30  Resolved: 2010 Apr 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 6
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-1856 Macros are not expanded Closed

 Description   

for example, in item configuration screen, monitoring section, administration -> queue...
this is very confusing and leads users to believe that user macro does not work.

instead, these should be resolved wherever it makes sense to the value that will be in effect, taking into account overrides



 Comments   
Comment by Thomas Spengler [ 2010 Jan 28 ]

is it fixable in a 1.8.x ?

Comment by richlv [ 2010 Jan 28 ]

"fixable" as in with some simple change, or as in possible with non-intrusive changes in 1.8 branch ?

first, not sure, but not likely, second - most likely yes.

Comment by Marek Neumann [ 2010 Apr 27 ]

Would it be possible to integrate this into 1.8? This bug makes macros almost unusable...

Comment by Alexei Vladishev [ 2010 Apr 27 ]

It affects all screens having key parameters references in item description:

  • Latest Data
  • Configuration->Hosts->Items
  • Queue
  • Overview
  • etc etc

For example:

Item key: vfs.fs.size[{$ROOT.VOLUME},pfree}
Item description: Free disk space on $1

It is incorrectly expanded to "Free disk space on

{ROOT.VOLUME}

", should be "Free disk space on /"

It must be fixed.

Comment by richlv [ 2010 Apr 27 ]

possibly similar bug - ZBX-1824 (item key macros don't work in map labels if using usermacros)

Comment by richlv [ 2010 Apr 28 ]

confirming the fix in dev branch rev 11756.

Comment by Alexey Fukalov [ 2010 Apr 28 ]

branches/1.8 11763





[ZBX-1436] clicking on an event in trigger view opens discovery events Created: 2009 Dec 07  Updated: 2017 May 30  Resolved: 2010 May 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 8537



 Description   

monitoring -> events, select source to be 'discovery'
monitoring -> triggers, click on any event time.
this opens monitoring -> events, but instead of showing trigger source and filtering for a trigger, discovery events are shown

(this was reported and sort of fixed before, but i can't find the original report - maybe it was on the wiki page)



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 17 ]

svn://svn.zabbix.com/branches/dev/ZBX-1436

Comment by richlv [ 2010 May 18 ]

confirming the fix in dev branch rev 12038.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 18 ]

Bug fixed in version pre 1.8.3 revision 12054





[ZBX-1447] empty "trigger" shown when adding a new dependency Created: 2009 Dec 07  Updated: 2017 May 30  Resolved: 2010 May 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 8545


Attachments: PNG File trigger_dep.png    

 Description   

configuration -> hosts -> triggers, edit some trigger.
add new dependency, select "not selected" in the host dropdown - empty trigger line is provided






[ZBX-1438] When deleted items from WEB GUI,the trends_uint recode will not be deleted from DB. Created: 2009 Dec 07  Updated: 2017 May 30  Resolved: 2010 May 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.6.7
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: k-ren Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2491 Delete History_uint? Closed

 Description   

When deleted items from WEB GUI,the trends_uint recode will not be deleted from DB.

\frontends\php\include\items.inc.php
function delete_trends_by_itemid($itemids, $use_housekeeper=0){
zbx_value2array($itemids);

if($use_housekeeper){
foreach($itemids as $id => $itemid)

{ $housekeeperid = get_dbid('housekeeper','housekeeperid'); DBexecute('INSERT INTO housekeeper (housekeeperid,tablename,field,value)'. " VALUES ($housekeeperid, 'trends','itemid',$itemid)"); }

return TRUE;
}
return DBexecute('DELETE FROM trends WHERE '.DBcondition('itemid',$itemids));
}

As shown as the function,the trends_uint will not be added to housekeeper table.



 Comments   
Comment by Alexey Fukalov [ 2010 May 10 ]

branches/1.8 11868

Comment by richlv [ 2010 May 12 ]

confirming the fix in trunk rev 11947.

Comment by richlv [ 2010 May 12 ]

hmm. no changelog entry, actually.





[ZBX-1766] 'undef' in e-mail subject Created: 2010 Jan 19  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: azurIt Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Sometimes, when i got alert via e-mail, it's subject starts with 'undef', for example:

undefserver1: Processor load is too high - PROBLEM

as i said, this happens only sometimes and usually it's ok:

server1: Processor load is too high - PROBLEM



 Comments   
Comment by richlv [ 2010 Jan 28 ]

what is your subject line configured to be ? have you had the time to upgrade to 1.8.1, if yes - does this problem persist ?

Comment by azurIt [ 2010 Jan 28 ]

Subject for that actions is set like this:

{HOSTNAME}

:

{TRIGGER.NAME}

-

{STATUS}

i didn't upgrade to 1.8.1 yet. this problem starts after upgrading from 1.6 to 1.8.

Comment by richlv [ 2010 Feb 03 ]

well, never seen this myself. is this happening often for you ? does symptoms change if you change the ordering of macros ?

Comment by azurIt [ 2010 Feb 03 ]

It wasn't happening very often. i also upgraded to 1.8.1 and it didn't happen yet (but problem is that now i'm not receiving so much notifications cos i lowered server load). i didn't try to reorder macros, i will try it just after it happen again. i will write here if it won't happen for a longer time.

Comment by azurIt [ 2010 Apr 02 ]

Yesterday I upgraded to 1.8.2 (from 1.8.1) ale today morning it happend again.

Comment by azurIt [ 2010 Apr 03 ]

I noticed that it's now doing all the time, in every e-mail, so it should be easy to debug. What exactly do you need from me ?

Comment by richlv [ 2010 Jun 30 ]

could you please attach message source here ?
what do you see in action audit log, does it also include "undef" ?
have you tried viewing the message in different mail clients ?

Comment by azurIt [ 2010 Jun 30 ]

Action
---------
Subject:

{HOSTNAME}: {TRIGGER.NAME} - {STATUS}

Message:
-
Status: {STATUS}
Server: {HOSTNAME}

Trigger:

{TRIGGER.NAME}

Item:

{ITEM.NAME}

=

{ITEM.LASTVALUE}

=================================================

E-mail
---------
Subject:
undefserver01: Processor load is too high - PROBLEM

Message:
-
Status: PROBLEM
Server: server01
Trigger: Processor load is too high
Item: Processor load = 36.46

=================================================

Audit log
------------
Subject:
server01: Processor load is too high - PROBLEM

Message:

  • Status: PROBLEM Server: server01 Trigger: Processor load is too high Item: Processor load = 36.46

=================================================

Raw e-mail message
------------------------------
Subject:
undef=?UTF-8?B?c2VydmVyMDE6IFByb2Nlc3NvciBsb2FkIGlzIHRvbyBoaWdoIC0gUFJPQkxFTQ==?=

Message:
LQ0KU3RhdHVzOiBQUk9CTEVNDQpTZXJ2ZXI6IHNlcnZlcjAxDQpUcmlnZ2VyOiBQcm9jZXNzb3IgbG9hZCBpcyB0b28gaGlnaA0KSXRlbTogUHJvY2Vzc29yIGxvYWQgPSAzNi40Ng==

According to this raw data, there's no need to tring view message in different e-mail clients.

Comment by azurIt [ 2010 Jun 30 ]

Zabbix 1.8.2

Comment by richlv [ 2010 Jun 30 ]

it is most likely that "undef" part is not coming from zabbix. can you try sniffing network traffic of a message as zabbix transmits it to a mailserver ?

Comment by azurIt [ 2010 Jun 30 ]

Yes, you were right, i sniffed it and Zabbix is sending e-mails with correct subject.

I don't know exactly what was causing this problem but probably amavisd-new or SpamAssassin. I have changed SMTP helo in Zabbix from 'localhost' to 'server03.example.com' (domain of zabbix server) so e-mails won't get spam score for 'HELO_LOCALHOST'. undef is gone now, heh

Comment by richlv [ 2010 Jun 30 ]

great, closing then





[ZBX-1537] host listed multiple times if deleting several graphs Created: 2009 Dec 15  Updated: 2017 May 30  Resolved: 2010 May 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

when deleting multiple graphs in one go, host is listed for each graph multiple times, according to how many graphs are being deleted.
for example, deleting 4 graphs from a host named 'a' :

Graph "a" deleted from hosts "a","a","a","a"
Graph "a2" deleted from hosts "a","a","a","a"
Graph "a3" deleted from hosts "a","a","a","a"
Graph "a4" deleted from hosts "a","a","a","a"



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 17 ]

svn://svn.zabbix.com/branches/dev/ZBX-1537

Comment by richlv [ 2010 May 22 ]

seems to works as expected in dev branch rev 12154.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 24 ]

Bug fixed in version pre 1.8.3 revision 12157





[ZBX-808] ntp service syntax not consistent Created: 2009 Mar 23  Updated: 2017 May 30  Resolved: 2010 Jun 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.6.7, 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.6 branch & trunk, revision 7027


Issue Links:
Duplicate
duplicates ZBX-2376 tcp and tcp_perf checks work without ... Closed

 Description   

while other services for net.tcp.service item use simple service name, ntp instead uses string "service.ntp"

to be consistent & less redundant, it should be shortened to "ntp"



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 02 ]

Fixed in pre-1.8.3 in r12488.





[ZBX-2842] Messages doesn't work in fullscreen mode Created: 2010 Aug 09  Updated: 2017 May 30  Resolved: 2010 Aug 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 09 ]

Fixed directly in 1.8 and trunk

Comment by richlv [ 2010 Aug 10 ]

confirming the fix in trunk rev 13895

Comment by Oleksii Zagorskyi [ 2012 Dec 26 ]

Just in case - there is identical problem in 2.0.2, reported in ZBX-6027





[ZBX-2766] triggers summary in fullscreen mode doesn't reflect hostgroup/host selection Created: 2010 Jul 26  Updated: 2017 May 30  Resolved: 2010 Aug 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

In Monitoring/Triggers page when I select fullscreen mode, a single line at top of screen displays a summary of the number of triggers in each state. However, this summary does not take into account host or hostgroup selection in dropdown menus.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Aug 03 ]

Fixed directly in 1.8 and trunk





[ZBX-2741] French translation for 1.8.3rc1 rev 13517 Created: 2010 Jul 23  Updated: 2017 May 30  Resolved: 2010 Jul 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File fr_fr.inc.php    

 Description   

I have attached an updated french translation.
It is based on 1.8.3rc1 rev 13517.
All messages are translated except those in installation script (it is easier for admins since PHP parameters are not localized in php.ini).



 Comments   
Comment by richlv [ 2010 Jul 24 ]

thanks, committed





[ZBX-2748] Compilation of zabbix_agent v1.8.2 on OpenBSD 4.7 AMD 64 bit platform does not work Created: 2010 Jul 23  Updated: 2017 May 30  Resolved: 2010 Jul 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2, 1.8.3rc1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Igor Danoshaites (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Compilation of zabbix_agent v1.8.2 on OpenBSD 4.7 AMD 64 bit platform does not work:

./configure --enable-agent
make

Making all in openbsd
gcc -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../src/zabbix_agent/ -g -O2 -I/usr/local/include -MT libspecsysinfo_a-proc.o -MD -MP -MF .deps/libspecsysinfo_a-proc.Tpo -c -o libspecsysinfo_a-proc.o `test -f 'proc.c' || echo './'`proc.c
proc.c: In function `PROC_MEMORY':
proc.c:153: error: `KERN_PROC' undeclared (first use in this function)
proc.c:153: error: (Each undeclared identifier is reported only once
proc.c:153: error: for each function it appears in.)
proc.c: In function `PROC_NUM':
proc.c:284: error: `KERN_PROC' undeclared (first use in this function)

      • Error code 1

Stop in /home/gara/zabbix-1.8.2/src/libs/zbxsysinfo/openbsd (line 426 of Makefile).

      • Error code 1

Stop in /home/gara/zabbix-1.8.2/src/libs/zbxsysinfo (line 441 of Makefile).

      • Error code 1


 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jul 27 ]

Fixed in pre-1.8.3 in r13637.





[ZBX-2853] UA translation file Created: 2010 Aug 10  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last revision


Attachments: File ua_ua.inc.php    

 Description   

I do not like often send the translation to not get you too much trouble, but right now I feel it's time.
Maybe you will still prevent the translators for several days before the release? Then I will bother you once the release



 Comments   
Comment by richlv [ 2010 Aug 10 ]

thanks, committed.
i believe introduction of translation freeze is inevitable and much needed





[ZBX-2645] Incorrect permissions check for screens Created: 2010 Jul 02  Updated: 2017 May 30  Resolved: 2010 Jul 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jul 02 ]

ZBX-2645

Comment by richlv [ 2010 Jul 05 ]

an example of when a commit message would be very helpful
what exactly was fixed here ?

Comment by richlv [ 2010 Jul 06 ]

problem was if the map directly contained a trigger.
confirming the fix in dev branch rev 13195.

Comment by Alexey Fukalov [ 2010 Jul 06 ]

branches/1.8 13196





[ZBX-2624] Alerts do not sent when monitoring log or trapper item Created: 2010 Jun 29  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Kodai Terashima Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.6.x , 1.8.x


Attachments: JPEG File screenshot 1-1.jpg     JPEG File screenshot 1-2.jpg     JPEG File screenshot 2-1.jpg     JPEG File screenshot 2-2.jpg     JPEG File screenshot 3-1.jpg     JPEG File screenshot 3-2.jpg     Text File zabbix-1.8.2-sending_each_alert_for_logmonitoring.patch    
Issue Links:
Duplicate
duplicates ZBX-2305 actions are sometimes not executed Closed

 Description   

Monitoring configurations are followings.

Item configuration:

  • Description: Log of $1
  • Key: log[/tmp/test.log]
  • Type: Zabbix Agent (Active)
  • Type of information: Log

Trigger configuration:

  • Descriptopn: Error log
  • Expression: {Zabbix Server:log[/tmp/test.log].str(error)}

    =1

  • Event generation: Normal + Multiple TRUE events

Action configuration:

  • Name: alert mail
  • Event source: Trigger
  • Enable escalations: Uncheck
  • Default subject/message: Default
  • Recovery message: Check
  • Recovery subject/message: default
  • Action conditions: Trigger value = PROBLEM
  • Action operations: Send message to User "Admin"

I added following lines to /tmp/test.log, but messages do not sent. (screenshot 1-1, 1-2)

----------
warning
error
error
error
warning
warning
error
warning
----------

It seems that the cause of this problem is handling of inserting event to escalation table and escalator process.
I created the patch for this problem, and added the same lines to /tmp/test.log. (screenshot 2-1, 2-2)
Then, I tested uncheck "Recovery message" case. (screenshot 3-1, 3-2)

I would appreciate it if you could review this patch and fix this problem!



 Comments   
Comment by richlv [ 2010 Jun 29 ]

i recall a couple of issues with alerter being fixed for 1.8.3 - have you tried with svn head ?

Comment by Aleksandrs Saveljevs [ 2010 Jun 30 ]

Indeed, this problem should have been fixed by ZBX-2305.

Comment by Kodai Terashima [ 2010 Jun 30 ]

Oops sorry, please close this issue.

Comment by Aleksandrs Saveljevs [ 2010 Jun 30 ]

Thanks for the quick update!





[ZBX-2626] values of macros are not simple changeable Created: 2010 Jun 30  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Thomas Spengler Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBX-1193 Not easy to maintain global (host, te... Closed

 Description   

the macro values are at moment only changeable with delete value, save the whole template, reopen the template, readd the macro value and save the template



 Comments   
Comment by richlv [ 2010 Jun 30 ]

that was indeed annoying, thus it has been fixed for 1.8.3





[ZBX-2620] Create new defines "S_PROXY_ACTIVE" and "S_PROXY_PASSIVE" for proxy mode in locale file Created: 2010 Jun 29  Updated: 2017 May 30  Resolved: 2010 Jun 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Kodai Terashima Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.8.3



 Description   

"Active(S_ACTIVE)" and "Passive(S_PASSIVE)" is used for proxy mode in locale file.
S_ACTIVE is also used host, item, trigger status, it means "Setting status is Active (or Disable)".

Translation of "Active" for proxy mode and setting status are different in Japanese.
I think that it had better create new defines "S_PROXY_ACTIVE" and "S_PROXY_PASSIVE" for proxy mode.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 30 ]

branches/1.8 13115





[ZBX-2671] system header files are not detected properly Created: 2010 Jul 09  Updated: 2017 May 30  Resolved: 2010 Aug 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

We have fixed resolv.h and net/if.h in ZBX-2666, but there are many more headers that we do not detect properly.

For instance, on FreeBSD 4.2 configure complains about the following headers:

configure:4470: WARNING: sys/mount.h: present but cannot be compiled
configure:4470: WARNING: sys/proc.h: present but cannot be compiled
configure:4470: WARNING: net/if_mib.h: present but cannot be compiled
configure:4470: WARNING: sys/user.h: present but cannot be compiled
configure:4470: WARNING: sys/ucontext.h: present but cannot be compiled
configure:4470: WARNING: devstat.h: present but cannot be compiled



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jul 09 ]

OpenBSD 4.6:

WARNING: sys/mount.h: present but cannot be compiled
WARNING: sys/swap.h: present but cannot be compiled

See http://www.zabbix.com/forum/showthread.php?t=17206.

Comment by Aleksandrs Saveljevs [ 2010 Jul 09 ]

Mac OS X Server 10.6.3:

WARNING: sys/proc.h: present but cannot be compiled
WARNING: net/if.h: present but cannot be compiled
WARNING: net/if_mib.h: present but cannot be compiled

See http://www.zabbix.com/forum/showthread.php?t=16986.

Comment by Oleksii Zagorskyi [ 2010 Jul 09 ]

copy from ZBX-2666:
I want to say that after commit ZBX-2666 no warnings on ./configure command about resolv.h and net/if.h on FreeBSD 8.0, but one similar warning still exist:

two parts from config.log:

.....
configure:4567: checking net/if_mib.h usability
configure:4584: gcc -c -g -O2 conftest.c >&5
In file included from conftest.c:105:
/usr/include/net/if_mib.h:36: error: 'IFNAMSIZ' undeclared here (not in a function)
/usr/include/net/if_mib.h:43: error: field 'ifmd_data' has incomplete type
configure:4591: $? = 1
configure: failed program was:

/* confdefs.h. */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
...
...
...
#endif
#include <net/if_mib.h>
configure:4605: result: no
configure:4609: checking net/if_mib.h presence
configure:4624: gcc -E conftest.c
configure:4631: $? = 0
configure:4645: result: yes
configure:4658: WARNING: net/if_mib.h: present but cannot be compiled
configure:4660: WARNING: net/if_mib.h: check for missing prerequisite headers?
configure:4662: WARNING: net/if_mib.h: see the Autoconf documentation
configure:4664: WARNING: net/if_mib.h: section "Present But Cannot Be Compiled"
configure:4666: WARNING: net/if_mib.h: proceeding with the preprocessor's result
configure:4668: WARNING: net/if_mib.h: in the future, the compiler will take precedence
configure:4673: checking for net/if_mib.h
configure:4682: result: yes
....
Comment by Igor Danoshaites (Inactive) [ 2010 Jul 23 ]

On OpenBSD 4.7 AMD 64 bit appear the following warning:

configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/swap.h: present but cannot be compiled
configure: WARNING: sys/swap.h: check for missing prerequisite headers?
configure: WARNING: sys/swap.h: see the Autoconf documentation
configure: WARNING: sys/swap.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/swap.h: proceeding with the preprocessor's result
configure: WARNING: sys/swap.h: in the future, the compiler will take precedence
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h: check for missing prerequisite headers?
configure: WARNING: sys/sysctl.h: see the Autoconf documentation
configure: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/sysctl.h: proceeding with the preprocessor's result
configure: WARNING: sys/sysctl.h: in the future, the compiler will take precedence
configure: WARNING: sys/proc.h: present but cannot be compiled
configure: WARNING: sys/proc.h: check for missing prerequisite headers?
configure: WARNING: sys/proc.h: see the Autoconf documentation
configure: WARNING: sys/proc.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/proc.h: proceeding with the preprocessor's result
configure: WARNING: sys/proc.h: in the future, the compiler will take precedence
configure: WARNING: resolv.h: present but cannot be compiled
configure: WARNING: resolv.h: check for missing prerequisite headers?
configure: WARNING: resolv.h: see the Autoconf documentation
configure: WARNING: resolv.h: section "Present But Cannot Be Compiled"
configure: WARNING: resolv.h: proceeding with the preprocessor's result
configure: WARNING: resolv.h: in the future, the compiler will take precedence
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take precedence
configure: WARNING: sys/user.h: present but cannot be compiled
configure: WARNING: sys/user.h: check for missing prerequisite headers?
configure: WARNING: sys/user.h: see the Autoconf documentation
configure: WARNING: sys/user.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/user.h: proceeding with the preprocessor's result
configure: WARNING: sys/user.h: in the future, the compiler will take precedence

Comment by Aleksandrs Saveljevs [ 2010 Jul 26 ]

OpenBSD 4.6 i386:

configure:3817: WARNING: sys/mount.h: present but cannot be compiled
configure:3817: WARNING: sys/swap.h: present but cannot be compiled
configure:3817: WARNING: sys/sysctl.h: present but cannot be compiled
configure:3817: WARNING: sys/proc.h: present but cannot be compiled
configure:3817: WARNING: sys/user.h: present but cannot be compiled

Comment by Aleksandrs Saveljevs [ 2010 Jul 29 ]

NetBSD 5.0 i386:

configure:4462: WARNING: sys/proc.h: present but cannot be compiled

Comment by Aleksandrs Saveljevs [ 2010 Jul 29 ]

A complete list of headers that we need to deal with so far:

devstat.h
net/if_mib.h
sys/mount.h
sys/proc.h
sys/swap.h
sys/sysctl.h
sys/ucontext.h
sys/user.h

Comment by Aleksandrs Saveljevs [ 2010 Aug 02 ]

Fixed in pre-1.8.3 in r13753.





[ZBX-2634] proxy trapper gets SIGSEGV in write on solaris Created: 2010 Jul 01  Updated: 2017 May 30  Resolved: 2010 Jul 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: frankg gleason Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Solaris 10, Spark. Unknown if this happens with x86


Issue Links:
Duplicate
is duplicated by ZBX-1942 zabbix_agentd instability with Solari... Closed

 Description   

I send application performance data to zabbix via sender and the proxy. About half the time I stop my script one of the proxy trapper child processes die. I have done enough debugging to convince myself it is crashing in zbx_tcp_send_ext in the write system calls (not always the same one, there are 3). This is a Sparc Solaris 10 system. Upgrading to 1.8.3 did not fix the problem.

10318:20100629:084210.117 Timeout while answering request
10318:20100629:084210.117 Got signal [signal:11(SIGSEGV),reason:1,refaddr:c]. Crashing ...
10318:20100629:084210.117 ====== Fatal information: ======
10318:20100629:084210.117 program counter not available for this architecture
10318:20100629:084210.117 === Registers: ===
10318:20100629:084210.117 register dump not available for this architecture
10318:20100629:084210.117 === Backtrace: ===
10318:20100629:084210.117 backtrace not available for this platform
10318:20100629:084210.118 === Memory map: ===
10318:20100629:084210.118 memory map not available for this platform
10318:20100629:084210.118 ================================
10291:20100629:084210.126 One child process died (PID:10318,exitcode/signal:-1). Exiting ...
10291:20100629:084210.126 zbx_on_exit() called

Output from runme_on_app_crash
Program: zabbix_proxy
Process ID: 10318
Received signal: 11

Application Debugging Data
--------------------------

> /bin/pstack 10318
10318: /opt/thunder/sbin/zabbix_proxy -c /opt/thunder/etc/zabbix_proxy.conf
0003ab68 child_signal_handler (d, 622a0, ffbeb8f0, 0, 0, 0) + 100
fec44b4c __sighndlr (d, 0, ffbeb8f0, 3aa68, 0, 1) + c
fec39b24 call_user_handler (d, 0, 8, 0, feed2a00, ffbeb8f0) + 3b8
fec45f64 _write (6, ffbebc68, 8, 0, 0, 0) + c
000448e4 zbx_tcp_send_ext (ffbfef40, ffbebce4, 0, 0, ffbebc70, a39b0) + 9c
00045668 zbx_send_response (ffbfef40, 0, ffffefe8, 3, fa, 73800) + cc
00022750 process_trapper_child (ffbfef40, 5c8b8, 0, e, 10b4, fec73a80) + 534
00022cf4 child_trapper_main (5c800, ffbfef40, 9f000, 9e800, ffbfeed0, a39b0) + b4
00018d2c MAIN_ZABBIX_ENTRY (1a, fec39cac, 85c00, 85c00, 85c00, 85c00) + 570
0003af04 daemon_start (ffbffbd0, ffbffc6c, ffbffc7c, a3cfc, feed0140, feed0180) + 2fc
00017edc _start (0, 0, 0, 0, 0, 0) + 5c

> /bin/pmap -x 10318
10318: /opt/thunder/sbin/zabbix_proxy -c /opt/thunder/etc/zabbix_proxy.conf
Address Kbytes RSS Anon Locked Mode Mapped File
00010000 408 352 - - r-x-- zabbix_proxy
00084000 104 24 8 - rwx-- zabbix_proxy
0009E000 16 8 8 - rwx-- zabbix_proxy
000A2000 744 680 648 - rwx-- [ heap ]
FA000000 13928 96 - - rwxs- [ shmid=0x1000001 ]
FB000000 16392 16 - - rwxs- [ shmid=0x1000000 ]
FC400000 16392 16 - - rwxs- [ shmid=0x7f ]
FD580000 2464 16 - - rwxs- [ shmid=0x1000002 ]
FD800000 16416 24 - - rwxs- [ shmid=0x7e ]
FEA40000 32 32 - - r-x-- nss_files.so.1
FEA58000 8 8 - - rwx-- nss_files.so.1
FEA5C000 8 8 - - rwxs- [ anon ]
FEA70000 64 64 8 - rwx-- [ anon ]
FEA90000 64 32 - - rwx-- [ anon ]
FEAB0000 8 8 - - rwx-- [ anon ]
FEAC0000 128 88 - - r-x-- libelf.so.1
FEAE0000 8 8 - - rwx-- libelf.so.1
FEAF0000 80 16 - - r-x-- libmd.so.1
FEB14000 8 8 - - rwx-- libmd.so.1
FEB20000 32 16 - - r-x-- libaio.so.1
FEB38000 8 8 8 - rwx-- libaio.so.1
FEB40000 40 24 - - r-x-- libintl.so.3.4.3
FEB58000 8 8 - - rwx-- libintl.so.3.4.3
FEB60000 40 32 - - r-x-- libgcc_s.so.1
FEB78000 8 8 - - rwx-- libgcc_s.so.1
FEB80000 888 832 - - r-x-- libc.so.1
FEC6E000 32 32 24 - rwx-- libc.so.1
FEC76000 8 8 8 - rwx-- libc.so.1
FEC80000 920 32 - - r-x-- libiconv.so.2.4.0
FED74000 16 16 - - rwx-- libiconv.so.2.4.0
FED80000 248 208 - - r-x-- libresolv.so.2
FEDCE000 16 16 - - rwx-- libresolv.so.2
FEDE0000 8 8 - - r-x-- libkstat.so.1
FEDF2000 8 8 - - rwx-- libkstat.so.1
FEE00000 680 144 - - r-x-- libm.so.2
FEEB8000 32 24 - - rwx-- libm.so.2
FEED0000 24 16 8 - rwx-- [ anon ]
FEEE0000 16 8 - - r-x-- libkvm.so.1
FEEF4000 8 8 - - rwx-- libkvm.so.1
FEF00000 584 304 - - r-x-- libnsl.so.1
FEFA2000 40 40 8 - rwx-- libnsl.so.1
FEFAC000 24 16 - - rwx-- libnsl.so.1
FEFC0000 8 8 - - rwx-- [ anon ]
FEFD0000 8 8 - - rwx-- [ anon ]
FEFE0000 72 24 - - r-x-- libz.so.1.0.2
FF000000 8 8 - - rwx-- libz.so.1.0.2
FF010000 8 8 - - r-x-- libdl.so.1
FF022000 8 8 - - rwx-- libdl.so.1
FF030000 48 40 - - r-x-- libsocket.so.1
FF04C000 8 8 8 - rwx-- libsocket.so.1
FF060000 24 24 - - r-x-- librt.so.1
FF076000 8 8 - - rwx-- librt.so.1
FF080000 1168 744 - - r-x-- libcrypto.so.0.9.8
FF1B2000 96 96 - - rwx-- libcrypto.so.0.9.8
FF1CA000 8 - - - rwx-- libcrypto.so.0.9.8
FF1E0000 256 256 - - r-x-- libssl.so.0.9.8
FF22E000 24 24 - - rwx-- libssl.so.0.9.8
FF240000 192 32 - - r-x-- libidn.so.11.6.1
FF27E000 16 16 - - rwx-- libidn.so.11.6.1
FF290000 8 8 - - rwx-- [ anon ]
FF2A0000 296 64 - - r-x-- libcurl.so.4.2.0
FF2F8000 16 16 - - rwx-- libcurl.so.4.2.0
FF300000 488 456 - - r-x-- libsqlite3.so.0.8.6
FF388000 16 16 16 - rwx-- libsqlite3.so.0.8.6
FF3A0000 16 16 - - r-x-- libc_psr.so.1
FF3B0000 208 208 - - r-x-- ld.so.1
FF3F4000 8 8 8 - rwx-- ld.so.1
FF3F6000 8 8 8 - rwx-- ld.so.1
FFBC8000 224 224 176 - rwx-- [ stack ]
-------- ------- ------- ------- -------
total Kb 74208 5656 944 -

> /bin/pfiles 10318
10318: /opt/thunder/sbin/zabbix_proxy -c /opt/thunder/etc/zabbix_proxy.conf
Current rlimit: 256 file descriptors
0: S_IFCHR mode:0666 dev:311,0 ino:6815752 uid:0 gid:3 rdev:13,2
O_RDONLY
/devices/pseudo/mm@0:null
1: S_IFREG mode:0664 dev:136,8 ino:552348 uid:125 gid:1 size:5330396
O_WRONLY|O_APPEND|O_CREAT
/opt/thunder/var/log/zabbix_proxy.log
2: S_IFREG mode:0664 dev:136,8 ino:552348 uid:125 gid:1 size:5330396
O_WRONLY|O_APPEND|O_CREAT
/opt/thunder/var/log/zabbix_proxy.log
3: S_IFREG mode:0664 dev:136,8 ino:734536 uid:125 gid:1 size:5
O_WRONLY|O_CREAT|O_TRUNC
advisory write lock set by process 10291
/opt/thunder/var/run/zabbix_proxy.pid
4: S_IFSOCK mode:0666 dev:317,0 ino:57069 uid:0 gid:0 size:0
O_RDWR
SOCK_STREAM
SO_REUSEADDR,SO_SNDBUF(49152),SO_RCVBUF(49152),IP_ NEXTHOP(0.0.192.0)
sockname: AF_INET 0.0.0.0 port: 10052
5: S_IFREG mode:0644 dev:136,8 ino:552349 uid:125 gid:1 size:336896
O_RDWR|O_LARGEFILE FD_CLOEXEC
/opt/thunder/var/data/zabbix_proxy.db
6: S_IFSOCK mode:0666 dev:317,0 ino:21831 uid:0 gid:0 size:0
O_RDWR
SOCK_STREAM
SO_REUSEADDR,SO_SNDBUF(49152),SO_RCVBUF(49152),IP_ NEXTHOP(0.0.192.0)
sockname: AF_INET 0.0.0.0 port: 0



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jul 02 ]

We could not reproduce it yet, but the debugging data you posted has also convinced me it is crashing in write() system calls, so we can think about the possible solutions.

In that particular case, the proxy is crashing in the call on the following line:

if( ZBX_TCP_ERROR == ZBX_TCP_WRITE(s->socket, (char *) &len64, sizeof(len64)) )

This is a perfectly legitimate system call with no danger of NULL pointers. So, then it is probably crashing because it receives SIGALRM (as the log message suggests) while doing the write() and the system does not happen to like it. If so, then this is not a very nice behavior from the system. And if so, what could we possibly do about it?

Which update (/etc/release) and kernel patch (uname -X) are you running? Maybe we could go from there.

Comment by frankg gleason [ 2010 Jul 02 ]

I had come to the same conclusion. I did to enough debugging with zabbix_log to show it can happen in the other write statements also which makes sense if it's not the particular system call but the handling of the SIGALRM. I would not be surprised if is some kind of thread bug.

This is happening on our production system (Netra-T12) and my dev box (Blade-100)

System = SunOS
Node = bthmindur01
Release = 5.10
KernelID = Generic_137111-08
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 8

System = SunOS
Node = ulysses
Release = 5.10
KernelID = Generic_127111-07
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

This is the script I am running to collect the data and send it to the server via a proxy. The perl and awk reformat the data. Changing the zabbix_sender args does not make any difference. I just run this and cntr-c out a couple of times and the crash occurs.

THUNDER=/opt/thunder

$THUNDER/local/bin/perl $THUNDER/bin/tdp.pl /opwv/imail/log/imdircacheserv.stat | $THUNDER/local/bin/mawk -f $THUNDER/bin/ldap-stats.awk | $THUNDER/bin/zabbix_sender -vv -r -c $THUNDER/etc/zabbix_agentd.conf -T -i -

Comment by Aleksandrs Saveljevs [ 2010 Jul 06 ]

We are yet to reproduce the issue on the Solaris boxes we have at our disposal.

However, there is a related issue where the agent crashes during zbx_tcp_send() on Solaris 9:

27344: 46.1479 write(5, " Z B X D01", 5) = 5
27344: 46.1484 write(5, "02\0\0\0\0\0\0\0", 8) = 8
27344: 46.1486 write(5, " O K", 2) Err#32 EPIPE
27344: 46.1488 Received signal #13, SIGPIPE [caught]
27344: 46.1490 Incurred fault #6, FLTBOUNDS %pc = 0x00026398
27344: siginfo: SIGSEGV SEGV_MAPERR addr=0x0000000C
27344: 46.1501 Received signal #11, SIGSEGV [default]
27344: siginfo: SIGSEGV SEGV_MAPERR addr=0x0000000C
27340: 46.1554 Received signal #18, SIGCLD, in waitid() [caught]
27340: siginfo: SIGCLD CLD_KILLED pid=27344 status=0x000B

The error looks highly similar to what we have here. The information on the Web hints that it might or might not be a compiler or Solaris bug, however, none of the sources I have found are clear on this point.

To somehow advance on this issue, there are two ideas I am willing to try:

(1) Agent and proxy handle SIGPIPE signal. Somehow, during the crash, they do not fully get there. So I wish to know where that instruction pointed to by %pc from "Incurred fault #6, FLTBOUNDS %pc = 0x00026398" is located: namely, is it in our code and, if so, what it does. To help find this out, could you please run proxy under truss and disassemble zabbix_proxy with "dis -n zabbix_proxy" or similar?

(2) What compiler and what version are you using? Does proxy crash if compiled with a different compiler (e.g., gcc or Sun Studio)?

Sorry for the burden. If you have other ideas, please let us know.

Comment by frankg gleason [ 2010 Jul 06 ]

I'm happy to help. I'll work on this today.

Comment by Aleksandrs Saveljevs [ 2010 Jul 07 ]

Aha! Based on "%pc = 0x00026398" and the disassembly of Solaris 9 agent available in the download area on Zabbix website, we can see that siginfo argument to child_signal_handler() in src/libs/zbxnix/daemon.c can be NULL, and http://hackage.haskell.org/trac/ghc/ticket/3790 confirms it.

I will prepare a patch for this, but you can also try checking for siginfo being NULL independently and see whether proxy still crashes. There is probably no need to work on (1) and (2) mentioned in the previous post.

Comment by Aleksandrs Saveljevs [ 2010 Jul 07 ]

Could you please install proxy from svn://svn.zabbix.com/branches/dev/zbx-2634-solaris-signals and see whether it works for you?

Comment by frankg gleason [ 2010 Jul 07 ]

Thank you. I will test the patched version today.

Comment by frankg gleason [ 2010 Jul 10 ]

I tested the patched version and was unable to reproduce the crash. Looks like it's fixed. Thanks very much.

Comment by Aleksandrs Saveljevs [ 2010 Jul 12 ]

Thanks for help!

Comment by Aleksandrs Saveljevs [ 2010 Jul 12 ]

Fixed in pre-1.8.3 in r13256.





[ZBX-2578] pre-zabbix-1.8.3.x-12896 quick search get error Created: 2010 Jun 19  Updated: 2017 May 30  Resolved: 2010 Jun 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Petrov Vladimir Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 8.0 pre-zabbix-1.8.3.x-12896



 Description   

When i make search host with "QUICK SEARCH", appear error

Undefined index: excludePattern[/usr/local/www/apache22/data/api/classes/class.chost.php:459]



 Comments   
Comment by richlv [ 2010 Jun 19 ]

this one is already fixed





[ZBX-2642] Incorrect work custom multipler in web Created: 2010 Jul 01  Updated: 2017 May 30  Resolved: 2010 Jul 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

impossible add custom multipler in edit item. Says "Incorrect field...".
and impossible remove multipler uncheck. Says 'Items update', but item not updated.



 Comments   
Comment by richlv [ 2010 Jul 01 ]

note, decimal multipliers are the ones that are not working

edit : and while we're here, let's increase multiplier max length in the frontend - otherwise it is not possible to get bytes from mb, for example.

Comment by Alexey Fukalov [ 2010 Jul 02 ]

ZBX-2642

Comment by richlv [ 2010 Jul 02 ]

dev branch rev 13165.

if incorrect value is entered as the multiplier frontend complains :
"Warning. Field [formula] is not double"

so far so good. but at the same time it also resets multiplier to "1" - shouldn't happen.

Comment by Alexey Fukalov [ 2010 Jul 02 ]

fixed

Comment by richlv [ 2010 Jul 02 ]

confirming the fix in dev branch rev 13168.

Comment by Alexey Fukalov [ 2010 Jul 02 ]

branches/1.8 13169





[ZBX-2702] undefined variable error when deleting media Created: 2010 Jul 15  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

r13298 of 1.8


Attachments: PNG File undefined-variable.png    

 Description   

When we delete a media type by pressing "Delete" in its editing screen, the media type is removed, but we also get an undefined-variable.png error.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jul 15 ]

Clicking for a while on "Type" and "Description" columns produces the following URL:

http://localhost/~asaveljevs/frontend-1.8/media_types.php?sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sid=1c61882b285854c5&sort=type&sortorder=DESC&sid=1c61882b285854c5

Note that there are a couple more "sid" parameters than there should be.

Comment by Alexey Fukalov [ 2010 Jul 16 ]

branches/1.8 13317

Comment by Alexey Fukalov [ 2010 Jul 16 ]

branches/1.8 13321
repeating sids should be fixed

Comment by Alexey Fukalov [ 2010 Jul 19 ]

branches/1.8 13334





[ZBX-2715] unquoted hostids parameter does not work on some systems Created: 2010 Jul 17  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

php 5.3.2



 Description   

on some systems unquoted hostids parameter does not work.

a request that works :

{"auth":"fc0218e31075368f7c54aa46bb63985f","method":"item.get","id":4,"params":

{"extendoutput":true,"hostids":"'1201200000010047'","limit":100}

,"jsonrpc":"2.0"}

request that fails :

{"auth":"fc0218e31075368f7c54aa46bb63985f","method":"item.get","id":5,"params":

{"extendoutput":true,"hostids":1201200000010047,"limit":100}

,"jsonrpc":"2.0"}






[ZBX-2321] log entries appear in wrong order Created: 2010 Apr 15  Updated: 2017 May 30  Resolved: 2010 Apr 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

Steps to reproduce:

1. Create file numbers.log with `seq 1 3000`.
2. Observe that file with log[numbers.log] or logrt[numbers.log].
3. Sometimes, in "Latest data" numbers appear in wrong order. For instance: 1-297, 798-893, 298-797, 894-1497, 1998-2075, 1498-1997, 2076-3000.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Apr 16 ]

Fixed in pre-1.8.3 in r11563.





[ZBX-2324] graph refresh Created: 2010 Apr 15  Updated: 2017 May 30  Resolved: 2010 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Coudy Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Debian Etch, 64Bit
Intel Xeon 2.2Ghz, 4GB RAM


Issue Links:
Duplicate
duplicates ZBX-2322 can't change refreshrate on dashboard Closed

 Description   

I have this issue with not logged user.
When I'm looking on graph at specific time, after automatic page refresh I see last hour, not my selected time.



 Comments   
Comment by richlv [ 2010 Apr 15 ]

most likely same cause as ZBX-2322 (profile not updated)

Comment by Alexey Fukalov [ 2010 Jun 09 ]

ZBX-2324-guest

Comment by richlv [ 2010 Jun 09 ]

confirming the fix in dev branch rev 12650.

Comment by Alexey Fukalov [ 2010 Jun 09 ]

branches/1.8 12652





[ZBX-2252] server crashes on telnet checks Created: 2010 Apr 01  Updated: 2017 May 30  Resolved: 2010 Apr 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File zabbix_server.telnet.log.gz    
Issue Links:
Duplicate

 Description   

The easiest way to reproduce is to create a telnet check that executes: echo -n '$ '.

With this item, server dies immediately:

22109:20100401:122531.335 In get_value() key:'telnet.run[uname]'
22109:20100401:122531.335 In telnet_run()
22109:20100401:122531.339 In telnet_login()
...
22109:20100401:122532.263 End of telnet_login():SUCCEED
22109:20100401:122532.263 In telnet_execute()
22109:20100401:122532.263 In telnet_read()
22109:20100401:122532.363 End of telnet_read():0
22109:20100401:122532.363 telnet_execute() command output:'$ '
22102:20100401:122532.363 One child process died (PID:22109). Exiting ...

Other related issues were also discovered, like telnet check going into an infinite loop.



 Comments   
Comment by Alexander Vladishev [ 2010 Apr 01 ]

100% CPU usage when processing Telnet checks.

Comment by Aleksandrs Saveljevs [ 2010 Apr 07 ]

Fixed in pre-1.8.3 in r11361.





[ZBX-2214] template list in configuration does not show template linkage anymore Created: 2010 Mar 23  Updated: 2017 May 30  Resolved: 2010 Apr 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

regression
configuration -> hosts -> templates.
"Linked to" does not show templates anymore - did before



 Comments   
Comment by richlv [ 2010 Apr 07 ]

confirming the fix in dev branch rev 11366.

Comment by Alexey Fukalov [ 2010 Apr 07 ]

branches/1.8 11369





[ZBX-2384] Screen: Status of host / hostgroup triggers - filter does not work Created: 2010 Apr 27  Updated: 2017 May 30  Resolved: 2010 Apr 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Artem Suharev (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Apr 27 ]

svn://svn.zabbix.com/branches/dev/zbx-2384

Comment by richlv [ 2010 Apr 28 ]

only single trigger is displayed, even if multiple are active.
even if host/hostgroup field is left empty, all triggers can't be displayed.

also, if host/hostgroup fields are left empty, group and host dropdowns are unsorted - although that's a different issue

Comment by richlv [ 2010 Apr 29 ]

confirming the sorting fix;
displaying single trigger only was a user error.

=> confirming the fix in dev branch rev 11772.

Comment by Artem Suharev (Inactive) [ 2010 Apr 29 ]

FIxed.





[ZBX-2227] Slideshow are not playing correctly because of user "refresh interval" parameter Created: 2010 Mar 25  Updated: 2017 May 30  Resolved: 2010 May 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8, 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Thierry Quaak Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

linux Ubuntu



 Description   

It sounds that the user refresh parameter is having impact on the slideshow screen on 1.8.1 ..

In fact, on the user description screen, there is a refresh interval parameter. This parameter is refreshing the slide show.
I had a parameter set at 5 seconds. It means that it was restarting the slides show after 5 seconds.

ex :
My slideshow is composed of 3 slides of 20 seconds. It means a complete slideshow sequence is 60 sec.
With a settings to the user at 5 sec, i was only seing the first slide 5 seconds, then it was blinking, and displayed the same slide again.
With a setting to the user at 30 sec, i was seing the first slide 20 seconds, then the 2nd slide 10 sec, then the slide show was restarting from the beginning.
With a setting to the user at 60 sec, i was seing all slides correctliy during 20 seconds.

I guess that the solution should be that the user settings is not used for refreshing in slideshow... That is my opinion but I am not skilled in PHP to help you more than that.



 Comments   
Comment by Alexei Vladishev [ 2010 May 25 ]

I think it was fixed recently in pre-1.8.3.

Comment by richlv [ 2010 May 27 ]

yep, seems to work just fine here





[ZBX-2242] zabbix agent dies when processing logrt items Created: 2010 Mar 30  Updated: 2017 May 30  Resolved: 2010 Mar 31

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

HP-UX, probably Solaris as well


Issue Links:
Duplicate
is duplicated by ZBX-2073 zabbix agent crash: munmap_chunk(): i... Closed
is duplicated by ZBX-2549 Zabbix agent (UNIX) dies after proces... Closed
is duplicated by ZBX-2558 Windows agent crashes when rotating l... Closed

 Description   

The following error occurs on HP-UX:

19643:20100330:190107.883 In process_active_checks()
19643:20100330:190107.883 In process_logrt() filename [/var/log//testlog.[0-9]*] lastlogsize [0] mtime [0]
19643:20100330:190107.883 In split_filename()
19643:20100330:190107.883 In split_string()
19643:20100330:190107.883 "part1" [/var/log/]
19643:20100330:190107.883 "part2" [testlog.[0-9]*]
19643:20100330:190107.883 In init_logfiles()
19643:20100330:190107.884 We are in the *nix directory reading cycle.
19643:20100330:190107.884 Cannot process read entry [/var/log//.].
19643:20100330:190107.884 Cannot process read entry [/var/log//..].
19643:20100330:190107.884 Cannot process read entry [/var/log//SOME_DIR].
19643:20100330:190107.884 [/var/log//zabbix_agentd.log] does not match [testlog.[0-9]*].
19643:20100330:190107.884 Adding the file [/var/log//testlog.0] to logfiles.
19643:20100330:190107.884 In add_logfile() filename: [testlog.0] mtime: [1269943210]
19638:20100330:190107.885 One child process died (PID:19643). Exiting ...
19638:20100330:190107.886 zbx_on_exit() called.
19638:20100330:190109.890 Zabbix Agent stopped. Zabbix 1.8.2 (revision 11211).



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Apr 01 ]

Fixed in pre-1.8.3 in r11276.





[ZBX-2457] Error in script ./create/schema/mysql.sql if version mysql is 5.5.x Created: 2010 May 24  Updated: 2017 May 30  Resolved: 2010 May 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Petrov Vladimir Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

zabbix 1.8.2, mysql 5.5.4, freebsd 8.0



 Description   

If exec script mysql.sql with clear installed (not upgraded) mysql 5.5.x show error: type=InnoDB. Replace "type=InnoDB" to "ENGINE=InnoDB" resolve problem.



 Comments   
Comment by Petrov Vladimir [ 2010 May 24 ]

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type = InnoDB' at line 6

Comment by richlv [ 2010 May 24 ]

this will be new with 5.5, according to http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html

Comment by richlv [ 2010 May 27 ]

according to mysql documentation, "ENGINE" keyword should be supported in all mysql versions starting with 3 => changed to ENGINE

Comment by richlv [ 2011 Sep 04 ]

same issue in upgrade patches will be fixed in ZBX-3843





[ZBX-2464] Broken menu in Latest Events screen Created: 2010 May 26  Updated: 2017 May 30  Resolved: 2010 May 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix v. pre1.8.3, r12264


Attachments: JPEG File broken_menu.jpg    
Issue Links:
Duplicate
duplicates ZBX-2332 zero or multiple identical simple gra... Closed

 Description   

see screen shot



 Comments   
Comment by Alexander Vladishev [ 2010 May 26 ]

(2) Link to this menu is not underlined.

Comment by richlv [ 2010 May 26 ]

what's interesting, it works if filtered for a single trigger

Comment by Alexey Fukalov [ 2010 May 26 ]

branches/1.8 12273

Comment by richlv [ 2010 May 27 ]

confirming the fix in trunk rev 12287.





[ZBX-2356] When creating item, do actions does not work Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Apr 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 21 ]

ZBX-2356=item_do

Comment by richlv [ 2010 Apr 22 ]

confirming the fix in dev branch rev 11639.

Comment by Alexey Fukalov [ 2010 Apr 22 ]

branches/1.8 11646





[ZBX-2359] Graphs lines goes beyond graph Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Aug 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.4
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File graph_settings.png     PNG File graphs_lines.png    

 Comments   
Comment by Artem Suharev (Inactive) [ 2010 May 05 ]

Fixed.

Comment by Artem Suharev (Inactive) [ 2010 May 24 ]

Implemented





[ZBX-2466] "data type" in item filter doesn't work; ipmi sensor field in filter missing Created: 2010 May 26  Updated: 2017 May 30  Resolved: 2010 May 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

switching "data type" resets it back to "all";

for ipmi items, ipmi sensor field is missing



 Comments   
Comment by Alexey Fukalov [ 2010 May 26 ]

ZBX-2466-it_filter

Comment by richlv [ 2010 May 27 ]

confirming the fix in dev branch rev 12287.

Comment by Alexey Fukalov [ 2010 May 27 ]

branches/1.8 12288





[ZBX-2469] PHP Fatal error: Cannot break/continue 1 level in /srv/src/zabbix/1.8/frontends/php/api/classes/class.cscreen.php on line 693 Created: 2010 May 27  Updated: 2017 May 30  Resolved: 2010 Jun 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Maxence Dunnewind Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Debian squeeze,
root@zabbix:~# dpkg -l|grep apache
ii apache2 2.2.15-5 Apache HTTP Server metapackage
ii apache2-mpm-prefork 2.2.15-5 Apache HTTP Server - traditional non-threade
ii apache2-utils 2.2.15-5 utility programs for webservers
ii apache2.2-bin 2.2.15-5 Apache HTTP Server common binary files
ii apache2.2-common 2.2.15-5 Apache HTTP Server common files
ii libapache2-mod-php5 5.3.2-1 server-side, HTML-embedded scripting languag

root@zabbix:~# dpkg -l|grep zabbix
ii zabbix-agent 1:1.8.2-1 network monitoring solution - agent
ii zabbix-frontend-php 1:1.8.2-1 network monitoring solution - PHP front-end
ii zabbix-server-mysql 1:1.8.2-1 network monitoring solution - server (using



 Description   

I tried to use the python API mapping to delete a screen, the trace :

20: url: http://zabbix.krg/zabbix/api_jsonrpc.php
10: Trying to login with 'api':'md5(8a5da52ed126447d359e70c05721a8aa)'
10: json_obj: {'params':

{'password': 'api', 'user': 'api'}

, 'jsonrpc': '2.0', 'method': 'user.authenticate', 'auth': '', 'id': 0}
10: Connection object <httplib.HTTPConnection instance at 0x28b65f0>
20: Sending: {"params":

{"password": "api", "user": "api"}

, "jsonrpc": "2.0", "method": "user.authenticate", "auth": "", "id": 0}
10: Sending headers:

{'Content-Type': 'application/json-rpc', 'User-Agent': 'python/zabbix_api'}

20: Response Code: 200 OK
10: Response Body:

{'jsonrpc': '2.0', 'result': '42e72a52d13b0286ce579af874f8572b', 'id': 0}

10: json_obj: {'params': {}, 'jsonrpc': '2.0', 'method': 'APIInfo.version', 'auth': '42e72a52d13b0286ce579af874f8572b', 'id': 1}
10: Connection object <httplib.HTTPConnection instance at 0x28b6878>
20: Sending: {"params": {}, "jsonrpc": "2.0", "method": "APIInfo.version", "auth": "42e72a52d13b0286ce579af874f8572b", "id": 1}
10: Sending headers:

{'Content-Type': 'application/json-rpc', 'User-Agent': 'python/zabbix_api'}

20: Response Code: 200 OK
10: Response Body:

{'jsonrpc': '2.0', 'result': '1.2', 'id': 1}

Zabbix API Version: 1.2
10: json_obj: {'params':

{'sessionid': '42e72a52d13b0286ce579af874f8572b'}

, 'jsonrpc': '2.0', 'method': 'user.checkAuthentication', 'auth': '42e72a52d13b0286ce579af874f8572b', 'id': 2}
10: Connection object <httplib.HTTPConnection instance at 0x28b6998>
20: Sending: {"params":

{"sessionid": "42e72a52d13b0286ce579af874f8572b"}

, "jsonrpc": "2.0", "method": "user.checkAuthentication", "auth": "42e72a52d13b0286ce579af874f8572b", "id": 2}
10: Sending headers:

{'Content-Type': 'application/json-rpc', 'User-Agent': 'python/zabbix_api'}

20: Response Code: 200 OK
10: Response Body:

{'jsonrpc': '2.0', 'result': True, 'id': 2}

Logged in: True
10: json_obj: {'params':

{'screenid': '3'}

, 'jsonrpc': '2.0', 'method': 'screen.delete', 'auth': '42e72a52d13b0286ce579af874f8572b', 'id': 3}
10: Connection object <httplib.HTTPConnection instance at 0x28b65f0>
20: Sending: {"params":

{"screenid": "3"}

, "jsonrpc": "2.0", "method": "screen.delete", "auth": "42e72a52d13b0286ce579af874f8572b", "id": 3}
10: Sending headers:

{'Content-Type': 'application/json-rpc', 'User-Agent': 'python/zabbix_api'}

20: Response Code: 500 Internal Server Error
HTTP ERROR 500: Internal Server Error

Also tried with svn version svn://svn.zabbix.com/branches/1.8/frontends/php, same issue.

Log in apache :

[Thu May 27 09:28:40 2010] [error] [client 10.2.23.254] PHP Fatal error: Cannot break/continue 1 level in /srv/src/zabbix/1.8/frontends/php/api/classes/class.cscreen.php on line 693



 Comments   
Comment by Maxence Dunnewind [ 2010 Jun 03 ]

methods must be declared as public. If they are declared protected, any access finish with an error :

Error -32400: System error., JSON-rpc error generation failed. No such error:

Comment by Alexey Fukalov [ 2010 Jun 04 ]

Yes, it's not mistake.
To update items, you can use screen.update passing screenid and array of screenitems.

Probably in future there will be additionsl methods for configuration separate screenitems.

Comment by Maxence Dunnewind [ 2010 Jun 04 ]

mhhh ok.

Why not directly providing get / updateItems as public ?

Do you have some exemples of the parameters I'm supposed to send at update() to :

  • delete screenItems
  • add screenItems
  • update screenItems

Regards,

Maxence

Comment by Alexey Fukalov [ 2010 Jun 04 ]

{"jsonrpc":"2.0","method":"screen.update","params":[{"screenid":37,"screenitems":[

{"resourceid":18470,"resourcetype":1,"x":0,"y":0}

]}],"auth":"f3f8d561cc345977322643e7c610f744","id":4}

this request will update screen with id 37 by setting cell 0,0 to contain simple graph for item with id 18470, and removing all other screen items.
if you need screen to contain more items, add them to 'screenitems' array.

Comment by Maxence Dunnewind [ 2010 Jun 04 ]

ok, and so, to delete all the items of a screen, I have to do something like :

{"jsonrpc":"2.0","method":"screen.update","params":[{"screenid":37,"screenitems":{}}],"auth":"f2b9e786c3085f165d89d596da4fafaa","id":4}

Right ?

Comment by Alexey Fukalov [ 2010 Jun 04 ]

yes

Comment by Maxence Dunnewind [ 2010 Jun 04 ]

Ok.

I'll be able to try it this afternoon, I'll close this bug if it works.

Regards,

Maxence

Comment by richlv [ 2010 Jun 04 ]

i strongly suggest adding these examples to http://www.zabbix.com/documentation/1.8/api/objects/screen

Comment by Maxence Dunnewind [ 2010 Jun 04 ]

Ok, it works perfectly, I'm able to update my screen with new data.

Thanks !

Maxence

Comment by richlv [ 2010 Jun 04 ]

dev branch rev 12569.
when creating a new screen, it is created with name enclosed in single quotes

Comment by richlv [ 2010 Jun 07 ]

dev branch rev 12591.

attempting to update an existing screen upon import :

Undefined index: resourcetype[/usr/local/apache2/htdocs/dev/ZBX-2469-cscreen/api/classes/class.cscreen.php:476]
Undefined index: resourceid[/usr/local/apache2/htdocs/dev/ZBX-2469-cscreen/api/classes/class.cscreen.php:488]

Comment by richlv [ 2010 Jun 07 ]

also, a couple of error messages are quite useless :
[ CScreen::update ] Graph

Comment by richlv [ 2010 Jun 08 ]

confirming the fix in dev branch rev 12616.

Comment by Alexey Fukalov [ 2010 Jun 08 ]

Path
frontends/php/api/classes/class.cscreen.php





[ZBX-2258] If import item with many applications, only one is imported Created: 2010 Apr 01  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 01 ]

dev branch, rev 11312 - can't confirm. if importing a new host, only one application is created

Comment by richlv [ 2010 Apr 01 ]

confirming the fix in dev branch rev 11313.

Comment by Alexey Fukalov [ 2010 Apr 06 ]

branches/1.8 11316





[ZBX-2082] Can't update of "Flexible intervals" field in mass update for items Created: 2010 Feb 27  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8 branch, revision 10514


Attachments: JPEG File mass-update.jpg    

 Description   

The empty screen at attempt to add a flexible interval in mass-update for items.



 Comments   
Comment by Alexey Fukalov [ 2010 May 21 ]

ZBX-2082-flex

Comment by Alexey Fukalov [ 2010 May 25 ]

branches/1.8 12228





[ZBX-2433] slideshow timeline does not update when 'now' is selected Created: 2010 May 14  Updated: 2017 May 30  Resolved: 2010 May 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Igor Danoshaites (Inactive) [ 2010 May 25 ]

In this dev branch screens are updated, please merge the fixes.

Comment by Alexey Fukalov [ 2010 May 25 ]

branches/1.8 12213





[ZBX-2355] cannot mass update severity for triggers with same expression Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Apr 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 21 ]

ZBX-2355-trig_mass

Comment by richlv [ 2010 Apr 21 ]

confirming the fix in dev branch rev 11624.

Comment by Alexey Fukalov [ 2010 Apr 21 ]

branches/1.8 11622





[ZBX-507] user parameters do not work with zabbix_agentd -t Created: 2008 Sep 29  Updated: 2017 May 30  Resolved: 2010 May 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G)
Affects Version/s: 1.6
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Major
Reporter: Kees Jan Koster Assignee: Unassigned
Resolution: Fixed Votes: 2
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 7.1, Zabbix trunk



 Description   

The user parameters are broken on trunk. Here is the terminal out of of a local test on a machine.

ginger# fgrep foo /usr/local/etc/zabbix_agentd.conf
UserParameter=foo,/bin/echo woot
ginger# /usr/local/etc/rc.d/zabbix_agentd restart
Stopping zabbix_agentd.
Waiting for PIDS: 7713 7714 7715 7716 7717 7718.
Starting zabbix_agentd.
ginger# su - zabbix -c '/bin/echo woot'
woot
ginger# zabbix_agentd -t foo
foo [m|ZBX_NOTSUPPORTED]
ginger# _

Zabbix 1.4.6 gives me:

foo [t|woot]



 Comments   
Comment by Ware Adams [ 2008 Oct 15 ]

I had this exact same symptom, I couldn't even get the included example in the template config file to work using zaabix_agentd -t, but then I tried it from the zabbix server (the monitored agent is a different host). In that case it worked, bot for data collection and using zabbix_get.

I think the issue for me was that the config file was set to only allow connections from the single Zabbix server I have, so that was blocking zabbix_get and maybe even zabbix_agentd -t. The latter in particular seems odd, but this does work for me using 1.6 on OS X.

Comment by richlv [ 2009 Jan 27 ]

ok, there seems to be a quite significant fsckup with some procedure.
speaking trunk :
revision 6205 supposedly fixed this problem;
revision 6243 reverts change done in 6205.
additionally, revision 6246 reverts changelog entry for this fix.

1.6 branch had this change reverted in revision 6242.
1.6.1 was tagged from /branches/1.6:6247 - thus all 1.6 releases so far have been broken in this regard.

there goes my plan to upgrade to 1.6.2...

Comment by richlv [ 2009 Jan 27 ]

forgot to add - reapplying the change (moving the single line) for current trunk makes user parameters work again

Comment by richlv [ 2009 Jun 05 ]

see http://www.zabbix.com/forum/showthread.php?t=11560 for some bisect on what happened in svn.

supposedly the fix was not correct and broke other things - would have helped many users to see that mentioned in the svn log message...

Comment by Sebastian Vaisov [ 2009 Jun 05 ]

So how can we have workable solution of this?

Comment by Alexei Vladishev [ 2009 Jun 06 ]

Both -t and -p parameters do not take into account user parameters. Period. User parameters work absolutely fine, you can query them from Zabbix server or using zabbix_get utility.

The issue will be fixed anyway.

Alexei

Comment by Sebastian Vaisov [ 2009 Jun 08 ]

Ok. But what if I want to use UserParameters for active checks?

Comment by Alexei Vladishev [ 2009 Jun 18 ]

I would like to stress that UserParameters work absolutely fine in all cases (passive, active checks) except when querying with -t or -p.

Comment by richlv [ 2009 Sep 14 ]

updated summary to reflect the actual problem.
additionally, latest versions of zabbix agentd now display a warning about user parameters not working with -t, so that hopefully will help to mitigate the confusion caused

Comment by richlv [ 2009 Sep 24 ]

is zabbix_agent working a masked problem in it or something to lift a solution from ?

Comment by Alexei Vladishev [ 2010 May 14 ]

The agent should be improved to allow use of user parameters using -t and -p flags. I f -p flag is given, a flexible user parameter should assume than no key parameters are given. For example:

UserParameter=test[*], echo $1

When -p flag is specified, test[] will be executed (parameters are empty strings).

Comment by Aleksandrs Saveljevs [ 2010 May 20 ]

Available in pre-1.8.3 in r12102.





[ZBX-2427] sub-optimal 'row' highlighting Created: 2010 May 12  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2621 maintenance form components change ba... Closed

 Description   

the recently introduced change in row highlighting is great, but it also... highlights... a problem with some locations receiving the highlight that should not receive it, or receiving it not in the best way, or not receiving it at all. this issue will attempt to list most of those locations.

1. configuration -> actions -> action details.

action & condition blocks should not have the highlight;

2. export -> preview. whole host area is highlighted - if exported is a single host with many entities, that looks pretty bad. maybe better highlight host element subrows (if possible) ?

3. host/template properties, macro block - each macro line should be highlighted individually. same goes for linked templates

4. configuration -> maintenance, maintenance details - hosts & groups in maintenance, as well as the main maintenance block should not receive the highlighting



 Comments   
Comment by richlv [ 2010 May 25 ]

5. administration -> dm, single server setup - line that says "Your setup is not configured for distributed monitoring" shouldn't be highlighted

Comment by Alexey Fukalov [ 2010 May 25 ]

+ Row highlighting does not work for selected rows.

Comment by richlv [ 2010 Jun 10 ]

confirming the fix in dev branch rev 12664 except macro & template highlighting (split out at issue ZBX-2531) and item 4 => good to merge

Comment by Alexey Fukalov [ 2010 Jun 10 ]

branches/1.8 12665

Comment by richlv [ 2010 Jun 18 ]

minor regression : overview tooltips for trigger dependencies have blue background, should be one of the grey shades (or more like yellow ?)

Comment by Alexey Fukalov [ 2010 Jun 19 ]

ZBX-2427-regr

Comment by richlv [ 2010 Jun 19 ]

confirming the fix in dev branch rev 12936.

Comment by Alexey Fukalov [ 2010 Jun 21 ]

branches/1.8 12978

Comment by richlv [ 2010 Jun 21 ]

another regression
item configuration, item that is referenced in one or more triggers. clicking on 'triggers' link for it opens a popup where the highlighting is incorrect

Comment by richlv [ 2010 Jun 21 ]

ok, that one actually also got fixed together with the previous fix, sorry. stumbled upon it before the merge...

Comment by richlv [ 2010 Aug 06 ]

more at ZBX-2828





[ZBX-2440] Screen History with OracleDB Created: 2010 May 19  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Blake Burgess Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5.4 i386
Oracle RDBMS 11GR2 with ASM
Built per http://blog.gladier.net/?p=45


Issue Links:
Duplicate
duplicates ZBX-2267 [Screens] Error in SQL query wihle us... Closed

 Description   

In the Monitoring->Screens function, when you change the timeline to anything you receive the following error:

  • ociexecute() [<a href='function.ociexecute'>function.ociexecute</a>]: ORA-00936: missing expression[/var/www/html/include/db.inc.php:502]
  • SQL error [ORA-00936: missing expression] in [INSERT INTO profiles (profileid, userid, idx, value_int, type, idx2) VALUES (42, 1, 'web.screens.period', 3600, 2, )]
  • ociexecute() [<a href='function.ociexecute'>function.ociexecute</a>]: ORA-00936: missing expression[/var/www/html/include/db.inc.php:502]
  • SQL error [ORA-00936: missing expression] in [INSERT INTO profiles (profileid, userid, idx, value_str, type, idx2) VALUES (43, 1, 'web.screens.stime', '201004252300', 3, )]

I am able to replicate this with a blank Zabbix install.



 Comments   
Comment by Alexey Fukalov [ 2010 May 21 ]

Should be already fixed in pre 1.8.3





[ZBX-2363] slow query in zabbix server Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Sep 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Major
Reporter: Michael Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

FreeBSD 7.2-RELEASE
Zabbix Server v1.8.2 (revision 11211) (29 March 2010)
mysql 5.0.86



 Description   

slow query in mysql:

  1. Time: 100421 14:03:32
  2. User@Host: zabbix[zabbix] @ localhost []
  3. Query_time: 101 Lock_time: 0 Rows_sent: 83371 Rows_examined: 253038
    select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey from items i,hosts h where i.hostid=h.hostid and h.status in (0) and i.status in (0,3) and i.itemid between 000000000000000 and 099999999999999 order by i.itemid;

This query makes mysql use temporary table. The size of table reaches some times 500 Mb. The query really slows down all the system.
mysql> explain select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey from items i,hosts h where i.hostid=h.hostid and h.status in (0) and i.status in (0,3) and i.itemid between 000000000000000 and 099999999999999 order by i.itemid;
---------------------------------------------------------------------------------------------------------------+

id select_type table type possible_keys key key_len ref rows Extra

---------------------------------------------------------------------------------------------------------------+

1 SIMPLE h ref PRIMARY,hosts_2 hosts_2 4 const 1173 Using temporary; Using filesort
1 SIMPLE i ref PRIMARY,items_1,items_3 items_1 8 zabbix.h.hostid 14 Using where

---------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)



 Comments   
Comment by Michael [ 2010 Apr 27 ]

Adding FORCE INDEX(PRIMARY) to the query solves the problem:
mysql> explain select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey from items i FORCE INDEX(PRIMARY),hosts h FORCE INDEX(PRIMARY) where i.hostid=h.hostid and h.status in (0) and i.status in (0,3) and i.itemid between 000000000000000 and 099999999999999999 order by i.itemid;
------------------------------------------------------------------------------------+

id select_type table type possible_keys key key_len ref rows Extra

------------------------------------------------------------------------------------+

1 SIMPLE i range PRIMARY PRIMARY 8 NULL 40395 Using where
1 SIMPLE h eq_ref PRIMARY PRIMARY 8 zabbix.i.hostid 1 Using where

------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)

Comment by Artem Suharev (Inactive) [ 2010 Apr 27 ]

I'm GUI developer, but what if sql change like this:
select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey
from items i,hosts h
where i.hostid=h.hostid
and h.status in (0)
and i.status in (0,3)
and i.hostid between 000000000000000 and 099999999999999
order by i.itemid;

What plan mysql performs now? If that doesn't helps then try this one:
select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey
from items i,hosts h
where i.hostid=h.hostid
and h.status+0 in (0)
and i.status in (0,3)
and i.hostid between 000000000000000 and 099999999999999
order by i.itemid;

Comment by Michael [ 2010 Apr 27 ]

In both cases the situation does not change:
mysql> explain select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey
-> from items i,hosts h
-> where i.hostid=h.hostid
-> and h.status in (0)
-> and i.status in (0,3)
-> and i.hostid between 000000000000000 and 099999999999999
-> order by i.itemid;
--------------------------------------------------------------------------------------------------------------------+

id select_type table type possible_keys key key_len ref rows Extra

--------------------------------------------------------------------------------------------------------------------+

1 SIMPLE h ref PRIMARY,hosts_2 hosts_2 4 const 1743 Using where; Using temporary; Using filesort
1 SIMPLE i ref items_1,items_3 items_1 8 zabbix.h.hostid 13 Using where

--------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)

mysql> explain select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey
-> from items i,hosts h
-> where i.hostid=h.hostid
-> and h.status+0 in (0)
-> and i.status in (0,3)
-> and i.hostid between 000000000000000 and 099999999999999
-> order by i.itemid;
---------------------------------------------------------------------------------------------------------------------+

id select_type table type possible_keys key key_len ref rows Extra

---------------------------------------------------------------------------------------------------------------------+

1 SIMPLE h range PRIMARY PRIMARY 8 NULL 1743 Using where; Using temporary; Using filesort
1 SIMPLE i ref items_1,items_3 items_1 8 zabbix.h.hostid 13 Using where

---------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.02 sec)

Comment by Artem Suharev (Inactive) [ 2010 Apr 27 ]

select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey
from items i,hosts h
where i.hostid+0=h.hostid
and h.status in (0)
and i.status in (0,3)
and i.itemid between 000000000000000 and 099999999999999
order by i.itemid;

Comment by Michael [ 2010 Apr 27 ]

Now it seems ok:
mysql> explain select i.itemid,i.hostid,h.proxy_hostid,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.snmp_port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.status,i.authtype,i.username,i.password,i.publickey,i.privatekey
-> from items i,hosts h
-> where i.hostid+0=h.hostid
-> and h.status in (0)
-> and i.status in (0,3)
-> and i.itemid between 000000000000000 and 099999999999999
-> order by i.itemid;
---------------------------------------------------------------------------+

id select_type table type possible_keys key key_len ref rows Extra

---------------------------------------------------------------------------+

1 SIMPLE i range PRIMARY,items_3 PRIMARY 8 NULL 41070 Using where
1 SIMPLE h eq_ref PRIMARY,hosts_2 PRIMARY 8 func 1 Using where

---------------------------------------------------------------------------+
2 rows in set (0.00 sec)

Comment by Artem Suharev (Inactive) [ 2010 Apr 27 ]

Actually on my test system, mysql works with the same plan as yours, and it's faster then without filesorting.
You see, if you win in sorting the result, then you are loosing at selecting the result.
I think that if mysql have enough virt. memory to fit the result into it and sort it without actually creating file,
it better to let it work by creating temp. table, or mysql will load CPU..

Comment by Michael [ 2010 Apr 27 ]

As i described in first message on my system it takes too long to copy from database 500Mbs, write it to HDD, then read it back and get the result. I have enough memory on mysql server to fit put in RAM but it does not.
I think this query still needs fixing.

Comment by Michael [ 2010 Sep 21 ]

Seems to be fixed in 1.8.3





[ZBX-2575] remove outdated and undocumented environment variables from alert scripts Created: 2010 Jun 19  Updated: 2017 May 30  Resolved: 2010 Jun 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Minor
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

When calling an alert script, Zabbix sets the following environment variables:

ZABBIX_ALERT_ID
ZABBIX_ACTION_ID
ZABBIX_ALERT_TIME
ZABBIX_ALERT_MEDIATYPEID
ZABBIX_ALERT_STATUS

This feature in its present form is outdated and undocumented, and will be removed.



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 Jun 21 ]

Removed in pre-1.8.3 in r12966.





[ZBX-2682] Czech translation Created: 2010 Jul 12  Updated: 2017 May 30  Resolved: 2010 Jul 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Jakub Kalas Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File cs_cz.inc.php    

 Description   

Czech translation for Zabbix 1.8.2
Notes: Zabbix uses concatenating strings into sentences, which results in problem with inflection and grammar. Maybe using sprintf would be better. Luckily, most of the commonly visible interface looks ok.



 Comments   
Comment by richlv [ 2010 Jul 12 ]

thanks, committed. the string concatenation issue is a known one, and solutions are being discussed for 2.0 - hopefully something more flexible and easy to use will appear

Comment by Oleksii Zagorskyi [ 2010 Jul 13 ]

Jakub Kalas, welcome to the translation team
After considerable experience in translation I can say that is no big problems with concatenating strings into sentences.
You can always rearrange the words in between several parts that make up the correct sentences.
I thins is no need for change something for 2.0.
About using sprintf - is already being used but refused to do this because there are any problems with the Japanese language - ZBX-2492.

Jakub, developers can sometimes change something in your language - be careful if you are constantly improving translation locally. Before sending a fresh translation always check if there was any change of your translation in SVN repository lately.
Maybe you have time to update your version to the release of version 1.8.3.? There are many new lines added compared to 1.8.2

Comment by Jakub Kalas [ 2010 Jul 13 ]

I will check 1.8.3. Is there any release date already?





[ZBX-2567] Warning in dashboard "Undefined index...." Created: 2010 Jun 18  Updated: 2017 May 30  Resolved: 2010 Jun 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Konstantin Agafontsev Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

freebsd 7.1
php5-5.2.9


Issue Links:
Duplicate
duplicates ZBX-2560 no access limit to discovery for comm... Closed

 Description   

if user - Zabbix Administrator, in bottom of the dashboard there is warnig:

  • Undefined index: editable[/usr/local/www/apache22/data/api/classes/class.cdrule.php:88]


 Comments   
Comment by Konstantin Agafontsev [ 2010 Jun 18 ]

zabbix-1.8.3.x-12788





[ZBX-2557] incorrect status message when trying to add a proxy with the same name Created: 2010 Jun 16  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

try to add a proxy with the same name as already existing one.

"Proxy added
Proxy 'proxy_name' already exists"



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 17 ]

branches/1.8 12848

Comment by richlv [ 2010 Jun 17 ]

confirming the fix in trunk rev 12852.





[ZBX-2560] no access limit to discovery for common users & undefined index Created: 2010 Jun 17  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2567 Warning in dashboard "Undefined index... Closed

 Description   

if a user of type "zabbix user" requests dashboard widget "discovery status", two things happen.

1. the user gets discovery status information - probably permissions are not properly checked in api ?
2. Undefined index: editable[/usr/local/apache2/htdocs/trunk/api/classes/class.cdrule.php:88]
Undefined index: editable[/usr/local/apache2/htdocs/trunk/api/classes/class.cdrule.php:90]



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 17 ]

branches/1.8 12851

Comment by richlv [ 2010 Jun 17 ]

confirming the fix in trunk rev 12852.





[ZBX-2585] Missing html special characters in SLA graphs Created: 2010 Jun 20  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File chart5.png    

 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 21 ]

svn://svn.zabbix.com/branches/dev/ZBX-2585

Comment by richlv [ 2010 Jun 21 ]

confirming the fix in dev branch rev 12975.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 21 ]

Bug fixed in version pre 1.8.3 revision 12987





[ZBX-2591] More translatable strings for services_form.php Created: 2010 Jun 20  Updated: 2017 May 30  Resolved: 2010 Jun 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File services_form.php.diff    

 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 21 ]

svn://svn.zabbix.com/branches/dev/ZBX-2591

Comment by richlv [ 2010 Jun 22 ]

confirming the fix in dev branch rev 13020.

Comment by Alexey Fukalov [ 2010 Jun 22 ]

branches/1.8 13025





[ZBX-2525] improve actions api code Created: 2010 Jun 09  Updated: 2017 May 30  Resolved: 2010 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A), Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

mostly reviewed action update logic. so action configuration may be affected including operations/conditions etc.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 09 ]

DEV-386-prewrap1

Comment by richlv [ 2010 Jun 09 ]

dev branch 12651.
editing an existing issue resulted in an error :

Error in query [INSERT INTO opconditions (opconditionid,opconditionid,operationid,conditiontype,operator,value) VALUES (22,21,153,14,0,'0')] [Column 'opconditionid' specified twice]
[ CAction::update ] DBEXECUTE_ERROR

Comment by richlv [ 2010 Jun 09 ]

confirming the fix in dev branch rev 12654.

Comment by Alexey Fukalov [ 2010 Jun 09 ]

branches/1.8 12657





[ZBX-2532] cryptic & outdated screen element "server info" Created: 2010 Jun 10  Updated: 2017 May 30  Resolved: 2010 Jun 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

screen element "server info" is a bit cryptic at places and also shows outdated information.

1. it shows "deleted" host count : Hosts (m/n/t/d)

2. it shows trapper item count separately, for example : "Items (m/d/n)[t]: 306(158/141/7)[40]"
that is nearly impossible to figure out without looking at code, and probably not that useful - maybe worth removing.

3. trigger line says "Triggers (e/d)[t/u/f]" - it still refers to trigger states as true/false, when it should use problem/ok instead. single letter abbreviations might look weird, though - maybe "P/U/OK" ? (still weird, maybe worth moving to full text everywhere like "PROBLEM/UNKNOWN/FALSE" ?)



 Comments   
Comment by Alexander Vladishev [ 2010 Jun 16 ]

Available at version pre1.8.3, rev. 12802.





[ZBX-2534] "throw map" link in item configuration is very confusing Created: 2010 Jun 10  Updated: 2017 May 30  Resolved: 2010 Jun 22

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

It is not intuitively clear what "throw map" means. Why would you ever want to throw a map? Or map throws?

It has also been suggested that the link for throwing maps (whatever that means) is out of place - such links do not appear in the leftmost column anywhere else.



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 11 ]

branches/1.8 12713

Comment by Aleksandrs Saveljevs [ 2010 Jun 22 ]

For some reason "show value mappings" link is again shown in the left column in r13013. Is it intentional?

Comment by Alexey Fukalov [ 2010 Jun 22 ]

fixed branches/1.8 13021

Comment by richlv [ 2010 Jun 22 ]

looks ok in trunk rev 13024





[ZBX-2752] Dark orange theme need to improve for vertical text Created: 2010 Jul 23  Updated: 2017 May 30  Resolved: 2010 Jul 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc1
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File 2.button_improvement.png     PNG File vertical_text_dark_orange.png    

 Description   

New theme is very nice but see vertical text in screen shot.
Also, i think color of text in table need to change for better contrast.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 27 ]

Fixed in 1.8 and trunk

Comment by Oleksii Zagorskyi [ 2010 Jul 27 ]

see picture 2

Comment by Oleksii Zagorskyi [ 2010 Jul 27 ]

With vertical text now all fine. Thanks.
But i attached additional picture 2. (i do not want create separate issue, and because reopen this one)

Comment by Artem Suharev (Inactive) [ 2010 Jul 28 ]

Sorry this one won't be fixed Such correction will go to new theme...

Comment by Oleksii Zagorskyi [ 2010 Jul 28 ]

Ok, i create separate issue ZBX-2773.

And please change this issue from "Won't Fix" to "Fixed" That would be correct.

Comment by richlv [ 2010 Jul 28 ]

reopening for the correct resolution





[ZBX-2667] map label on top incorrectly positioned Created: 2010 Jul 08  Updated: 2017 May 30  Resolved: 2010 Jul 16

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File map_label_on_top.png    

 Description   

if map labels are placed on top of elements, they are incorrectly positioned



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 12 ]

i think it wasbe fixed with ZBXNEXT-436

Comment by Alexei Vladishev [ 2010 Jul 13 ]

Rich, could you do a quick test please?

Comment by richlv [ 2010 Jul 16 ]

works as expected in 1.8 branch rev 13304.





[ZBX-2700] Update for czech translation Created: 2010 Jul 15  Updated: 2017 May 30  Resolved: 2010 Jul 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Jakub Kalas Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File cs_cz.inc.php    

 Description   

updated translation for branch 1.8, rev 13298

is there any way to get to know when the next version should be released? It is hard to always check for changes in strings and worrying that translation won't be finished in time. Some "string freeze" would be very usefull also. That would give translators a window for working with some deadline. It would be pitty to release a stable version with some basic strings used in main GUI untranslated (i thought basic gui strings won't change, but they do).

I could not find any info, but if there are any guidelines on the above mentioned poits, please tell me where I could find it.



 Comments   
Comment by Oleksii Zagorskyi [ 2010 Jul 15 ]

Jakub, add your self into list of translators http://www.zabbix.com/wiki/contrib/contributing
.... "Currently, Zabbix does not have official string freeze policy, but i also think that some "string freeze" would be very usefull."
Do not worry about untranslated some strings for release - its normal.
And developers is time to change "string freeze" policy. I talked about this several times already

Comment by Jakub Kalas [ 2010 Jul 15 ]

Thanks for info, Oleksiy, I will sign in to that list. I must have overlooked it when reading that page.

Comment by richlv [ 2010 Jul 24 ]

thanks, committed





[ZBX-2652] mass update inventory (profile) Created: 2010 Jul 05  Updated: 2017 May 30  Resolved: 2010 Jul 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Vitaly Zhuravlev Assignee: Alexei Vladishev
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: JPEG File screenshot-1.jpg    
Issue Links:
Duplicate
duplicates ZBX-2413 Host mass update doesn't work in some... Closed

 Description   

Mass updating would be useful in case of fields Contact, Location, etc,



 Comments   
Comment by richlv [ 2010 Jul 05 ]

hmm. mass update hosts, click checkbox next to "Use profile", click the other checkbox, then mark whatever detail you want to update ?

layout of detail checkboxes is bad, but functionality should be there.

Comment by Vitaly Zhuravlev [ 2010 Jul 05 ]

problem is, it gives me error when 'Use Profile is ticked'
Tried Firefox 3.5 and IE 8
Thought that it hadn't been implemented... Move it to issues then?
Zbx 1.8.2

Comment by Vitaly Zhuravlev [ 2010 Jul 05 ]

Doesn't work for me, so bug maybe

Comment by richlv [ 2010 Jul 06 ]

in that case it's duplicate





[ZBX-2571] templates in host/template list not sorted Created: 2010 Jun 18  Updated: 2017 May 30  Resolved: 2010 Jun 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

templates that are displayed in host/template configuration list are not sorted. they should be sorted alphabetically.
first level and second level (in parenthesis) should be sorted separately, of course



 Comments   
Comment by Alexey Fukalov [ 2010 Jun 19 ]

branches/1.8 12961

Comment by richlv [ 2010 Jul 02 ]

confirming the fix in trunk rev 13164.





[ZBX-2720] Name of trigger's host is not displayed in actions conditions Created: 2010 Jul 19  Updated: 2017 May 30  Resolved: 2010 Jul 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jul 19 ]

ZBX-2720

Comment by Alexey Fukalov [ 2010 Jul 19 ]

branches/1.8 13360





[ZBX-2758] "filter" underlined in opera Created: 2010 Jul 26  Updated: 2017 May 30  Resolved: 2010 Jul 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

opera 10.10


Attachments: PNG File underlined_filter.png    

 Description   

"Filter" link to expand/collapse filters is underlined in opera 10.10 - this is especially visible in "dark orange" theme (see the screenshot), but the same problem is in all themes



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 Jul 27 ]

There is some bug in opera, because I can't even fix it (at least by CSS)

update: ok, I managed to fix this, but it's definitely Opera bug.

Comment by Artem Suharev (Inactive) [ 2010 Jul 27 ]

Fixed in 1.8 and trunk

Comment by richlv [ 2010 Jul 27 ]

thanks, confirming the fix in 1.8 branch rev 13653





[ZBX-2092] incorrect line spacing in map labels Created: 2010 Mar 02  Updated: 2017 May 30  Resolved: 2010 May 24

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File map_label_spacing.png    

 Description   

see the screenshot. happens both with php 5.2 and 5.3



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 24 ]

svn://svn.zabbix.com/branches/dev/ZBX-2092

Comment by richlv [ 2010 May 24 ]

confirming the fix in dev branch rev 12178.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 24 ]

Bug fixed in version pre 1.8.3 revision 12180





[ZBX-2418] Paging JS error when using DEBUG option Created: 2010 May 11  Updated: 2017 May 30  Resolved: 2010 May 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Maxim Andruhovich (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

XP Pro


Attachments: JPEG File js_debug_bug.JPG    

 Description   

Switch on debug mode, make some action, for example trigger update (should be two or more pages with triggers), see debug output, and than try to switch pges



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 11 ]

see screenshot

Comment by Maxim Andruhovich (Inactive) [ 2010 May 21 ]

svn://svn.zabbix.com/branches/dev/ZBX-2418

Comment by richlv [ 2010 May 24 ]

confirming the fix in dev branch rev 12186.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 24 ]

Bug fixed in version pre 1.8.3 revision 12191





[ZBX-2436] RU translate for trunk Created: 2010 May 16  Updated: 2017 May 30  Resolved: 2010 May 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.4
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ru_ru.inc.php    

 Comments   
Comment by richlv [ 2010 May 20 ]

committed, thanks





[ZBX-2240] When two log files are displayed with Latest data, error appears Created: 2010 Mar 30  Updated: 2017 May 30  Resolved: 2010 Mar 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Mar 30 ]

confirming the fix in dev branch rev 11220.
note that it doesn't say what error, so i'm assuming the one i managed to reproduce - "Undefined index: period"

Comment by Alexey Fukalov [ 2010 Mar 30 ]

branches/1.8 11222





[ZBX-2207] duplicate, different translation strings Created: 2010 Mar 22  Updated: 2017 May 30  Resolved: 2010 Mar 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

en_gb locale has :

'S_ITEM_FUNCTION'=> 'Item / Function',
'S_ITEM_FUNCTION'=> 'Item function',

it should be decided on one, correct string (or another introduced)



 Comments   
Comment by Alexey Fukalov [ 2010 Mar 30 ]

branches/1.8 11228

Comment by richlv [ 2010 Mar 30 ]

confirming the fix in trunk rev 11229.





[ZBX-2472] UA translation file Created: 2010 May 27  Updated: 2017 May 30  Resolved: 2010 May 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last tunk


Attachments: File ua_ua.inc.php    

 Comments   
Comment by richlv [ 2010 May 27 ]

committed, thanks





[ZBX-2201] Make the History more readable especially if the value contains multi-line text and "Type of information" is Log. Also add functionality when "Type of information" is Text (identical to Log). Created: 2010 Mar 21  Updated: 2017 May 30  Resolved: 2010 Aug 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: usability
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File 2201_left_scroll_part.png     PNG File 2201_right_scroll_part.png     PNG File my_offers.PNG    
Issue Links:
Duplicate
is duplicated by ZBX-2373 Log viewer vertical alignment and bor... Closed
is duplicated by ZBX-2339 The height of row is too much with th... Closed

 Description   

?? ??????????? ????????? ????? ??? ??? ????????? ??????? ????? ???????? ???????? ??????? ?????? ?? ??????? ???????????? Windows. ???????? ????? ?????? ???? ? ????????? ???????? ???-?????? ?????. ? ??? ??????, ??? ???? ????? ????? ????????, ? ????? ??? ?? ??????????? ? ?????? ???????? ?? ???????? ??? ? ??????? ? ????? ?????? "Text".
????????? ??????? ???????????? ??? ?? ??? ? ? ?????? ? "Text" (????? - ???, ? ?????-?????? ??? - ?? ???????????). ??????? ??????? ???????????? ? ????????? ?????? ? ???? ?????? ?? ?????? ?? ?????? ?? ??????????.

????? ????? ? ????????????? ??????? ? ????? ?????????? "Log" ???????? ??????????? ???????????????? ?? ??????????, ????????? ? ????????????? ? ??????????? ?????????????? ????????? ????????. ?????? ???????? ? ???????????????? ???????? ??????? ? ?????? ????????? "Log" ? "Text".



 Comments   
Comment by Oleksii Zagorskyi [ 2010 May 11 ]

Thanks for work.
I'm testing a changes and write an opinion today.
This duplicate https://support.zabbix.com/browse/ZBX-2373 must be closed IMHO.

Comment by Oleksii Zagorskyi [ 2010 May 12 ]

Sorry that in Russian, in English it's difficult to explain.
Окно выбора дополнительных елементов (popup.php) с типом Log для отображения нужно сделать шире, так как сейчас после добавления колонок, оно получается очень узкое и не все колонки отображаються. Предлагаю 900 пикс.

При отображении журналов (Log и Text)если в значении ОЧЕНЬ длинное предложение (например около 300-400 и более символов, а такое бывает в журнале Приложения и других), тогда колонка "Значение" становится очень широкой и никак не помещается в монитор (во всех браузерах) так как перенос только по разрыву строки. При этом в браузерах ИЕ, Хром, Сафари (Опера и ФФ исключения) блок фильтра и тайм лайна сьежает сильно право (центрируется по громадной широте) и без горизонтальной прокрутки пользоваться им сложно. Все браузеры - последние.
Наверное решение в том чтобы делать автоматический "перенос строк" в колонке "Значение" согласно текущей ширине браузера.
Также на картинке представлено мое предложение размещения элементов интерфейса и полей. Основная цель - чтобы блок фильра не был таким большим по высоте, а как можно меньше, тем более по по горизонтали свободного места предостаточно.
Где-то встречал на форуме просьбу о возможности сортировки не по колонке Отметка времени (Timestamp) а по колонке Местное время (Local time). Может быть можно по ходу это реализовать?

Comment by Artem Suharev (Inactive) [ 2010 May 24 ]

Implemented.

P.S.

  • Popup window width increased for 120px, Height for 40px.
  • Filter style is same for most screens
  • Log and Text item values showed in history as is.
Comment by Oleksii Zagorskyi [ 2010 May 24 ]

My desktop resolution 1280*960.

I made two screenshots from the same window in the real environment, changing only the horizontal scroll. Do you see how the filter box has a large width. Such behavior in 3 browsers: ІЕ8, Chrome5, Safari4 as i wrote in previous post. This is very bad and work with a timeline is very difficult.
In Opera10 and Firexox3.6 filter box display well.

Errors in the manipulating of items list:
1. Add two or more Items to one existing
2. Select two or more Items simultaneously and remove them
3. Change as any the time on the timeline
4. In the list of Items, you will see that only one was removed, and the others appeared again.

Artem, I thought, and now I agree that the transfer of words in long sentences are not the best solution. You're right.

And not forget to close this duplicate https://support.zabbix.com/browse/ZBX-2373 IMHO.

Comment by Artem Suharev (Inactive) [ 2010 May 25 ]

Filter look improved when long values are present.
The last item can't be removed, same functionality as before with log items.

ZBX-2373 closed. And anyone should refer to this issue.

Comment by Oleksii Zagorskyi [ 2010 May 25 ]

Artem, now filter look GUD in all 5 browsers when long values are present, thanks.
But, about "last item can't be removed" - i did not delete all items. I delete 3 from 4 item for example.
And result:
3. Change as any the time on the timeline
4. In the list of Items, you will see that only one was removed, and the others (from deleted list) appeared again.
Deleted only last items from selected for deleting.
This is problem.

Comment by richlv [ 2010 Jun 03 ]

i can confirm problem 4 with dev branch rev 12507.

have at least 3 log items added;
select two of them, remove them;
change the displayed period in the timeline - all removed items but one come back in the list.

Comment by Artem Suharev (Inactive) [ 2010 Jun 03 ]

Ohh, ok will be fixed soon

Comment by Oleksii Zagorskyi [ 2010 Jun 08 ]

Tested. Now all fine for me.
I think this improvement must be reflected on http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.3

Comment by richlv [ 2010 Jun 10 ]

confirming the fix in dev branch rev 12662 as well.
added to what's new most of these changes.

Comment by Artem Suharev (Inactive) [ 2010 Jun 10 ]

Closing

Comment by Oleksii Zagorskyi [ 2010 Jun 14 ]

using Filter "Hide selected" with some existed text ALWAYS return empty result

Comment by Artem Suharev (Inactive) [ 2010 Jun 17 ]

Fixed.

Comment by Oleksii Zagorskyi [ 2010 Jun 18 ]

Artem, sorry but new problems find
Try write into Search value TWO words separated with space. Filtering work fine with several words, but try to change time-shift and spaces will be replaced to "+" symbol and filter not work.

Second Problem.
I never noticed this before, so this may be an old problem:
why result always limited to 1000 rows? Independently of filtering or time-period or the Item type - always returned no more that 1000 rows.

Wow, https://support.zabbix.com/browse/ZBX-2564 seems the same?

Comment by richlv [ 2010 Jun 18 ]

yep, ZBX-2564 is about "+" appearing in the place of spaces - looks like that is happening in several locations.

limit to 1k is intentional, and you can change it in administration -> general -> gui.

thus nothing left for this issue, closing again.

Comment by Oleksii Zagorskyi [ 2010 Jun 21 ]

richlv, ZBX-2564 already closed, but problem with "+" in history filtering still persist. Reopen again
tested trunk rev 12992.

Comment by Artem Suharev (Inactive) [ 2010 Jun 21 ]

This problem is covered in another issue, refer to ZBX-2564

Comment by richlv [ 2010 Jun 21 ]

unfortunately, ZBX-2564 did not fix the issue with log file filtering - it's ok in web monitoring, but problem in latest data for log file items persists

Comment by richlv [ 2010 Aug 09 ]

tried to reproduce the last problem with log file items, but it seems to work ok for me now. could you please try that ?

Comment by Oleksii Zagorskyi [ 2010 Aug 09 ]

Tested r13888. The problem still is present: changes time-shift replace spaces will "+" symbol into Search value and filter not work.

Comment by Artem Suharev (Inactive) [ 2010 Aug 10 ]

Fixed + problem. In 1.8 and trunk

Comment by Oleksii Zagorskyi [ 2010 Aug 10 ]

Tested trunk r13895. Now all fine. Thanks.





[ZBX-2049] Web interface trying show node for not DM in add screen field Created: 2010 Feb 20  Updated: 2017 May 30  Resolved: 2010 Feb 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3, 1.9.0 (alpha)
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File incorrect_node.png    

 Description   

for graphs, screens. maybe other, not tested



 Comments   
Comment by Alexey Pustovalov [ 2010 Feb 20 ]

my mistake, noticed that modify the source code)





[ZBX-1906] can add multiple identical discovery checks Created: 2010 Feb 01  Updated: 2017 May 30  Resolved: 2010 Apr 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

when adding discovery checks, adding the same check twice is prevented - but this is only matched against last added check.
so if identical checks are alternated, it is possible to add them.
for example, add icmp ping, http, icmp ping, http... and so on.



 Comments   
Comment by richlv [ 2010 Apr 29 ]

confirming the fix in dev branch rev 11795.

Comment by Alexey Fukalov [ 2010 Apr 29 ]

branches/1.8 11796





[ZBX-1501] javascript localization Created: 2009 Dec 10  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Since 1.8 some user interface functions (calendar popup, graph timeline,...) are managed in Javascript instead of PHP.
PHP messages can be localized with macros and 'locales/xx_xx.inc.php'.
It seems that it is not possible to localize javascript messages.



 Comments   
Comment by richlv [ 2009 Dec 10 ]

they can be, at least partially - for example, see js/class.cmap.js, line 1085 :

e_td_4.appendChild(document.createTextNode(locale['S_MAP_ELEMENTS']));

now, that won't work everywhere (or i just can't figure out the syntax) - for example, authentication.php, line 237 ;

$action = "javascript: if(confirm('Switching HTTP authentication will reset all current sessions! Continue?'))

Comment by richlv [ 2010 Jun 17 ]

these should be fixed by now





[ZBX-304] triggers are not updated the same way items are Created: 2008 Feb 07  Updated: 2017 May 30  Resolved: 2011 Feb 03

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

1.4.4.
when a host is linked against a template that has the same items (let's say copied from the same host), existing items are updated so that only linked items stay.
this is not so with triggers, where such an operation leaves two copies if the trigger attached to the host - one from the new template and one old trigger.

it would be better if the operation would work the same with triggers.



 Comments   
Comment by richlv [ 2008 Feb 07 ]

note that this happens only if a template is linked against the host with existing triggers. if a trigger is copied to an already linked template, it is updated correctly (at least it seems so in my tests).

Comment by Alexey Fukalov [ 2011 Feb 03 ]

link template, unlink it, link again, triggers are updated no new ones created





[ZBX-2385] {TRIGGER.EVENTS.UNACK}, {TRIGGER.EVENTS.PROBLEM.UNACK} functionality Created: 2010 Apr 27  Updated: 2017 May 30  Resolved: 2010 Jun 03

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   
{TRIGGER.EVENTS.UNACK}

- it will return number of ALL unacknowledged events for a trigger

{TRIGGER.EVENTS.PROBLEM.UNACK}

- it will return number of unacknowledged PROBLEM events for a trigger



 Comments   
Comment by Alexey Fukalov [ 2010 Apr 27 ]

ZBX-2385-mac_unack

Comment by Alexey Fukalov [ 2010 Apr 28 ]
{TRIGGERS.UNACK}

- all unacknowledged triggers count

{TRIGGERS.PROBLEM.UNACK}

- problem unacknowledged triggers count

Comment by Artem Suharev (Inactive) [ 2010 May 05 ]

In current frontend we can't ack events in OK state, why they counted? or why not counted unknown events?

Other aspects works fine (but slow due to number of unack events, in my test system it's ~ 100k).

Comment by Alexey Fukalov [ 2010 May 06 ]

branches/1.8 11831

Comment by richlv [ 2010 May 28 ]

as pointed out by zalex_ua, documentation has not been updated

Comment by Oleksii Zagorskyi [ 2010 May 31 ]

richlv, Alexei, I think this Improvement should be FULLY reflected at this point
http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.3#other_frontend_improvements

Comment by richlv [ 2010 May 31 ]

this doesn't seem to work as expected (trunk rev 12370).

in maps,

{TRIGGER.EVENTS.UNACK}

seems to expand in total amount of unacknowledged events, and

{TRIGGER.EVENTS.PROBLEM.UNACK}

- to unacknowledged events for the current element, disregarding current trigger state.

instead, first should be limited by map element (trigger, host, hostgroup, map), and second should be both limited by map element, as well as only counting unacknowledged events for triggers that are currently in the problem state.

please see http://www.zabbix.com/documentation/1.8/manual/config/macros#list_of_supported_macros for descriptions - would be nice to doblecheck that both frontend (in map labels) and server (in notifications) follow those definitions, as currently in the manual.

Comment by richlv [ 2010 Jun 02 ]

changes again. instead, existing macros stay the way they are and a new one is introduced :

{TRIGGER.PROBLEM.EVENTS.PROBLEM.UNACK}

- shows amount of unacknowledged events for triggers that are currently in the problem state

Comment by Alexey Fukalov [ 2010 Jun 03 ]

ZBX-2385-new_m
last macro added

Comment by richlv [ 2010 Jun 03 ]

confirming the implementation in dev branch rev 12517.
documentation was missing, but i added it ;P

Comment by Alexey Fukalov [ 2010 Jun 03 ]

branches/1.8 12527
thanks





[ZBX-2345] badly formatted it services header Created: 2010 Apr 20  Updated: 2017 May 30  Resolved: 2010 Jun 03

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File it_services_header.png    

 Description   

it services header is visually different than headers in other locations - no spacing around text, no cell borders



 Comments   
Comment by richlv [ 2010 May 10 ]

can't confirm the fix in dev branch rev 11859 - still no cell borders for the header.

Comment by richlv [ 2010 Jun 02 ]

for the record - new table view looks quite nice, but there's small offset of leading lines for the last element of a branch

Comment by Alexey Fukalov [ 2010 Jun 02 ]

ZBX-2345-it_h
node selection pupup is changed too

Comment by richlv [ 2010 Jun 03 ]

1. in the node popup, header checkbox is not aligned with individual entry checkboxes

2. in monitoring -> it services, Status column gets only text background colour changed if there's some problem, not the whole cell background

3. while we're changing this
have nested it service (both monitoring and configuration), expand both top level and lower level. collapse top level, expand it - lower level still shows "-" icon, but does not show any of the second level entries

Comment by richlv [ 2010 Jun 03 ]

1. opera 10.10 only;
2. to be fixed;
3. split out as ZBX-2501

Comment by richlv [ 2010 Jun 03 ]

confirming the fix in dev branch rev 12534.

Comment by Alexey Fukalov [ 2010 Jun 03 ]

branches/1.8 12535





[ZBX-2347] Incorrect filter in "Events List [Previous 20]" in "Event Details" screen Created: 2010 Apr 20  Updated: 2017 May 30  Resolved: 2010 Apr 23

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: JPEG File Event Details.jpg     JPEG File Events.jpg     JPEG File screenshot-1.jpg    

 Comments   
Comment by Alexander Vladishev [ 2010 Apr 23 ]

Work fine! Please merge to 1.8 and trunk branches.

Comment by Alexey Fukalov [ 2010 Apr 23 ]

branches/1.8 11691





[ZBX-1979] Untranslatable strings on frontend Created: 2010 Feb 10  Updated: 2017 May 30  Resolved: 2010 Apr 13

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Murilo Moreira de Oliveira Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5.4 - Zabbix 1.8.1



 Description   

The strings quoted bellow appear on frontend and they can't be translated (in my case, there are no corresponding entries in pt_br.inc.php file):

  • Show value "throw map" on items configuration page;
  • "Subfilter [affects only filtered data!]" on various pages;
  • "In groups" and "Other groups" on Hosts configuration page. Both strings are formed joining two separated entries in pt_br.inc.php file. In Portuguese, the junction of this separated entries in the "English order" makes the combination a little bit strange;
  • "do" -> button right side of add to group combo-box on items configuration page;
  • "fixed" and "dynamic" strings on time scroll bar (graphs, screens etc).

More one issue. I've translated the entry 'S_NUMERIC_UINT64' (original value in English is 'Numeric (int 64bits)') but this value doesn't appear in information type combo-box on items configuration page; Isn't this value supposed to be showed on that combo-box?



 Comments   
Comment by Alexey Fukalov [ 2010 Apr 01 ]

I think all these entries are translatable, just Portuguese translation isn't full, please look at http://www.zabbix.com/documentation/1.8/manual/web_interface/administration?s[]=translations#locales there is written how to update translations

Comment by Alexey Fukalov [ 2010 Apr 06 ]

i close it. Should you have any question, don't hesitate to reopen issue.

Comment by Murilo Moreira de Oliveira [ 2010 Apr 06 ]

Some strings have been translated, others not:

  • Show value "throw map" on items configuration page -->> OK!
  • "Subfilter [affects only filtered data!]" on various pages -->> OK!
  • "In groups" and "Other groups" on Hosts configuration page. Both strings are formed joining three separated entries in pt_br.inc.php file. In Portuguese, the junction of this separated entries in the "English sequence" makes the combination a little bit strange -->> It is possible to translate, separately, the strings "In" , "Other" and "groups", but in Portuguese the sequence used on the interface for these words makes all the difference. I think that one solution would be to use two different strings instead of these words combination: "In groups" and "Other groups". Then, I could translate the sentences the way I want.
  • "do" -> button right side of add to group combo-box on items configuration page -->> OK!
  • "fixed" and "dynamic" strings on time scroll bar (graphs, screens etc) -->> I've used the English file as base for my translation and all the strings were translated, but the strings "fixed" and "dynamic" on time scroll bar are untranslated yet. What are the entries in locale file that I am supposed to use in order to translate these strings?

More strings untranslatable on interface (1.8.2):

  • "now" on time scroll bar.
  • the strings representing the short names for weeks, months and years on the left upper corner of time scroll bar;
  • the strings representing the days of week and months on the right upper corner of time scroll bar;
  • the combination of "Favourite", "Graphics", "Screens" and "Maps" in the "English sequence" on dashboard produces the same problem reported above ("In groups" and "Other groups").
Comment by Oleksii Zagorskyi [ 2010 Apr 08 ]

"fixed" and "dynamic" translated, but after loading page it display on English (maybe hardcoded). Only after clicking it display on the other language. After REloading page it display on English again.
Revision 11399.

Comment by richlv [ 2010 Apr 14 ]

confirming the fix in dev branch

Comment by Alexey Fukalov [ 2010 Apr 14 ]

branches/1.8 11499





[ZBX-2374] UA translation file Created: 2010 Apr 25  Updated: 2017 May 30  Resolved: 2010 Apr 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ua_ua.inc.php    

 Description   

for last rev. 11691



 Comments   
Comment by richlv [ 2010 Apr 26 ]

committed in revs 11693 and 11694, thanks





[ZBX-2377] Graph legend text is HTML escaped Created: 2010 Apr 26  Updated: 2017 May 30  Resolved: 2010 May 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Tais P. Hansen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Gentoo Linux, Apache/2.2.14, PHP 5.2.12-pl0-gentoo



 Description   

A trigger names containing certain characters are HTML escaped when shown in graph legends.

Ie. I have a trigger named "Table ranges_shadow >10k rows". This is shown as "Table ranges_shadow >10k rows" in graph legend.



 Comments   
Comment by richlv [ 2010 May 12 ]

confirming the fix in trunk rev 11947.





[ZBX-2376] tcp and tcp_perf checks work without port specified Created: 2010 Apr 26  Updated: 2017 May 30  Resolved: 2010 Jun 04

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: None
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-808 ntp service syntax not consistent Closed

 Description   

simple checks tcp and tcp_perf return some data even if no port is specified.
instead, they should turn unsupported to indicate incorrect configuration



 Comments   
Comment by Aleksandrs Saveljevs [ 2010 May 28 ]

Changes:

(1) Removed support for obsolete and undocumented simple checks 'service.ntp' and 'dns'.
(2) Obsoleted 'service.ntp' as a parameter to 'net.tcp.service' and 'net.tcp.service.perf'. Plain 'ntp' should be used instead, but 'service.ntp' is still supported.
(3) Check 'net.tcp.service.perf' did not work before for 'service.ntp'. This is fixed.
(4) Documentation said simple '_perf' checks return milliseconds, but they actually returned (and still do) fractional seconds. This is fixed.
(5) Added 'ldap', 'ldap_perf', 'ntp', and 'ntp_perf' simple checks. Internally, these are transformed into 'net.tcp.service' and 'net.tcp.service.perf', so if we wouldn't want them, it would actually take additional effort to forbid them.

And, of course, the original problem: 'port' parameter for 'tcp' and 'tcp_perf' is now mandatory.

Comment by Aleksandrs Saveljevs [ 2010 Jun 02 ]

Fixed in pre-1.8.3 in r12488.

Comment by Aleksandrs Saveljevs [ 2010 Jun 04 ]

Items net.tcp.service

{.perf}

no longer work when IP is omitted.

Comment by Aleksandrs Saveljevs [ 2010 Jun 04 ]

Fixed in pre-1.8.3 in r12567.

Comment by richlv [ 2010 Jun 04 ]

confirming the second fix in trunk rev 12568





[ZBX-2483] Clicking in dashboard on latest issue doesn't show results Created: 2010 May 29  Updated: 2017 May 30  Resolved: 2010 May 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Maxim Andruhovich (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.8.3


Issue Links:
Duplicate

 Description   

Happens when in the Administration->General->GUI as value for the "Dropdown first entry" parameter is selected value "None"



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 29 ]

svn://svn.zabbix.com/branches/dev/ZBX-2483

Comment by Igor Danoshaites (Inactive) [ 2010 May 31 ]

Confirm the fix, now when going from Monitoring->Dashboard->Last 20 issues to the Monitoring->Latest data report (after right clicking on the "Latest data") in the "Group" filter is selected the first group from the list of linked groups and in the "Host" filter is selected this host.
Can you please merge the changes ?

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

Bug fixed in version pre 1.8.3 revision 12374





[ZBX-2069] Special symbols in labels for trigger in graphs Created: 2010 Feb 24  Updated: 2017 May 30  Resolved: 2010 Apr 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File graphs_symbols.png    

 Description   

in triggers labels in graphs arithmetical symbols (< > = + -) showing not correctly



 Comments   
Comment by richlv [ 2010 Feb 25 ]

can confirm for <>, can't for other symbols

Comment by Alexei Vladishev [ 2010 Feb 25 ]

To be fixed in 1.8.3, maybe earlier.

Comment by Alexey Pustovalov [ 2010 Feb 25 ]

Index: include/triggers.inc.php
===================================================================
— include/triggers.inc.php (revision 10444)
+++ include/triggers.inc.php (working copy)
@@ -1756,9 +1758,11 @@
return expand_trigger_description_by_data($trigger);
}

  • function expand_trigger_description($triggerid){
    + function expand_trigger_description($triggerid,$forgraph = NULL){
    $description=expand_trigger_description_simple($triggerid);
  • $description=htmlspecialchars($description);
    + if (!isset($forgraph)) { + $description=htmlspecialchars($description); + }

    return $description;
    }

Index: include/classes/class.cchart.php
===================================================================
— include/classes/class.cchart.php (revision 10444)
+++ include/classes/class.cchart.php (working copy)
@@ -482,7 +482,7 @@
'skipdraw' => ($val <= $minY || $val >= $maxY),
'y' => $this->sizeY - (($val-$minY) / ($maxY-$minY)) * $this->sizeY + $this->shiftY,
'color' => $color,

  • 'description' => 'trigger: '.expand_trigger_description($trigger['triggerid']),
    + 'description' => 'trigger: '.expand_trigger_description($trigger['triggerid'],1),
    'constant' => '['.$arr[2].' '.$arr[3].$arr[4].']'
    ));
    ++$cnt;
Comment by Maxim Andruhovich (Inactive) [ 2010 Apr 09 ]

Bug is fixed in earlier version. Can't reproduce it in 1.8.2 rev 11408





[ZBX-1885] Translate class.cmap.js Created: 2010 Jan 29  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File class.cmap.js.diff    

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 01 ]

fixed in ZBX-1886





[ZBX-1888] Translate db.inc.php Created: 2010 Jan 29  Updated: 2017 May 30  Resolved: 2010 Apr 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Won't fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File db.inc.diff    

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 01 ]

ZBX-1888-trans

Comment by richlv [ 2010 Apr 01 ]

Use of undefined constant S_ERROR_CONNECTING_TO_DATABASE - assumed 'S_ERROR_CONNECTING_TO_DATABASE'[/usr/local/apache2/htdocs/dev/ZBX-1888-trans/include/db.inc.php:59]

possibly others, please verify (can't test them all )

Comment by Alexei Vladishev [ 2010 Apr 06 ]

It won't be fixed. There is not way to get user locale settings if the database is not available.





[ZBX-1193] Not easy to maintain global (host, template) macros Created: 2009 Nov 04  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexei Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

1.7.1


Issue Links:
Duplicate
is duplicated by ZBX-2404 Usermacro handling Closed
is duplicated by ZBX-2626 values of macros are not simple chang... Closed

 Description   

Please make the following improvements:

  • larger input size for macro name and value (as large as possible)
  • possibility to edit existing macro (otherwise if macro is used and we delete&add it, some server checks will fail)

Thanks.



 Comments   
Comment by richlv [ 2010 Jun 01 ]

dev branch rev 12409.

2. add multiple empty fields, click save (in global macro editing) - empty fields are sorted at the beginning and still displayed (probably should be hidden right away)

3. doesn't seem to be implemented

5. macro block positioning in smaller browser window is incorrect - it leaves an edge on the left hand side and bleeds over to the right hand side.

6. input fields can be selected and deleted. quite funny
although that seems to be somewhat intentional. maybe disable checkbox if there's only single empty field, or similar ?

7. existing global macros in the database are not displayed when first opening global macro list. not sure how to reliably reproduce this, but maybe that provides some hint

Comment by Alexey Fukalov [ 2010 Jun 01 ]

2. macros now sorted only when form is opened.
3. for now works only in chrome, safari
5. fixed
6. left as is
7 fixed

Comment by richlv [ 2010 Jun 01 ]

2. confirming the fix
5. confirming the fix
6. (no easy fix)
7. confirming the fix
8. regression - now gui, housekeeper, working time & other sections are left aligned instead of being centered.

Comment by richlv [ 2010 Jun 01 ]

8. - problem disappeared

Comment by Alexey Fukalov [ 2010 Jun 01 ]

branches/1.8 12421





[ZBX-2011] E-mail with Cyrillic (or other non-English) symbols in subject displayed incorrectly in mail-clients like Created: 2010 Feb 16  Updated: 2017 May 30  Resolved: 2010 May 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Minor
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 3
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Subject formatted in UTF-8 format, but not have necessary syntax like =?UTF-8?Q?[subject]?=
I'm not sure that 100% correctly, but if I specify email subject like =?UTF-8?Q?

{HOSTNAME}

:

{STATUS}

{ITEM.LOG.SOURCE}

?= that work fine and displayed correctly.
I'm not sure that "Q?" in syntax 100% correctly.

Sory for my English



 Comments   
Comment by Dmitry Borovikov [ 2010 Feb 27 ]

Olexiy Zagorskiy,

Все наши письма по-умолчанию отправляются в UTF-8.
Будьте добры, укажите, какие клиенты не понимают наши заголовки и им требуется выше-указанное форматирование.
Кроме того, не могли бы вы ещё раз указать, в чём заключается проблема Заббикса? В том, что он не позволяет в теме "subject" указывать подобный синтаксис?

Comment by Oleksii Zagorskyi [ 2010 Feb 28 ]

Dmitry Borovikov ,

Действительно все символы в теме кодируются в UTF-8 (в том числе и кириллица).
Далее речь идет только о ТЕМЕ письма, а само письмо ВЕЗДЕ нормально.
Описываю отдельно как ТЕМА отображается в списке писем и как уже при просмотре письма.

По умолчанию с почтовыми клиентами ситуация обстоит следующим образом:
В Microsoft Outlook 2007 кириллица отображается нормально везде.
В Outlook Express 6.0 (WinXP) с списке писем отображается НЕкорректно кириллический текст, а вот в окне просмотра письма - корректно.
В Thunderbird 3.0.2 (WinXP) - корректно везде.
В Веб-интерфейсе почтовика MDaemon 10.1.1 - НЕкорректно кириллический текст везде.
На моб. телефоне (Symbian 9.1 Nokia E71) родной клиент - НЕкорректно кириллический текст везде.
На моб. телефоне популярный клиент ProfiMail 3.26 (свежая) - НЕкорректно кириллический текст везде.

Если в настройках ЗАББИКСА указать тему сообщения например вот так =?UTF-8?Q?

{HOSTNAME}

:

{ITEM.LOG.SOURCE}

киррилица?= то получаем следующее:
Microsoft Outlook 2007 - корректно везде.
Outlook Express - корректно везде
Thunderbird - корректно везде, но также отображаются заголовки =?UTF-8?Q? ?=
MDaemon - НЕкорректно кириллический текст везде и также отображаются заголовки =?UTF-8?Q? ?=
Symbian 9.1 - корректно везде.
ProfiMail 3.26 - корректно везде.

Исследовал во всех клиентах чужое письмо, в котором ТЕМА отображается корректно. Так итог - заголовки НУЖНЫ, а сам текст ТЕМЫ нужно кодировать в base64. При этом заголовки должны быть =?UTF-8?B? ?= Обратите внимание при этом на символ "B" а не "Q".

Вот например ссылка где видно как корректно форматировать тему письма:
http://bitprison.net/php_mail_utf-8_subject_and_message

То есть нужно типа так: =?UTF-8?B?base64_encode($subject)?=

Обратите внимание на стандарты и думаю Вы это исправите.

Comment by Dmitry Borovikov [ 2010 Mar 01 ]

Olexiy Zagorskiy,

Большое спасибо за указание на проблему и подробный её анализ.
Мы постараемся в ближайшее время проанализировать работу Zabbix в данном плане и принять соответствуещее решение.

Спасибо за данную ссылку.

Comment by Oleksii Zagorskyi [ 2010 Mar 14 ]

Я так понимаю проблема устранена и потому протестировал сегодня фикс в версии pre-zabbix-1.8.2.x-10776.tar.gz (архив скачан с оф. сайта) и получил тот же отрицательный результат.
Я не очень хорошо разбираюсь в баг-трекерах и потому может неправильно протестировал (не тот источник исходного кода) или поспешил с тестом.
Поэтому открываю опять. Если я не прав, то сильно не ругайте.

p.s. Похоже я сделал неправильное действие. Вместо повторнорного открытия бага я сделал тестирование и теперь опция повторного открытия для меня недоступна. Исправьте пожалуйста. Проблема осталась не закрыта.

Comment by Alexander Vladishev [ 2010 Mar 15 ]

Изменения еще не включены в бранч 1.8, т.к. находятся на стадии тестирования. Ждите статуса "Closed". Спасибо!

Comment by Oleksii Zagorskyi [ 2010 Mar 16 ]

Разобрался с SVN. Взял из репозитария svn://svn.zabbix.com/branches/dev/ZBX-2011-e-mails_follow_standards/ функцию " email.c" ревизии 10768 от 12.03.2010 г.
Скомпилировал, проверил.
Результат:
тема письма сформирована правильно, во всех шести клиентах (о которых я писал выше) и во всех представлениях отображается КОРРЕКТНО.
Проверил еще дополнительно в веб-интерфейсе Gmail - также корректно.
Что делать дальше -решать Вам.

Comment by Alexander Vladishev [ 2010 Mar 17 ]

Спасибо за проведенную Вами работу.
Осталась небольшая проблемка с ограничением размера письма в 16КБ.
На днях решим ее и включим эти изменения в 1.8.

Comment by Dmitry Borovikov [ 2010 Mar 19 ]

Fixed in the pre-1.8.2(revision 10935) and in the trunk(revision 10936).

Since these revisions all e-mails sent by Zabbix do follow 'SMTP/MIME e-mail' format.

Comment by stevec [ 2010 Apr 08 ]

This issue seems to be fixed for mail, but not for sms.

My version of zabbix:

Zabbix Server v1.8.2 (revision 11211) (29 March 2010)
Compilation time: Apr 5 2010 17:35:16

From my paging logs:

Thu Apr 8 12:11:22 2010 using SMS service
Thu Apr 8 12:11:22 2010 <myhost@mydomain>
Thu Apr 8 12:11:22 2010 Subject: =?UTF-8?B?VGVtcGVyYXR1cmUgQWxlcnQ=?=...TemperatureTopFront: PROBLEM: power437: 64 Deg
Thu Apr 8 12:11:22 2010 textmessage n 818[email protected] -f '<paginghost>' < /tmp/qpagetmp

The body of the message is fine. It's just the subject.

Thanks.

Comment by Igor Danoshaites (Inactive) [ 2010 Apr 15 ]

Mail Steve Carpenter:

Well, technically this is mail going to SMS. I have an email alias for my pager. Anyway, I ran a test. I built a clean el5 system and then installed Zabbix 1.8.2. Setup a host (actually it's just a power strip) with an item, trigger, graph, alert, etc. Set the alert to go off and I received the garbled subject as described. I then rebuilt the system with the exact same el5 os and installed Zabbix 1.8.1. I set up the same host, item, trigger, etc., and the page shows up normal (not garbled). Details from the logs:

>>> 220 QuickPage v3.3.http SNPP server ready at Wed Apr 14 19:35:07 2010^M
--> CALLerid <zabbix@mydomain>
>>> 250 Caller ID accepted^M
--> PAGEr steve.carpenter.pgr
>>> 250 Pager ID accepted, message will not be delayed^M
--> DATA
>>> 354 Begin input; end with <CRLF>'.'<CRLF>^M
>>> 250 Message ok^M
--> SEND
Wed Apr 14 19:35:07 2010 page submitted, id=DOCj7990, from=<zabbix@mydomain>
>>> 250 Message DOCj7990 queued for processing^M
Wed Apr 14 19:35:07 2010 processing the page queue
Wed Apr 14 19:35:07 2010 getting job list
Wed Apr 14 19:35:07 2010 pager=steve.carpenter.pgr, pagerid=##########@txt.att.net, service=sms
Wed Apr 14 19:35:07 2010 pending jobs: 1
Wed Apr 14 19:35:07 2010 sending job list
Wed Apr 14 19:35:07 2010 using SMS service
Wed Apr 14 19:35:07 2010 <zabbix@mydomain>
Wed Apr 14 19:35:07 2010 Temperature - VED: PROBLEM: power438: 90 Deg
Wed Apr 14 19:35:07 2010 /home/fahome/sysadm/scripts/textmessage -n ##########@txt.att.net -f '<zabbix@mydomain>' < /tmp/qpagetmp
--> QUIT

Thanks for looking into this. BTW, I'm liking this product.

Steve

Comment by richlv [ 2010 Apr 15 ]

this will have to be improved so that subjects w/o extended characters are passed as-is

Comment by Aleksandrs Saveljevs [ 2010 Jun 02 ]

Fixed in pre-1.8.3 in r12483.

Comment by Oleksii Zagorskyi [ 2011 Jan 01 ]

I was thinking - who is the reporter of a issue #2011?
The result was unexpected.

Happy New ZBX-2011 Year

p.s. it was my first issue for this tracker at all





[ZBX-2319] After each downloads new locale automatically added unnecessary escape characters \ Created: 2010 Apr 15  Updated: 2017 May 30  Resolved: 2010 Jul 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Minor
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

last branch and trunk


Attachments: PNG File translate_error.png    

 Description   

After each download new locale automatically added unnecessary escape characters \ before every " and \\\\ (combination \' this exception)
In result after multiple released and downloads new locale escape characters repeated become very much.

Result example: '????????? ?????? ?????? ??? ???? ??????? ?? ????? \\\\\"???? ????????\\\\\"',



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 May 19 ]

When adding spacial chars there is no need to escape it, it will be done automatically..

Comment by Oleksii Zagorskyi [ 2010 May 19 ]

Artem, maybe I'm doing wrong, but I tested the /branches/dev/zbx-2201/. The problem still remained.

Comment by Artem Suharev (Inactive) [ 2010 May 25 ]

Please, place a screen shot of the screen with values which get unnecessary escaping just prior to save the locale.

Comment by Oleksii Zagorskyi [ 2010 May 27 ]

on screen shot source file 'ua_ua.inc.php' already in format \"Сума графіків\"after one cycle of download and put it to the www-directory.
After this i put it to www-directory again and receive additional symbols \\\"Сума графіків\\\" on translation page.
Unnecessary symbols added on downloading step !!!.

Comment by Artem Suharev (Inactive) [ 2010 May 27 ]

Remove escape characters, or it will be escaped also. All chars that requires escaping will be escaped automatically.

Comment by Oleksii Zagorskyi [ 2010 May 27 ]

Artem, firstly sorry for my English, maybe I somewhere not exactly explain.
Just try to download the English locale, as if creating a new, and looking changed variable 'S_ANOTHER_ITEM_SUM' in the new DOWNLOADED file and you will understand me.
Extra \ characters are added always to " and \ in new file.

Before dowload:
'S_ANOTHER_ITEM_SUM'=> 'Cannot add more than one item with type "Graph sum"',
After dowloaad:
'S_ANOTHER_ITEM_SUM'=> 'Cannot add more than one item with type \"Graph sum\"',

For non-english locale translators this is problem, because we are "updating" the locale file through the GUI to remove the droped string and easily find new string to translate. I do this several times between releases, and I think others do the same. The proof - I have several times seen in the Russian locale a large amount of characters \\\\\. You can ask the DotNeft (russian locale translator). I think he will confirm this.

Sorry, but I re-open request the last time, the more I will not bother.

Comment by richlv [ 2010 May 27 ]

looks like doublequotes are incorrectly populated in the locale screen. if you download locale without manually escaping doublequotes, they are escaped in the resulting file.
if you try to edit a locale with escaped doublequotes, they are escaped already in your editing form. if you do that multiple times, you indeed end up with \\\\\\\\\\"

Comment by Artem Suharev (Inactive) [ 2010 May 27 ]

Fixed directly in 1.8 & trunk

P.S.
Sorry you are right, there was a problem.
Guess made tests with some changes that prevented this issue..

Comment by Oleksii Zagorskyi [ 2010 May 27 ]

guys, I know that I was tired, but new problem:

'S_DOESNT_EXIST'=> 'doesn\'t exist',
after download:
'S_DOESNT_EXIST'=> 'does\'t exist',

now symbol before escape always deleted.

With doublequotes now all fine.
Sorry, again reopen

Comment by Artem Suharev (Inactive) [ 2010 May 28 ]

Missed this one..
Fixed.

Comment by Oleksii Zagorskyi [ 2010 May 28 ]

heh, now all fine.
Thank you for your patience.

Comment by Artem Suharev (Inactive) [ 2010 May 29 ]

Thank You.

Comment by Oleksii Zagorskyi [ 2010 Jun 22 ]

After starting of using escaped symbol ' in START !!!! of strings new problem founded.
for example:

original string:
'S_EXPRESSION_FUNCTION_DOES_NOT_ACCEPTS_PARAMS_ERROR_PART2'=> '\' does not accept parameters.',
'S_CHECK_EXPRESSION_PART_STARTING_FROM_PART2'=> '\'',

after downloading locale through frontend:
S_EXPRESSION_FUNCTION_DOES_NOT_ACCEPTS_PARAMS_ERROR_PART2'=> '' does not accept parameters.',
'S_CHECK_EXPRESSION_PART_STARTING_FROM_PART2'=> ''',

escape symbol for first ' symbol is rejected in result and this is problem.

Is no problems with escaping ' symbol in other position in string.

Comment by richlv [ 2010 Jun 30 ]

i can confirm the problem with initial apostrophe in trunk rev 13109

Comment by richlv [ 2010 Jul 05 ]

confirming the fix in dev branch rev 13186.

Comment by Oleksii Zagorskyi [ 2010 Jul 05 ]

i tested also . now all fine in dev branch rev 13186.

Comment by Artem Suharev (Inactive) [ 2010 Jul 06 ]

Implemented





[ZBX-2366] Zoom factor and time shift (when viewing graphs) gets reset by 30 sec auto reload Created: 2010 Apr 22  Updated: 2024 Mar 04  Resolved: 2010 Aug 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.1, 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Bas van Schaik Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Suppose, I'm looking at a screen with graphs. All graphs show me information from the last week. When I click on a specific graph, I get to see a larger version on a separate page. When I now adjust the zoom factor from 1 week to 1 day, I get to see the details of the last day. However, the page will automatically reload itself after 30 seconds, resetting the zoom factor to 1 week. Any change in the time shift is also reset.

By the way, the auto reload seems a bit superfluous to me when I've shifted time? I wasn't looking at the latest data anyway.



 Comments   
Comment by richlv [ 2010 Aug 25 ]

this seems to be fixed for 1.8.3





[ZBX-2378] "multiple true events" should be changed to "multiple problem events" Created: 2010 Apr 26  Updated: 2017 May 30  Resolved: 2010 Apr 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

"multiple true events" in the trigger configuration should be changed to "multiple problem events", so that it's consistent with event state naming elsewhere



 Comments   
Comment by richlv [ 2010 Apr 26 ]

additionally, "expression" in calculated items should be renamed to "formula" to be less confusing (triggers have expressions)

Comment by richlv [ 2010 Apr 26 ]

r11705 and r11706





[ZBX-2352] Missingg => in en_gb locale Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Apr 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.4
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

'S_N_SMALL', 'n',
should 'S_N_SMALL'=> 'n',



 Comments   
Comment by richlv [ 2010 Apr 21 ]

fixed in revs 11614 and 11615.





[ZBX-2354] RU translate file for rev 11600. Created: 2010 Apr 21  Updated: 2017 May 30  Resolved: 2010 Apr 21

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File ru_ru.inc.php    

 Comments   
Comment by Alexey Pustovalov [ 2010 Apr 21 ]

file replaced:
[14:32:17] <Richlv> DotNeft, also, in latest translated file S_TIMELINE_DATE_FORMAT seems to be empty - could you please check that ?
resolved

Comment by richlv [ 2010 Apr 21 ]

committed





[ZBX-2292] mistaken display in history bar Created: 2010 Apr 08  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Jun Liu Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Ubuntu8.04, Apache2.2, PHP5.3, Zabbix 1.8.2



 Description   

the "latest data" is displayed wrong as 'zabbix' in the history bar in GUI.

the root cause is the missing of quotation around the variable $page['title'] in latest.php line 26.



 Comments   
Comment by richlv [ 2010 Apr 08 ]

additional problems :

2. these files refer to missing translation string S_CHART in their titles :

chart.php
chart2.php
chart3.php
chart4.php
chart5.php
chart6.php
chart7.php
chart_bar.php
chart_sla.php

3. quoting is inconsistent - both double and single quotes are used. should be only one version.

Comment by richlv [ 2010 Apr 28 ]

confirming the fix in trunk rev 11749





[ZBX-2299] When move screen elements, element configuration opens Created: 2010 Apr 09  Updated: 2017 May 30  Resolved: 2010 Apr 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 09 ]

dupe of ZBX-1841

Comment by Alexey Fukalov [ 2010 Apr 12 ]

ZBX-2299-move_graph

Comment by richlv [ 2010 Apr 12 ]

confirming the fix

Comment by Alexey Fukalov [ 2010 Apr 12 ]

branches/1.8 11440





[ZBX-2474] "type" in item config filter reloads the page Created: 2010 May 27  Updated: 2017 May 30  Resolved: 2010 May 31

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Maxim Andruhovich (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBXNEXT-378 "type" in item config filter reloads ... Closed

 Description   

switching type in the item configuration filter reloads the page immediately. instead, it should not do anything until user manually clicks "filter", just like with all the other fields



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 28 ]

svn://svn.zabbix.com/branches/dev/ZBX-2474

Comment by richlv [ 2010 May 31 ]

doesn't work as expected in dev branch rev 12378 - switching "type" does not change visible fields

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

see revision 12383 everything should work fine for Opera as well

Comment by richlv [ 2010 May 31 ]

confirming the fix in dev branch rev 12384.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

Bug fixed in version pre 1.8.3 revision 12386





[ZBX-1886] Translate js.inc.php Created: 2010 Jan 29  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File js.inc.diff    

 Comments   
Comment by richlv [ 2010 Apr 01 ]

seems to work ok in dev branch rev 11279

Comment by Alexey Fukalov [ 2010 Apr 01 ]

branches/1.8 11290





[ZBX-1867] Translate functions.js Created: 2010 Jan 28  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File functions.js.diff    

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 01 ]

fixed in ZBX-1886





[ZBX-1857] can create calculated item with empty expression Created: 2010 Jan 28  Updated: 2017 May 30  Resolved: 2010 Jun 19

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

it is possible to create calculated item with empty expression. that doesn't seem to make much sense and probably should be prevented



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 31 ]

svn://svn.zabbix.com/branches/dev/ZBX-1857

Comment by richlv [ 2010 Jun 01 ]

few more issues in dev branch rev 12403.

1. for ipmi, it does not say "IPMI sensor", but params;

2. snmp items can't be saved at all :
Warning. Incorrect value for [params]

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 01 ]

Is there more bugs (technical, visual etc.) in this form?

Would be great to fix them all at once.

Comment by richlv [ 2010 Jun 01 ]

1. well... multiplier configuration is awful
instead of the dropdown and additional field, there should be a checkbox + a textfield on the same line which would be disabled if checkbox is not marked (same as auto-logout in user profile).

2. "New application" row should have a slightly green background (like "new flexible interval").

3. "Data type" dropdown reloads the form, but i doubt it needs that - if not, would be great to get rid of the reload;

4. set "type of information" to "numeric (unsigned)", enable multiplier. set type of information to character - "Custom multiplier" field is still visible.

should be enough for starters

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 14 ]

Item form processing is updated see branch svn://svn.zabbix.com/branches/dev/ZBX-1857

Alexander, please check that all input data is validated as required by Zabbix Server.

Thanks,
AM.

Comment by richlv [ 2010 Jun 18 ]

dev branch rev 12912.

1. snmp port defaults to 0, should default to 161;
2. default key for calculated is "null" - should be empty;
3. creating telnet item fails : "Warning. Field [authtype] is mandatory".

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 19 ]

please, see revision 12927

Comment by richlv [ 2010 Jun 19 ]

confirming the fix in dev branch rev 12927.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 19 ]

Bug fixed in version pre 1.8.3 revision 12946





[ZBX-1868] Translate gtlc.js Created: 2010 Jan 28  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File gtlc.js.diff    

 Comments   
Comment by Alexey Pustovalov [ 2010 Jan 28 ]

with one bug. if words 'fixed' or 'dynamic' too long... page display incorrect( i don't know how resolve thise bug

Comment by Alexey Fukalov [ 2010 Apr 01 ]

fixed in ZBX-1886





[ZBX-1883] Translate calendar.js Created: 2010 Jan 29  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File calendar.js.diff    

 Comments   
Comment by Alexey Fukalov [ 2010 Apr 01 ]

fixed in ZBX-1886





[ZBX-1416] unsigned integer values displayed with decimal places in latest data Created: 2009 Dec 04  Updated: 2017 May 30  Resolved: 2010 May 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 8513



 Description   

items with data type integer are displayed with two decimal places in latest data page



 Comments   
Comment by richlv [ 2010 May 10 ]

probably got fixed in the meanwhile





[ZBX-1327] Return to incorrect page after mass operation Created: 2009 Nov 24  Updated: 2017 May 30  Resolved: 2010 Jun 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexei Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-1637 Pagination enhancement Closed

 Description   

After a mass operation (activate selected elements, delete, etc) from the second (3rd, 4th, any) page of pager we alway return to the first page, which is not nice.

This affects list of Host Groups and obviously any other configuration pages having mass-operations and paging.



 Comments   
Comment by richlv [ 2010 Mar 26 ]

also happens if we use control links (like enabling/disabling host or item etc)

Comment by Alexey Fukalov [ 2010 May 26 ]

ZBX-1327-start

Comment by richlv [ 2010 Jun 04 ]

confirming the fix in dev branch rev 12554.

Comment by Alexey Fukalov [ 2010 Jun 04 ]

branches/1.8 12557

Comment by richlv [ 2010 Jun 07 ]

similar issue with item configuration subfilter : ZBX-2516

Comment by richlv [ 2010 Jun 15 ]

regression :

have a host with many items linked also to a template with few items. switch to some other page and click on that template name (template should have less pages for items than the currently selected page).

template item list is opened, but it still remembers being on some other page, and no items are displayed. as a result, page status also shows "Displaying 101 to 7 of 7 found"

Comment by Alexey Fukalov [ 2010 Jun 15 ]

branches/1.8 12779

Comment by richlv [ 2010 Jun 15 ]

confirming the fix in 1.8 branch rev 12780.





[ZBX-1529] macro expands to nothing in templates Created: 2009 Dec 14  Updated: 2017 May 30  Resolved: 2010 May 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

if a macro is used in trigger name in template, it expands to the value for the host (in the trigger list), but for the template it expands to nothing (like macro

{ITEM.VALUE}

).

for template, macro itself should be shown.



 Comments   
Comment by richlv [ 2010 May 29 ]

confirming the fix in dev branch rev 12360.

Comment by Alexey Fukalov [ 2010 May 31 ]

branches/1.8 12367





[ZBX-1532] screen name not shown when editing Created: 2009 Dec 15  Updated: 2017 May 30  Resolved: 2010 May 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8, 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

when a screen is edited, its name is not shown anywhere. when working with many screens, this is very inconvenient



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 17 ]

svn://svn.zabbix.com/branches/dev/ZBX-1532

Comment by richlv [ 2010 May 17 ]

confirming the fix in dev branch rev 12038.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 18 ]

Bug fixed in version pre 1.8.3 revision 12051





[ZBX-3134] "maintenance.create" fails to create maintenance Created: 2010 Oct 22  Updated: 2017 May 30  Resolved: 2011 Jun 09

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: API (A)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3, 1.8.5

Type: Incident report Priority: Minor
Reporter: Paul Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Debian Lenny
ZabbixAPI v1.0 php lib


Attachments: File class.cmaintenance.php    

 Description   

"auth":"0000000000000000000000000000","method":"maintenance.create","id":1,"params":{"hosts":[

{"hostid":"10052"}

],"description":"test","active_since":"1286576441","active_till":"1286590656","name":"test","maintenance_type":"0"},"jsonrpc":"2.0"

(with the auth obviously changed)gives an error

[ CMaintenance::create ] At least one host or group should be selected.

10052 definitely exists:

mysql> select hostid,host from hosts where hostid="10052";
-----------------------+

hostid host

-----------------------+

10052 tamarao.tvo.org

-----------------------+
1 row in set (0.00 sec)

Also, I can't seem to specify the maintenance period, is this a feature request or a documentation bug?



 Comments   
Comment by richlv [ 2011 Feb 08 ]

i seem to get the same on trunk
also, example at http://www.zabbix.com/documentation/2.0/manual/appendix/api/maintenance/create shows comma after the only host id - api returns "Invalid JSON. An error occurred on the server while parsing the JSON text." in such a case

Comment by gescheit [ 2011 Apr 25 ]

1.8.5 also affected. Get Error -32500: Application error., [ CMaintenance::create ] At least one host or group should be selected

Comment by gescheit [ 2011 Apr 27 ]

patch for maintenance.create

Comment by Paul [ 2011 Jun 07 ]

I applied the patch, thank you. I tried on both 1.8.3 and 1.8.5 and the maintenance window gets created, but no period is created. I am creating a second issue for this in ZBX-3867.

Comment by Paul [ 2011 Jun 08 ]

I should have specified, this is a blocker. The API call doesn't work at all.

Comment by Alexey Fukalov [ 2011 Jun 09 ]

It seems that api docs had example with error. Correct example is:
"params":[

{ "groupids":[], "hostids":["100100000010229"], "name":"ZABBIX Servers", "maintenance_type":"0", "description":"", "active_since":"1276163035", "active_till":"1307698980" }

]
groups -> groupids, hosts -> hostids, and its not object just arrays of ids.

Comment by Paul [ 2011 Jun 09 ]

I have confirmed this documentation fix applies to 1.8.3 and 1.8.5, I expect it applies to all versions.

ZBX-3867 is still an issue though.





[ZBX-2857] polish status of triggers Created: 2010 Aug 11  Updated: 2017 May 30  Resolved: 2010 Aug 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc4
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File age-for-never.png    
Issue Links:
Duplicate
duplicates ZBX-1760 newly added trigger problems in "stat... Closed

 Description   

(1) We should probably not show age for triggers that have never changed. See age-for-never.png.

(2) "Trigger status" in filter is not remembered. It changes from "Any" to "Problem" when we leave the status of triggers page and then come back.



 Comments   
Comment by richlv [ 2010 Aug 11 ]

#1 is ZBX-1760
#2 is intentional, because otherwise the page might become blocked for users with huge installations (they come to it, set options to all/all/all, and on subsequent returns page never finishes loading)





[ZBX-2251] incorrect percentile value breaks graph preview rendering Created: 2010 Apr 01  Updated: 2017 May 30  Resolved: 2010 May 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

entering incorrect percentile value (for example, 1000), graph preview render breaks.

suggested solution - ignore out of range percentile values for the preview



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 27 ]

svn://svn.zabbix.com/branches/dev/ZBX-2251

Comment by richlv [ 2010 May 27 ]

dev branch rev 12309. graph preview does not perform the same sanity checks as saving does - for example, it allows to set both width and heigth to 99999, then attempts to render such a graph, then a failure image is generated again.

preview should use the same sanity checks as saving.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 29 ]

check now, revision 12360

Comment by richlv [ 2010 Jun 04 ]

confirming the fix in dev branch rev 12547.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 04 ]

Bug fixed in version pre 1.8.3 revision 12560





[ZBX-2432] Error "Invalid argument supplied for foreach()[.../api/classes/class.ctemplate.php:565]" appears in the Zabbix frontend. Created: 2010 May 14  Updated: 2017 May 30  Resolved: 2010 May 25

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Igor Danoshaites (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: JPEG File zbx.JPG    

 Description   

Error "Invalid argument supplied for foreach()[.../api/classes/class.ctemplate.php:565]" appears in the Zabbix frontend when in the Configuration->Hosts reports in the drop-down filter on the right side of the screen select "Templates". Please see screenshot for details.



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 May 25 ]

svn://svn.zabbix.com/branches/dev/ZBX-2432

Comment by Igor Danoshaites (Inactive) [ 2010 May 25 ]

OK, now it is working, please merge the src code.

Comment by Maxim Andruhovich (Inactive) [ 2010 May 25 ]

Bug fixed in version pre 1.8.3 revision 12251





[ZBX-2246] Item with key "logrt" does not have trigger wizard, but item with key "log" has it. Created: 2010 Mar 30  Updated: 2017 May 30  Resolved: 2010 Mar 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Igor Danoshaites (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

Item with key "logrt" does not have trigger wizard, but item with key "log" has it.
This should be implemented also for the "logrt" item as well.



 Comments   
Comment by Maxim Andruhovich (Inactive) [ 2010 Mar 30 ]

svn://svn.zabbix.com/branches/dev/ZBX-2246

Comment by richlv [ 2010 Mar 30 ]

dev branch rev 11236.

creation works, but attempting to edit such a trigger results in lots of errors :

Undefined variable: expression[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:220]
Undefined variable: functionid[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:221]
Undefined variable: functions[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:221]
Undefined variable: expression[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:221]
preg_replace(): Empty regular expression[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:221]
Undefined variable: functionid[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:263]
Undefined variable: functions[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:263]
preg_replace(): Empty regular expression[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:263]
Undefined variable: description[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:282]
Incorrect trigger expression. []
Expression cannot be empty
An item key must be used in trigger expression
Undefined variable: priority[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:397]
Undefined variable: priority[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:398]
Undefined variable: priority[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:399]
Undefined variable: priority[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:400]
Undefined variable: priority[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:401]
Undefined variable: priority[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:402]
Undefined variable: comments[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:406]
Undefined variable: url[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:408]
Undefined variable: status[/usr/local/apache2/htdocs/dev/ZBX-2246/tr_logform.php:410]

Comment by Maxim Andruhovich (Inactive) [ 2010 Mar 30 ]

check now, editing should be fixed

Comment by richlv [ 2010 Mar 30 ]

confirming the fix in dev branch rev 11241.

Comment by Maxim Andruhovich (Inactive) [ 2010 Mar 31 ]

added in version pre 1.8.3 revision 11253





[ZBX-2463] incorrect hosts sort order in dropdowns Created: 2010 May 26  Updated: 2017 May 30  Resolved: 2010 May 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 May 26 ]

branches/1.8 12257





[ZBX-2047] item as "Y axis MAX value" in graph not used in template Created: 2010 Feb 19  Updated: 2017 May 30  Resolved: 2010 May 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.1
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alixen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2202 Setting "Y axis MAX value" to "item" ... Closed
is duplicated by ZBX-2225 Incorrect linkage if templated items ... Closed

 Description   

In a template, I want to setup a graph with:
Y axis MAX value : Fixed 0.000
Y axis MAX value : Item "Template_root_fs:FS Size"
Items : "Template_root_fs:FS used"

When the graph is drawn for an host linked to this template, "FS Size" is not used as Y max. value.
Instead, Y max value seems to be "FS used" maximum value.

If I create the same graph for an host (not a template), it is working fine.
This problem makes this feature almost useless for us since we rely heavily on templates for scalability reason.



 Comments   
Comment by richlv [ 2010 Feb 19 ]

hmm. i was sure this was already reported... by me
but can't find such a report, thus just confirming.

Comment by richlv [ 2010 May 28 ]

this should finally be fixed in 1.8.3





[ZBX-2254] in monitoriing triggers, page update time should be shown Created: 2010 Apr 01  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Apr 01 ]

confirming the change in dev branch rev 11293.

Comment by Alexey Fukalov [ 2010 Apr 01 ]

branches/1.8 11296





[ZBX-2243] Cannot select template in items host filter Created: 2010 Mar 30  Updated: 2017 May 30  Resolved: 2010 Mar 30

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
is duplicated by ZBX-2249 ??????????? ?????? ???????? ??? ?????... Closed

 Comments   
Comment by richlv [ 2010 Mar 30 ]

confirming the fix in dev branch rev 11221.

Comment by Alexey Fukalov [ 2010 Mar 30 ]

branches/1.8 11222





[ZBX-2245] Add functions to triggers function list Created: 2010 Mar 30  Updated: 2017 May 30  Resolved: 2010 Apr 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Minor
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by richlv [ 2010 Mar 31 ]

it is possible to select "count" for nodata function - should not be possible

Comment by richlv [ 2010 Apr 01 ]

now these choices have a dropdown with single entry - "seconds".
"count" function instead has field with simple caption instead of dropdown - nodata should have the same

Comment by richlv [ 2010 Apr 01 ]

confirming the fix in dev branch rev 11286.

Comment by Alexey Fukalov [ 2010 Apr 01 ]

branches/1.8 11287





[ZBX-2650] sub-optimal global macro editing form Created: 2010 Jul 05  Updated: 2017 May 30  Resolved: 2010 Jul 05

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File global_macros.png    

 Description   

see the screenshot. even with small window size global macro editing form still has extra whitespace on the right hand side



 Comments   
Comment by Alexey Fukalov [ 2010 Jul 05 ]

branches/1.8 13182

Comment by richlv [ 2010 Jul 06 ]

confirming the fix in trunk rev 13194. it's still a bit ugly in large window, but at least it properly scales in a smaller one now





[ZBX-2541] in ie6 login and pass fields have different width Created: 2010 Jun 11  Updated: 2017 May 30  Resolved: 2010 Jun 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: Alexey Fukalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Comments   
Comment by Alexey Fukalov [ 2010 Jun 11 ]

branches/1.8 12726





[ZBX-2826] failed guest login attempts Created: 2010 Aug 06  Updated: 2020 Jul 16  Resolved: 2011 Nov 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3rc3
Fix Version/s: 1.8.3

Type: Defect (Security) Priority: Trivial
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: security
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File failed-login-attempt.png    

 Description   

If someone opens the frontend and enters a password for a guest, this failed login attempt will be shown to other browsing guests (see failed-login-attempt.png).

Proposed solutions are either not to log guest login attempts or to let guest in with any password.



 Comments   
Comment by Alexander Sorokin (Inactive) [ 2011 Nov 11 ]

Fixed in 1.8.3rc4

Comment by Alexander Sorokin (Inactive) [ 2011 Nov 11 ]

Fixed in 1.8.3rc4

Comment by richlv [ 2011 Nov 11 ]

reopen to set "fix for" to 1.8.3





[ZBX-2390] typo in helpfile for items of type simple check Created: 2010 Apr 28  Updated: 2017 May 30  Resolved: 2010 Apr 28

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Documentation (D), Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: Rejo Zenger Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File zbx-2390.patch    

 Description   

The helpfile for simple check's has a typo.

Steps to take: 1) add a new item, 2) set type to "simple check" and 3) click on the question mark for the "key". The page "popup.php?dstfrm=web.items.item.php&dstfld1=key&srctbl=help_items&srcfld1=key_&itemtype=3" will be loaded. The entry for "tcp,port" says "[...] the serivce on the port is down [...]". Obviously, this should read "service".



 Comments   
Comment by Rejo Zenger [ 2010 Apr 28 ]

Patch to correct typo.

Comment by richlv [ 2010 Apr 28 ]

this was already fixed back in 2010-04-22





[ZBX-2340] The highlighting color of the row "when mouse over" is almost invisible on LCD monitor. Created: 2010 Apr 20  Updated: 2017 May 30  Resolved: 2010 May 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File table.css.diff    

 Description   

Perhaps on the CRT-monitors highlighting row is visible, but on a normal LSD monitor it is almost invisible.
I propose to increase the "contrast" in the highlighting of rows in the tables.

In the .diff file color I like. Not very dark and not very bright and with well-marked.
I think it should like to all.



 Comments   
Comment by Alexey Fukalov [ 2010 May 07 ]

branches/1.8 11853

Comment by Oleksii Zagorskyi [ 2010 May 07 ]

Alexei Fukalov, thank you for agreeing to change colors.
Maybe use one color highlighter for even and odd rows is better than the use of different colors, I agree with you.
But your light blue I do not like, he faded (IMHO).
Try my yellow "FFFFAA".
It is to some extent come under the menu bar, orange and looks more festive

Comment by Alexey Fukalov [ 2010 May 07 ]

np, thanks for improvement idea
yellow is good, but we already use it for selected rows highlight..

Comment by Oleksii Zagorskyi [ 2010 May 07 ]

Sorry, I did not try to select/deselect.
I decided to experiment.
Try this variant:
tr.selected FFFF77 or even FFFF66
:hover FFFFAA
Looks pretty interesting and logical, organic.
Waiting for your opinion.

Comment by Oleksii Zagorskyi [ 2010 May 25 ]

Alexei Fukalov, please pay attention to my previous post, because the on http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.3#other_frontend_improvements is already written the changes, and this issue has not yet closed.
I think my final offer may be accepted.

Comment by Oleksii Zagorskyi [ 2010 May 25 ]

my suggestion with a "yellow" colors
source file from last trunk.

Comment by Alexey Fukalov [ 2010 May 25 ]

Yes, i did not forget about this issue
We discussed it and compared different colors, but it was decided to leave it as it is now, it's not that pale blue, a little brighter but still blue one.

Both selected and hover yellow colors may be sometimes confusing.

Comment by Oleksii Zagorskyi [ 2010 May 26 ]

Ok, all is well. My job offer and you decide.





[ZBX-2396] extra vertical space below history in the inventory section Created: 2010 Apr 29  Updated: 2017 May 30  Resolved: 2010 Jun 01

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File host_profiles_spacing.png    

 Description   

there's one extra row below history bar in the host profiles - see the screenshot



 Comments   
Comment by richlv [ 2010 Jun 01 ]

probably got fixed along the way





[ZBX-2430] Windows latest data shows disk counters in network section Created: 2010 May 14  Updated: 2017 May 30  Resolved: 2010 Jun 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.8.4

Type: Incident report Priority: Trivial
Reporter: Tom Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Windows (ALL)



 Description   

Windows latest data shows disk counters in network section



 Comments   
Comment by Tom [ 2010 May 14 ]

This is for the Vmware virtual appliance 1.8.2
It stops me using the product as we need to be able to monitor network performance.

Comment by richlv [ 2010 Jun 07 ]

do you mean the fact that items "Average disk read queue length" and "Average disk write queue length" appear in "Network" section in addition to "Filesystem" and "Performance" sections ?

Comment by richlv [ 2010 Jun 07 ]

anyway, if that's the problem, it should be trivial to fix on your end as well - just edit the items. it will be fixed in appliance release 1.8.3 and most likely base zabbix release 1.8.4.





[ZBX-2471] Space symbol must be moved Created: 2010 May 27  Updated: 2017 May 30  Resolved: 2010 May 27

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.3
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: Oleksii Zagorskyi Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

revision 12280


Attachments: PNG File space_need_move.png    

 Description   

'S_CONFIG_NOT_LOGGED_IN_ACCESS_DENIED'=> 'You cannot view this URL as a ',
Space symbol at end of this is line (en_gb locale) must be deleted and added to function where all text combines, because after download locale space at end of line always removed. See screen shot.






[ZBX-2276] dashboard discovery status too high Created: 2010 Apr 06  Updated: 2017 May 30  Resolved: 2010 May 11

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File dashboard_disco_header.png    

 Description   

see the screenshot. header for discovery status widget is higher than all the other headers



 Comments   
Comment by richlv [ 2010 May 12 ]

confirming the fix in dev branch rev 11921.

Comment by Artem Suharev (Inactive) [ 2010 May 12 ]

Implemented





[ZBX-1930] map label whitespace not identical Created: 2010 Feb 04  Updated: 2017 May 30  Resolved: 2010 Jun 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: richlv Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

trunk rev 9866


Attachments: PNG File excessive_whitespace.png     PNG File label_whitespace.png     PNG File line_spacing.png    

 Description   

see the screenshot. whitespace at the top of the label is not the same for all labels.
"Ukraine" has 2 px at the top, "Georgia" - 5.



 Comments   
Comment by richlv [ 2010 Jun 01 ]

for the record, problem still there in trunk rev 12403.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 17 ]

svn://svn.zabbix.com/branches/dev/ZBX-1930

Comment by richlv [ 2010 Jun 17 ]

dev branch rev 12868.

whitespace is now the same... but excessive

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 17 ]

try revision 12873

Comment by richlv [ 2010 Jun 17 ]

for the record, that is revision 12873

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 17 ]

all fixed in revision 12882

Comment by richlv [ 2010 Jun 17 ]

unfortunately, there's a regression with multiline labels in ev branch rev 12887
see the screenshot

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 17 ]

see revision 12894

Comment by richlv [ 2010 Jun 17 ]

confirming the fix in dev branch rev 12895.

Comment by Maxim Andruhovich (Inactive) [ 2010 Jun 18 ]

Bug fixed in version pre 1.8.3 revision 12903





[ZBX-2407] numerous apologies when selecting too many hosts Created: 2010 May 05  Updated: 2017 May 30  Resolved: 2010 Jun 04

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.8.2
Fix Version/s: 1.8.3, 1.9.0 (alpha)

Type: Incident report Priority: Trivial
Reporter: Aleksandrs Saveljevs Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File we-are-sorry.png    

 Description   

Suppose we go to "Configuration" -> "Hosts" to see our 5000 hosts. We click on the checkbox to the left of "Name" column to select all hosts. The frontend apologizes about the maximum number of elements to remember (see attached screenshot). This is a perfectly respectable behavior from Zabbix, except it apologizes multiple times (in this case, 9 times) and selects all hosts anyway.

While we are at it, the message should probably be changed to something like "We are sorry, the maximum possible number of elements to remember has been reached.", so that it is a slightly better English.



 Comments   
Comment by Artem Suharev (Inactive) [ 2010 May 06 ]

Fixed directly in trunk & 1.8

Comment by richlv [ 2010 Jun 03 ]

could you please confirm that it now works as expected for you ?

Comment by Artem Suharev (Inactive) [ 2010 Jun 04 ]

We can select them, but can't remember them on next page, despite that, different browsers have different limits for storing data in cookies.





[ZBX-1092] Aclocal spawns a lot of warnings Created: 2009 Oct 14  Updated: 2017 May 30  Resolved: 2010 Dec 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: Steven Van Ingelgem Assignee: Unassigned
Resolution: Fixed Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux debian 2.6.30-1-686 #1 SMP Sat Aug 15 19:11:58 UTC 2009 i686 GNU/Linux


Attachments: Text File libunixodbc.patch    
Issue Links:
Duplicate
is duplicated by ZBX-2563 newer versions of autotools give warn... Closed

 Description   

A lot of those warnings are spawned on my system:

configure.in:993: warning: AC_CACHE_VAL(libunixodbc_usable, ...): suspicious cache-id, must contain _cv to be cached
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
m4/libunixodbc.m4:20: LIBUNIXODBC_CHECK_CONFIG is expanded from...
configure.in:993: the top level

The fix is trivial, change in m4/libunixodbc.m4 every (5) _libunixodbc_usable to _cv_libunixodbc_usable.

Grtz,
Steven



 Comments   
Comment by Steven Van Ingelgem [ 2009 Oct 15 ]

Patch against latest SVN trunk to resolve those warnings

Comment by Steven Van Ingelgem [ 2009 Oct 15 ]

steven@debian:~/zabbix$ aclocal --version
aclocal (GNU automake) 1.11
steven@debian:~/zabbix$ automake --version
automake (GNU automake) 1.11
steven@debian:~/zabbix$ autoconf --version
autoconf (GNU Autoconf) 2.64

I get this warnings with:
rm -rf aclocal.m4 autom4te.cache/ && aclocal -I m4 && autoconf && autoheader && automake -a && automake

Comment by Aleksandrs Saveljevs [ 2010 Dec 29 ]

Already fixed in Zabbix 1.8.3 under ZBX-2563.





[ZBX-3893] monitor mysql by odbc, is it a bug? Created: 2011 Jun 17  Updated: 2017 May 30  Resolved: 2012 Sep 07

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: None
Fix Version/s: 1.8.3

Type: Incident report Priority: Trivial
Reporter: sunzhigang Assignee: Unassigned
Resolution: Incomplete Votes: 0
Labels: odbc
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

fc6,
zabbix-1.8.2
monitor mysql


Attachments: Text File zabbix_server.log    

 Description   

When I am monitoring mysql by odbc, one child process died(PID:21280),Exiting ....
My zabbix_server.log:
21280:20110617:114015.773 In get_values()
21280:20110617:114015.773 In DCinit_nextchecks()
21280:20110617:114015.773 In DCconfig_get_poller_items() poller_type:0 poller_num:0
21280:20110617:114015.773 End of DCconfig_get_poller_items():1
21280:20110617:114015.773 In substitute_simple_macros (data:'db.odbc.select[mysql]')
21280:20110617:114015.773 In get_value() key:'db.odbc.select[mysql]'
21280:20110617:114015.773 In database monitor: db.odbc.select[mysql]
21280:20110617:114015.773 ODBC connect [mysql] [nagios]
21280:20110617:114015.801 ODBC select [show status like 'Aborted_clients';]
21280:20110617:114015.802 selected 0 cols
21280:20110617:114015.802 ODBC fetch
21276:20110617:114015.803 One child process died (PID:21280). Exiting ...
21276:20110617:114017.821 Connect to the database
21276:20110617:114017.821 Query [txnlev:0] [SET CHARACTER SET GB2312]
21276:20110617:114017.821 In free_database_cache()
21276:20110617:114017.821 In DCsync_all()
21276:20110617:114017.821 In DCsync_history(history_first:0 history_num:0)



 Comments   
Comment by richlv [ 2011 Jun 17 ]

what's the zabbix backend database (mysql) ? can you try with 1.8.5 and attach the produced backtrace ?

i'm a bit puzzled about "SET CHARACTER SET GB2312" part...

Comment by richlv [ 2011 Aug 29 ]

if the problem is still reproducible, please attach output from zabbix 1.8.6

Comment by Alexei Vladishev [ 2012 Sep 06 ]

We need more details, I am closing it.





Generated at Sat May 11 06:18:15 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.