in reply to Re: disk check using perl
in thread disk check using perl
Thanks everyone, but actually, i just need a simple script without using any module like use Filesys::Df;
maybe something like :
df = `df -k`;
percentage =~ /something something/
if percentage > 90;
send mail
Well, I prefer to use script then download software for the monitoring as my side need alot of approval to do that.
cheers