Skip to content

Commit

Permalink
docs: add links to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 11, 2024
1 parent 0b069d6 commit 292d7a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ linkTitle: Configuration

SNClient+ uses the ini style config format with some enhancements, ([see syntax specification below](#syntax)).

The default configuration is explained in the [packaging file](https://github.com/ConSol-Monitoring/snclient/blob/main/packaging/snclient.ini).

## File Locations

By default SNClient searches for a `snclient.ini` in the following folders:
Expand Down
5 changes: 5 additions & 0 deletions packaging/snclient.ini
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@ dev = https://api.github.com/repos/ConSol-monitoring/snclient/actions/artifacts
;github token = <GITHUB-TOKEN>


[/settings/updates/channel/stable]
; github token - the stable channel does not stricly require a github token, only if you hit rate limits
;github token = <GITHUB-TOKEN>


; INCLUDED FILES - Files to be included in the configuration
[/includes]
local = snclient_local*.ini

0 comments on commit 292d7a5

Please sign in to comment.