Ad Widget

Collapse

Filter "From Node Like" returning errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pdvorak75
    Junior Member
    • Jul 2008
    • 4

    #1

    Filter "From Node Like" returning errors

    I've got zabbiz 1.6.1 installed with a master node and child node. I'd like to be able to use the configuration->Items option to configure the items for all nodes, not just the Current node I am on. I thought I would be able to achieve this by using the "From Node Like" filter on the advanced filter page to select all nodes, but when I try to select the nodes, I get the following error:
    NODES (zabbix1)
    Name
    No nodes defined

    * Error in query [SELECT DISTINCT * from nodes where nodeid in (Array)] [Unknown column 'Array' in 'where clause']
    * mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource[/etc/zabbix/db.inc.php:519]

    Does anyone else get this error? Is there another way to propogate changes to all nodes, or do they have to be done on a per node basis?
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Confirming problem. Registered as ZBX-629. Fixed.
    Zabbix | ex GUI developer

    Comment

    • pdvorak75
      Junior Member
      • Jul 2008
      • 4

      #3
      Is there any way for me to get a patch for this? What I am really wanting to do is have a way to either select all items in all nodes and do a mass update, or have a way to propogate changes from the master node templates to the child node templates. Is there a better way to accomplish that?

      I though about editing the template on the master node, then export the template and import the template on the child node? Not sure if that would be a good solution, or if it would get too tedious with small changes...It would be nice if there was a way to 'replicate' templates to child nodes.
      Last edited by pdvorak75; 16-12-2008, 18:33.

      Comment

      Working...