I'm happy to announce that I've created a project to extenting the Zabbix discovery called zbxlld.
History
Links
- How-to install and manual: https://github.com/skarllot/zbxlld/wiki
- Development page: https://github.com/skarllot/zbxlld
Any feedback is welcome.
History
- 2014-02-07: v0.6.1
- Fixed exception when tries to read PerfMon duplicated keys (Thanks to aib).
- 2013-05-29: v0.6
- New feature offers macro suffix to allow duplicated discovery.
- 2013-05-02: v0.5.1
- Fixed compatibility to Windows XP.
- 2013-05-02: v0.5
- Added {#FSPERFMON} macro that returns Performance Monitor instance name.
- Modified {#FSCAPTION} to return 6 characters from GUID instead of 4.
- 2013-04-28: v0.4
- Tidied "drive.discovery" filters to meaningful names.
- Now fixed volumes are divided into three categories: folder mounted, letter mounted and unmounted.
- Fixed {#FSNAME} to return full original name, no replaces or trims.
- Added {#FSCAPTION} macro that returns friendly display name.
- Fixed JSON output to not print comma after last item.
- Fixed JSON output to escape all backslashes and double quotation marks.
- Fixed exception to print null volume label.
- 2013-04-26: v0.3
The highlights are:
- Option "drive.discovery.fixed" now returns volumes without letters too (folder mounted volumes).
- New option to return folder mounted volumes.
- New option to return volumes with assigned letter.
- New option to return volumes with page file.
- New option to return volumes without page file.
- 2013-01-04: v0.2
The highlights are:
- New service discovery feature.
- 2012-12-21: v0.1
The highlights are:
- Allow multiple discovery to the same key.
- Discovery keys returns only useful data.
- Discovery returns drive label.
- Discovery returns network interface friendly name.
- I'ts GPL 3.
Links
- How-to install and manual: https://github.com/skarllot/zbxlld/wiki
- Development page: https://github.com/skarllot/zbxlld
Any feedback is welcome.
, and I would like to distinguish the disk/volume based on Label.


Comment