Ad Widget

Collapse

User permissions to template items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • just2blue4u
    Senior Member
    • Apr 2006
    • 347

    #1

    User permissions to template items

    I have to configure a user who must not see specific items of all host. For example he mustn't see the temperature of the CPUs. I could set every item id to "hide", but because of the amount of hosts it whould be easier to set the template-item id to "hide". But this doesn't work.

    Am i forced to set every single item to "hide", or is there another way?


    thx!
    Big ZABBIX is watching you!
    (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)
  • just2blue4u
    Senior Member
    • Apr 2006
    • 347

    #2
    Now i have forbidden everything and only allowed some of the specific hosts / items / graphs by ID.

    Is there a way to give / take the user rights for multiple hosts or am i forced to set every single host, item and graph id?

    Please, is there someone who can help me?
    I don't want to go through every host/item/graph
    Last edited by just2blue4u; 12-05-2006, 11:23.
    Big ZABBIX is watching you!
    (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

    Comment

    • just2blue4u
      Senior Member
      • Apr 2006
      • 347

      #3
      after some database-study on a test system i added permissions directly into DB by using this SQLs:

      INSERT INTO `rights` (`userid`, `name`, `permission`, `id`) VALUES ('2', 'Host', 'R', '10008 ');
      INSERT INTO `rights` (`userid`, `name`, `permission`, `id`) VALUES ('2', 'Item', 'R', '17892 ');

      this seems to work so far. I'm watching zabbix' reaction in the next hours. If everything keeps fine, i'll use that statements for the real system...
      Big ZABBIX is watching you!
      (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

      Comment

      Working...