Ad Widget

Collapse

UserParameters in 1.1b3 not being recorded in the history table.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pdwalker
    Senior Member
    • Dec 2005
    • 166

    #1

    UserParameters in 1.1b3 not being recorded in the history table.

    In 1.1b2, I had the following user parameter configured in the zabbix server configuration file which worked perfectly.

    Code:
    UserParameter=mysql[questions],mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
    In 1.1b3 the format has changed to
    Code:
    UserParameter=mysql.questions,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
    What I noticed in 1.1b3 is that when I changed the store value from "as is" to "delta, simple change" the UI stopped reporting values.

    When I looked into the database (select * from history where itemid = <id of that rule> I noticed that there were no values in the history table. Further checking showed that none of the user parameters were being stored in the history table.

    Does anyone know where in the code that the user definable parameters are collected and saved into the database so I can track down why it no longer works in 1.1b3?

    Thanks.
  • rdg
    Junior Member
    • Jun 2005
    • 20

    #2
    Hi,

    I've noticed a similar problem with "delta" as described in the thread http://www.zabbix.com/forum/showthread.php?t=1662

    This problem was reported in beta2 and I just tested it in beta4 and the problem remains.

    Thanks

    /R

    Comment

    • pdwalker
      Senior Member
      • Dec 2005
      • 166

      #3
      The problem I had only appeared in 1.1b3. The capture and storage of UserParm data worked fine in 1.1b2.

      Comment

      • pdwalker
        Senior Member
        • Dec 2005
        • 166

        #4
        It appears to be fixed in 1.1b4.

        (data is showing up and being recorded..yeah!)

        Thanks.

        Comment

        Working...