tree: 299b272288fa39a345d0e0c336255162d9f70fb6 [path history] [tgz]
  1. README.md
  2. t3c-check-reload.go
cache-config/t3c-check-reload/README.md

NAME

t3c-check-reload - Traffic Control Cache Configuration reload check tool

SYNOPSIS

t3c-check-reload

[--help]

[--version]

DESCRIPTION

The t3c-check-reload app takes json input from stdin. A comma-delimited list of config file paths being changed, a comma-delimited a list of plugin packages being installed, and returns whether a reload or restart of the caching proxy service is necessary.

Possible return values are:

‘restart’ - a service restart is necessary

‘reload’ - a service reload is necessary

'' - no reload or restart is necessary.

JSON Format

{"changed_files":"<list of files>","installed_plugins":"<list of plugins>"}

OPTIONS

-h, --help

Print usage information and exit

-V, --version

Print version information and exit.

AUTHORS

The t3c application is maintained by Apache Traffic Control project. For help, bug reports, contributing, or anything else, see:

https://trafficcontrol.apache.org/

https://github.com/apache/trafficcontrol