You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
awsutils | 2 years ago | |
cmd/track-instances | 2 years ago | |
templates | 2 years ago | |
tracker | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
mage.go | 2 years ago |
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