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.
 
 
Darshil Chanpura 0f88222f6b
build: added changes for version and commit
2 years ago
.vscode Minor changes in templates and function 2 years ago
awsutils using aws-sdk-go-v2 2 years ago
cmd/track-instances build: added changes for version and commit 2 years ago
templates Minor changes in templates and function 2 years ago
tracker go update and models with json 2 years ago
.gitignore Minor changes in templates and function 2 years ago
LICENSE Formatting and ignoring 3 years ago
README.md Initial Commit 3 years ago
go.mod go update and models with json 2 years ago
go.sum go update and models with json 2 years ago
mage.go build: added changes for version and commit 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