Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

vikas330

by vikas330 (Novice)
on Feb 21, 2017 at 11:20 UTC ( [id://1182420]=user: print w/replies, xml ) Need Help??


Posts by vikas330
multiple machines disk space alert in Seekers of Perl Wisdom
2 direct replies — Read more / Contribute
by vikas330
on Feb 21, 2017 at 06:38
    Hello Monks,

    I'm new to perl, so maybe I'm asking a simple perl script but for me its typical.

    Please help me with a script for getting alerts on mail if FS utilization on machines exceeds 90% utilization and the output should be in tabular format.

    I have the command to list all the FS having more than 80% utilization but I'm unable to print those outputs in a tabular format by writing perl script,

     $ssh $u@$i "df -P | /usr/bin/awk '0 + \$5 >= 80 {print}'" >> $FILE output to a file then I want to list all those FS with fields like

    Server_Name FS_mount_point Utilization(in %)

    and print all those in a mail in tabular format with fields like above. Thanks
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-29 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found