Go to file
Darshil Chanpura 0f88222f6b build: added changes for version and commit 2021-11-21 01:16:47 +05:30
.vscode Minor changes in templates and function 2021-06-02 01:00:46 +05:30
awsutils using aws-sdk-go-v2 2021-06-14 15:54:51 +05:30
cmd/track-instances build: added changes for version and commit 2021-11-21 01:16:47 +05:30
templates Minor changes in templates and function 2021-06-02 01:00:46 +05:30
tracker go update and models with json 2021-11-18 20:59:22 +05:30
.gitignore Minor changes in templates and function 2021-06-02 01:00:46 +05:30
LICENSE Formatting and ignoring 2020-06-19 23:24:19 +05:30
README.md Initial Commit 2020-06-19 21:19:39 +05:30
go.mod go update and models with json 2021-11-18 20:59:22 +05:30
go.sum go update and models with json 2021-11-18 20:59:22 +05:30
mage.go build: added changes for version and commit 2021-11-21 01:16:47 +05:30

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