action TROUBLESHOOTING
-
AWS Get Private Address from NAT Gateways: This action is used to get private address from NAT gateways.
-
AWS List Unhealthy Instances in a Target Group: List Unhealthy Instances in a target group
-
Get all K8s Pods in CrashLoopBackOff State: Get all K8s pods in CrashLoopBackOff State
-
Get all K8s Pods in ImagePullBackOff State: Get all K8s pods in ImagePullBackOff State
-
PostgreSQL Calculate Bloat: This Lego calculates bloat for tables in Postgres
-
PostgreSQL Get Cache Hit Ratio: The result of the action will show the total number of blocks read from disk, the total number of blocks found in the buffer cache, and the cache hit ratio as a percentage. For example, if the cache hit ratio is 99%, it means that 99% of all data requests were served from the buffer cache, and only 1% required reading data from disk.
-
Get PostgreSQL Handle: Get PostgreSQL Handle
-
PostgreSQL Get Index Usage: The action result shows the data for table name, the percentage of times an index was used for that table, and the number of live rows in the table.