Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarllot/zbxlld
Provides additional discovery features to Zabbix-Agent
https://github.com/skarllot/zbxlld
disk network services windows wmi zabbix
Last synced: 21 days ago
JSON representation
Provides additional discovery features to Zabbix-Agent
- Host: GitHub
- URL: https://github.com/skarllot/zbxlld
- Owner: skarllot
- License: gpl-3.0
- Created: 2012-12-21T18:10:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T19:10:55.000Z (3 months ago)
- Last Synced: 2024-10-21T09:56:15.776Z (3 months ago)
- Topics: disk, network, services, windows, wmi, zabbix
- Language: C#
- Homepage: http://fgodoy.me/zbxlld/
- Size: 346 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ZBXLLD
_ZBXLLD provides additional discovery features to Zabbix agent._
[![Build status](https://github.com/skarllot/zbxlld/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/skarllot/zbxlld/actions)
[![GitHub Release](https://img.shields.io/github/v/release/skarllot/zbxlld)](https://github.com/skarllot/zbxlld/releases)
[![GitHub license](https://img.shields.io/badge/license-GPL%203.0-blue.svg?style=flat)](https://raw.githubusercontent.com/skarllot/zbxlld/master/LICENSE)
## Documentation
For deeper detail of available features, be sure also to check out [Documentation Page](https://fgodoy.me/zbxlld/).## Installation
- Compile or download from latest [release](https://github.com/skarllot/zbxlld/releases).
- Copy "zbxlld-win.exe" to Zabbix agent directory (eg: C:\Zabbix\bin).
- Add the following line to zabbix_agentd.conf:
```ini
UserParameter=zbxlld[*],C:\Zabbix\bin\zbxlld-win.exe $1 $2 $3
```- Restart the Zabbix agent if is already started.
- Read [documentation](https://fgodoy.me/zbxlld/) for further instructions.
## Contributing
If something is not working for you or if you think that the source file
should change, feel free to create an issue or Pull Request.
I will be happy to discuss and potentially integrate your ideas!## License
This library is licensed under the [GPL 3.0 License](./LICENSE).