Categorygithub.com/transacid/switch-scraper
modulepackage
0.0.18
Repository: https://github.com/transacid/switch-scraper.git
Documentation: pkg.go.dev

# README

NETGEAR switch metrics scrapper

About

this is a foolish attempt to get metrics out of a managed netgear switch. I have tested it with my GS108Ev3.

[!CAUTION] there is no guarantee that this will work with your switch.

Since netgear does not provide an API it basically is webscraping from the port-monitor page. The scraper logs itself in and uses the returned cookie to continue scraping.

Known bugs

this whole construct is super fragile, sometimes the switch doesn't play nice and you get "banned" for around 5 minutes. it often continues.

Usage

the scraper expects two ENV variables:

KeyValue
REMOTE_IPthis is the IP of the switch
PASSWORDthe password used to authenticate against the webUI
PORTthe hostPort the scraper should listen on
LOCATIONwhere your switch is physically located

the prometheus endpoint is at :<PORT>/metrics.

Finally

No guarantees, no warranty, no nothing. You are on your own. If you have suggestions I'm happy for pull requests. It may take a super long time till I respond. Please don't file issues, I do this in my spare time. Feel free to fork :)

No Maintenance Intended

# Functions

No description provided by the author

# Structs

No description provided by the author