Search Results

Search: Posts Made By: big_nobody
4,233
Posted By big_nobody
i used this script, because i need to know if PC...
i used this script, because i need to know if PC is available... if server gives some error generated in index.html it is good, because on this PC are about 20 virtual sites in apache. if one is down...
4,233
Posted By big_nobody
#!/bin/bash wget -t 1 WWW if [ -f index.html...
#!/bin/bash
wget -t 1 WWW
if [ -f index.html ]
then
rm -rvf index.html
else
echo "does not work website in old-server" | mailx -s "Server named old-server does...
4,233
Posted By big_nobody
big thanx, ill see on monday. big big thanx
big thanx, ill see on monday. big big thanx
4,233
Posted By big_nobody
HELP: check if website is on, if not email
if {ping -c 1 www || { "Destination Host Unreachable" ; }}
then
{ echo "neveikia senas-pastas, web serveris" | mailx -s "Senas web serveris" mail }
endif;
this is my script but it does not...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy