Linux Real Time problem-1
Suppose you are working in a company and there are multiple access points.You want to make sure all the access point is up and fine.How will you do this using scripting ?
Flow-diagram
Step 1: First create a simple script file
Step 2: Store all the access point IP address in the file.
Step 3: Alert the admin if anyone of the access point goes down using email
Step 4: Put the script in the Cron job so that it will check after every one minute.
Please try to prepare the script and let me know if any assistance needed.
For Python and Shell Scripting Tutorial : https://payhip.com/b/247HD
Comments
Post a Comment