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: 4 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 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T21:19:33.000Z (about 9 years ago)
- Last Synced: 2025-04-13T21:11:41.337Z (10 months ago)
- Topics: autopkg, go, golang, macadmin, recipe, utility
- Language: Go
- Size: 70.3 KB
- Stars: 22
- Watchers: 5
- 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
```