Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add alert to slack in bash

if curl -s --head --request GET https://abr.business.gov.au | grep "200 OK" > /dev/null; then
echo "https://abr.business.gov.au is UP"
else
echo "https://abr.business.gov.au is DOWN"
curl -X POST -H 'Content-type: application/json' --data '{"text":"https://abr.business.gov.au is DOWN"}' https://hooks.slack.com/services/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
fi
Comment

PREVIOUS NEXT
Code Example
Shell :: how to open notepad with root using terminal in ubuntu 
Shell :: apache virtual host file 
Shell :: Git failed with a fatal error. could not read Password for 
Shell :: cli full form 
Shell :: Linux Terminal has lost its colours 
Shell :: interface grafica biblioteca WIN32 em Linguagem c 
Shell :: fslmaths invert masking 
Shell :: fslstats center-of-gravity 
Shell :: make[1]: [scripts/Makefile.lib:196: scripts/kconfig/zconf.tab.c] Error 127 make: *** [Makefile:534: bb.org_defconfig] Error 2 root@192.168.4.89:/usr/src/linux-4.19.94-ti-rt-r61# 
Shell :: how to show which kerne version is intalled on the system linux 
Shell :: Jekyll serve fails on Ruby 3.0 
Shell :: linux forensic deleted files 
Shell :: shell script backup distant 
Shell :: Powershell WebAdmin 
Shell :: enregistrer dans fichier dernieres commandes du terminal 
Shell :: hjhvjhv 
Shell :: how to log into another linux machine using ip address 
Shell :: Add Repote into local existing Repostry 
Shell :: dpkg: dependency problems prevent configuration of zoom: 
Shell :: --force-badname 
Shell :: Can I export fbx files from SpeedTree for UE 
Shell :: turn off history bash mac 
Shell :: linux inhalt einer textdatei anzeigen 
Shell :: smb cant write to mounted 
Shell :: mac vim freezin on .ts file 
Shell :: drupal 9 dump database 
Shell :: How to output color text on batch with exe 
Shell :: running InfluxDB in a container over a network 
Shell :: magick change format png 
Shell :: Removing Watermark From Video File With FFMPEG 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =