Send a SNS alert from Jenkins job
1. Prerequisites 2. Set up SNS 3. Configure Jenkins 4. Add SNS Notification to Your Jenkins Job There are a…
Daily tech news covering computing, operating systems, security, gadgets and more
1. Prerequisites 2. Set up SNS 3. Configure Jenkins 4. Add SNS Notification to Your Jenkins Job There are a…
Create python script in lambda function to check SECONDS_BEHIND_MASTER from SHOW SLAVE STATUS; MariaDB Python Explanation: Improved version with column…
Python Changes made For SNS Implementation This modified script now allows you to monitor different processes across multiple EC2 instances,…
Create a solution to monitor your processes and alert you if they stop running. Here’s a breakdown of how we…
Write a Python script to pass data to Appian WebAPI using username password certificate path and jq This script will…
Here is the Python script to pass data to Appian Web API using username and password. Don’t forget to close…
How to read bucket name from AWS SQS Queue using Bash/Shell script: To read a bucket name from an SQS…
Preventing multiple instances of a cron job from running simultaneously can be achieved using a lock mechanism. One common approach…
Creating a script to call an Appian API and pass a value to update an Appian database depends on the…
To get the text from a file and pass it to a Python script in a Linux environment, you have…