Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groob/autopkgd
Continuous and concurrent autopkg checker with options.
https://github.com/groob/autopkgd
autopkg go golang macadmin recipe utility
Last synced: 3 months ago
JSON representation
Continuous and concurrent autopkg checker with options.
- Host: GitHub
- URL: https://github.com/groob/autopkgd
- Owner: groob
- Created: 2015-08-13T18:49:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T21:19:33.000Z (almost 8 years ago)
- Last Synced: 2024-06-19T02:59:37.061Z (7 months ago)
- Topics: autopkg, go, golang, macadmin, recipe, utility
- Language: Go
- Size: 70.3 KB
- Stars: 22
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Check autopkg recipes continuously(at a specified interval) and send notifications to a slack channel.
See config.toml.sample for a sample configuration.autopkgd executes autopkg concurrently(separate process for each recipe in the recipe file). Because of this, autopkg must save each report plist in a separate file. You can specify a reports folder in the autopkgd config file.
# Usage
```
./autopkgd -config config.toml -slack -check
```