al-ign / ZBXWMI3

A port of ZBXWMI to Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install instructions

Download all files, except wmic, to the /usr/lib/zabbix/externalscripts

apt-get install python3-pip
python3 -m pip install --upgrade pip
python3 -m pip install setuptools
python3 -m pip install -r requirements.txt
chmod +x zbxwmi*

Copy wmic (or build it yourself) to the $PATH and make it executable. This copy was compiled on a Zabbix Appliance 4.2 (Ubuntu 16).

If you moved your externalscripts directory check every script and update the path.

About

A port of ZBXWMI to Python3


Languages

Language:Python 94.2%Language:Shell 5.8%