Ad Widget

Collapse

/usr/lib/zabbix/externalscripts/zbxwmi: [2] No such file or directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EmmBee
    Junior Member
    • Jan 2019
    • 23

    #1

    /usr/lib/zabbix/externalscripts/zbxwmi: [2] No such file or directory

    Hello,
    i have a problem, i tried to use python script + template from github https://github.com/13hakta/zbxwmi for reading microsoft servers data by WMI.
    I stucked on some problem now, as you can see in attachment script item is returning error: " /usr/lib/zabbix/externalscripts/zbxwmi: [2] No such file or directory " .

    What can be wrong do you have some experiences with this?
    Attached Files
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Have you placed zbxwmi in the /usr/lib/zabbix/externalscripts directory? Please check the procedure written in README.md again.

    Comment


    • EmmBee
      EmmBee commented
      Editing a comment
      Yes path is correct, file is there.

    • Atsushi
      Atsushi commented
      Editing a comment
      Did you check the permissions of the file?
      Please show the execution result of the following command.

      # ls -l /usr/lib/zabbix/externalscripts/zbxwmi

    • EmmBee
      EmmBee commented
      Editing a comment
      root@srv-zabbix:/# ls -l /usr/lib/zabbix/externalscripts/zbxwmi
      -rwxr-xr-- 1 zabbix zabbix 6448 Ășno 15 07:59 /usr/lib/zabbix/externalscripts/zbxwmi
Working...