Discover Packages
github.com/skoona/ggapcmon
command
module
Version:
v0.10.0
Opens a new window with list of versions in this module.
Published: Jul 25, 2023
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
ggApcMon
A go refactor of gapcmon from source forge, originally written in C/Gtk2.
Project Layout
Enable debug logging via environment var: export GAPC_DEBUG="true"
├── LICENSE
├── README.md
├── bin
│ └── ggapcmon
├── cmd
│ ├── cli
│ │ └── main.go
│ └── gui
│ └── main.go
├── docs
├── go.mod
└── internal
├── entities
│ └── apchosts.go
├── interfaces
│ ├── apcprovider.go
│ ├── provider.go
│ ├── service.go
│ └── viewprovider.go
├── providers
│ ├── apcprovider.go
│ └── viewprovider.go
├── services
│ └── service.go
└── ui
├── monitor.go
└── settings.go
Contributing
Fork it
Create your feature branch (git checkout -b my-new-feature
)
Commit your changes (git commit -am 'Add some feature'
)
Push to the branch (git push origin my-new-feature
)
Create a new Pull Request
LICENSE
The application is available as open source under the terms of the MIT License .
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
providers
ApcProvider Connects to an APC Host and provides slices of the Events and Status topics on a period cycle declared in the host mopdel as network sampling period.
ApcProvider Connects to an APC Host and provides slices of the Events and Status topics on a period cycle declared in the host mopdel as network sampling period.
Click to show internal directories.
Click to hide internal directories.