Skip to content

sansaoipb/zabbix-windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zabbix-windows

Windows Zabbix scripts

A collection of Zabbix scripts for Windows. the goal is to get information out of Windows into zabbix so it can be used for monitoring.

INDEX
installation :: how to install the plugins
zbx-softwareinventory :: collect software inventory from windows into zabbix.
zabbix_win32printer :: Collects all printers that are installed on the print server (pages printed etc.)
zabbix_win32process :: monitor all windows processes.
zbx-win32filesCreated :: checks if there is a file created in a folder.
Installation:

install the Zabbix Agent for windows.

place the zbx-softwareinventory.vbs in the Zabbix agents folder (for example "C:\scripts\zabbix\exe\zbx-softwareinventory.vbs")

copy the zabbix_softwareinventory.conf in the Zabbix agents folder (for example "C:\scripts\zabbix\conf\zabbix_softwareinventory.conf")

edit your Zabbix agent conf file and search for the Option: Include and add the following line (as example)

Include=C:\scripts\zabbix\conf\zabbix_softwareinventory.conf

restart your agent

import the XML file into zabbix ( zbx-softwareinventory.xml )

more to come :)

About

Windows Zabbix scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 100.0%