agent: |
Add credentials for various integrations
Managing workspaces and access control
DagKnows Architecture Overview
Setting up SSO via Azure AD for Dagknows
Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired
(Optionally) Add ubuntu user to docker group and refresh group membership
Deployment of an EKS Cluster with Worker Nodes in AWS
Adding, Deleting, Listing DagKnows Proxy credentials or key-value pairs
Comprehensive AWS Security and Compliance Evaluation Workflow (SOC2 Super Runbook)
AWS EKS Version Update 1.29 to 1.30 via terraform
Instruction to allow WinRM connection
MSP Usecase: User Onboarding Azure + M365
Post a message to a Slack channel
How to debug a kafka cluster and kafka topics?
Open VPN Troubleshooting (Powershell)
Execute a simple task on the proxy
Assign the proxy role to a user
Create roles to access credentials in proxy
Install OpenVPN client on Windows laptop
Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS
Install Prometheus and Grafana on the minikube cluster on EC2 instance in the monitoring namespace
update the EKS versions in different clusters
AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar
Parse EDN content and give a JSON out
Check whether a user is there on Azure AD and if the user account status is enabled
Get the input parameters of a Jenkins pipeline
Get the console output of last Jenkins job build
Get last build status for a Jenkins job
Trigger a Jenkins job with param values
List all the resource ARNs in a given region
Give me steps to do health checks on a Linux Server
Process Zendesk Ticket for updating comments (auto reply)
Add a public comment to a Zendesk Ticket
Identify list out IAM users list in AWS using dagknows
Restoring an AWS Redshift Cluster from a Snapshot
Health check for a host
This task performs some basic health checks on a host. Three important things to check for any host is its CPU, memory, and disk space. While there are basic commands to check each of these, the following runbook processes the outputs of those commands and extract the relevant information to see if this host needs attention.
- 2cCPPCMvGtekkMjI0Ri6pGet idle CPU percentage
2
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.The top output above contains what percentage is idle CPU. Split the output and get the part that contains 'id'. Then extract the number.
inputsoutputs2 - 3eBoEGGGbN5ZnaVPmMY01Get CPU utilization of an instance
3
Get CPU utilization of an instance
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This task fetches the CPU utilization data points from AWS CloudWatch and plots it for you.
inputsoutputs3- 3.1j4NBEQ3UIosQ0njYadROGet instance ID from instance label
3.1
Get instance ID from instance label
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.3.1 - 3.2WkqQtVr10BRb4bZcm0zgParse the period string
3.2
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputs3.2 - 3.3pbuaFPp0TWNEbLjVtzf2Plot CPU utilization
3.3
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputs3.3
- 4l53XJPcsxN6tYND3kUbRCheck memory
4
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Check how much free memory is available on this host.
inputsoutputs4 - 5Igv9ZjcBuv3q0QpabDLNGet free memory percentage
5
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Calculate the percentage of the free memory and if it is below a threshold, create an alert.
inputsoutputs5 - 6RABId8yPOmqYNC0zePe2Get the top memory consumers
6
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Identify the culprits in memory consumption.
inputsoutputs6- 6.1B46PApH5WgpR8TYE0urDPlot top memory consumers
6.1
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Visualize the memory consumption by plotting it against the consumers.
inputsoutputs6.1
- 7GJ2vjbOLqB9Q7HpjpUaVCheck disk space
7
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This command checks for the consumed disk space at the root.
inputsoutputs7- 7.1fkgSSXIaebh6Sxi4EyygGet available disk space
7.1
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Process the output of df and extract the available disk space percentage.
inputsoutputs7.1 - 7.2t8xsXDSIdIwlxojVl9ixPerform disk cleanup if needed
7.2
Perform disk cleanup if needed
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.Check the available disk space percentage against a threshold and if it drops below it then trigger disk cleanup.
inputsoutputs7.2- 7.2.1vbE8Q3dXkJDvAUrwWQ4BNotify about disk space before cleaning up
7.2.1
Notify about disk space before cleaning up
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.7.2.1- 7.2.1.1jyZjUv9D2aHq1mJJfvtyPost a message to a Slack channel
7.2.1.1
Post a message to a Slack channel
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.7.2.1.1
- 7.2.2mHtPaDwqLVtVZfeFeAdVClean up disk
7.2.2
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This command prunes all the unused images that bloat our storage. It does not touch the ones that are in use. Deletes stopped containers too.
inputsoutputs7.2.2 - 7.2.3koLpXP0IGnnApRrcfU5QNotify again after cleaning up the disk
7.2.3
Notify again after cleaning up the disk
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.7.2.3- 7.2.3.1jyZjUv9D2aHq1mJJfvtyPost a message to a Slack channel
7.2.3.1
Post a message to a Slack channel
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.7.2.3.1