An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Check Mass storage and send to zabbix server
![Static Badge](https://img.shields.io/badge/Go-100%25-brightgreen)
## 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