Skip to content

Commit

Permalink
Update README.md title and links (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 authored Dec 15, 2022
1 parent 82b6447 commit bcfc084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# amazeeio-facts-audit
# Lagoon Facts App

This application is run as part of the bootstrapping process of the Lagoon CLI pods.
It is used to gather facts about the running environment and push them back up to the Lagoon Insights system.
Expand Down Expand Up @@ -26,8 +26,8 @@ The application is written in Go (GoLang), for more information about setting th

As mentioned above, creating a new gatherer is fairly simple.

Look at the requirements of the [`Gatherer` interface](https://github.com/bomoko/amazeeio-facts-audit/blob/main/gatherers/defs.go#L14) and implement the `AppliesToEnvironment` and `GatherFacts` functions on a new structure.
Then register the new gatherer by calling `RegisterGatherer` (for example, [here](https://github.com/bomoko/amazeeio-facts-audit/blob/main/gatherers/DrushGatherer.go#L56))
Look at the requirements of the [`Gatherer` interface](https://github.com/uselagoon/lagoon-facts-app/blob/main/gatherers/defs.go#L14) and implement the `AppliesToEnvironment` and `GatherFacts` functions on a new structure.
Then register the new gatherer by calling `RegisterGatherer` (for example, [here](https://github.com/uselagoon/lagoon-facts-app/blob/main/gatherers/DrushGatherer.go#L60))

## Running

Expand Down

0 comments on commit bcfc084

Please sign in to comment.