Registry / observability / lightningnetwork-lnd-healthcheck

lightningnetwork-lnd-healthcheck

JSON →
library1.2.6gogounverified

Health check package for LND (Lightning Network Daemon).

go get github.com/lightningnetwork/lnd/healthcheck
INSTALL
IMPORT
SIG · LIGHTNINGNETWORK-L
L
lightningnetwork-lnd-healthcheck
observabilitygov1.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

healthcheck
github.com/lightningnetwork/lnd/healthcheck

Create a new health check server for LND.

package main import ( "fmt" "github.com/lightningnetwork/lnd/healthcheck" ) func main() { config := &healthcheck.Config{} server, err := healthcheck.New(config) if err != nil { panic(err) } fmt.Println(server) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Resources
lightningnetwork-lnd-healthcheck — go get lightningnetwork-lnd-healthcheck · libregistry