|
||
---|---|---|
.vscode | ||
awsutils | ||
cmd/track-instances | ||
templates | ||
tracker | ||
.gitignore | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
mage.go |
README.md
Track Instances
This project is mainly to get an idea about which instance is running for how many hours
Configuration
This takes a simple YAML configuration file stored at ~/.config/track-instances.yaml and with following format
config_version: 1.0.0
to:
- john@doe.com
from:
- jane@doe.com
jobs:
- name: job1
max_duration: 12h
search_config:
tag: Name
text: "^job1.*"
Running
To be added
License
MIT