https://github.com/destan0098/detectstorage
Detect Memory Storage ( Flash Memory ) and if in allow list or not send to zabbix server with zabbix agent in golang
https://github.com/destan0098/detectstorage
golang zabbix zabbix-agent
Last synced: 8 months ago
JSON representation
Detect Memory Storage ( Flash Memory ) and if in allow list or not send to zabbix server with zabbix agent in golang
- Host: GitHub
- URL: https://github.com/destan0098/detectstorage
- Owner: destan0098
- License: mit
- Created: 2025-01-06T08:03:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T04:49:11.000Z (over 1 year ago)
- Last Synced: 2025-02-24T12:19:31.029Z (over 1 year ago)
- Topics: golang, zabbix, zabbix-agent
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check Mass storage and send to zabbix server

## Description
This Tool Check Mass storage and send to zabbix server
## Table of Contents
- [Usage](#usage)
## Usage
To Run make build file
```
go build detectstorage.go
```
and add to zabbix_agentd.conf file like
```
for linux
UserParameter=usb.status,~/GolandProjects/memorydetect/usb_monitor
for widows
UserParameter=usb.status,c:\zabbix\usb_monitor.exe
```
add item to host in zabbix server with usb.status tag
---
## Features
Check Mass storage and send to zabbix server