https://github.com/gazercloud/gazernode
Monitoring application
https://github.com/gazercloud/gazernode
arduino monitoring processes
Last synced: 2 months ago
JSON representation
Monitoring application
- Host: GitHub
- URL: https://github.com/gazercloud/gazernode
- Owner: gazercloud
- License: mit
- Created: 2021-02-16T14:10:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T18:13:20.000Z (about 4 years ago)
- Last Synced: 2025-10-23T18:46:52.848Z (6 months ago)
- Topics: arduino, monitoring, processes
- Language: Go
- Homepage: https://gazer.cloud
- Size: 18.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GazerNode
This is a small and simple application that runs as a Windows service to record metrics several times per second. Metrics can be very different. For example, memory usage by a process or ping to a host. The application does not require a DBMS. The data is stored in an open binary format. Data viewing is possible in the form of graphs of the history of changes and in tables of current values. The configuration setting is done without editing the config files - everything is available directly in the UI application.
# Unit types
## File system sensors
- File Content
- File Size
## General sensors
- CGI
- CGI Key=Value
- HHGTTG
## Network sensors
- Ping
- TCP Connect
## Serial Port sensors
- Serial Port Key=Value
## Windows sensors
- Windows Memory
- Windows Process
- Windows Networks