Skip to content

rebeccajae/statusreport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statusreport

A Go system information thing

I wrote this after seeing usgc-machine-report and wanted a sorta cross-platform version of it. I really liked the styling of it, but I have a bunch of different machines with different architectures and configurations.

I needed some level of cross-platform, and I used Go because it lets me compile static binaries for whatever system from my laptop. No mucking with dependencies.

Adding more collectors

You can add an additional collectors in collectors/. Just implement the StatusCollector interface, and register it in NewCollectorLibrary. The output calculates dimensions based on what is actually provided by collectors.

About

A machine report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages