Ad Widget

Collapse

Solaris: Under which user will Zabbix Perform own Checks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DavidK
    Junior Member
    • Jul 2009
    • 3

    #1

    Solaris: Under which user will Zabbix Perform own Checks

    Hi,

    i've wrote an script that parses all necessary informations about different SUN Hardwareplatforms from the prtdiag command. The command is executable via sudo for the zabbix User without password. But it seems that the zabbix Agent run the Checks as a different User.
    Can anyone tell me which user runs the own checks?

    Greetings
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    the command should be run as zabbix user, at least for any reasonably recent version.
    why do you think it is run as a different user ?
    remember that zabbix agents do not preserve environment, so you would have to do that yourself.
    Zabbix 3.0 Network Monitoring book

    Comment

    • DavidK
      Junior Member
      • Jul 2009
      • 3

      #3
      Hi
      sorry for the dump question, i do a zabbix check which tells me the output from "id", so i c that it runs under the zabbix user.

      So it was only a simple error in the perl code - now everything works

      thx anyway

      Comment

      Working...