Ad Widget

Collapse

Sort User groups

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mpasha06
    Junior Member
    • Jan 2014
    • 15

    #1

    Sort User groups

    Hi,

    I am using MySQL workbench to pull data from zabbix database.

    I have pulled out the host group details by using below sql command

    select groupid,name from zabbix.groups;

    the above command sorted the hostgroups, the same way I was trying to pull the user groups. but getting error.

    Could you please anyone provide the how to pull user groulps details from zabbix SQL database.

    Thanks.
  • coreychristian
    Senior Member
    Zabbix Certified Specialist
    • Jun 2012
    • 159

    #2
    Sorry if I am missing something, but are you just looking for the following?

    select * from zabbix.usrgrp;

    Comment

    • mpasha06
      Junior Member
      • Jan 2014
      • 15

      #3
      yes, its working fine.Thanks you.

      Can we pull data that, which user group are associated with which host group.?

      I meen,
      user group --> associated --> host group

      Comment

      Working...