Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```