let start from the premise that I know absolutely nothing about programming, scripting, or anything above and beyond "hello world," but I like to think that I'm a fast learner 
I'm trying to think of something I can run that would reach out to a couple dozen different servers (mostly either running Redhat or Solaris) and report back either via email or a website output on the free space and oldest file in a specific directory (well, oldest file would be nice but not required)
I manage backups for a hosting company any one of the more tedious parts of my job is checking on free space and verifying retention dates on about 20 different backup enterprises (each with ~100TB storage). we have monitoring setup to send out emails when storage usage reaches a certain threshold, but they're all but useless since all of the highly utilized storage servers are perpetually at 98-99% used (because, naturally, we don't buy storage as quickly as we sell it, but we never want to delete more than we absolutely have to so that we don't compromise retention)
I'd love to come up with a way to automate my morning process of logging into 20 different servers and checking space/retention.
I'm trying to think of something I can run that would reach out to a couple dozen different servers (mostly either running Redhat or Solaris) and report back either via email or a website output on the free space and oldest file in a specific directory (well, oldest file would be nice but not required)
I manage backups for a hosting company any one of the more tedious parts of my job is checking on free space and verifying retention dates on about 20 different backup enterprises (each with ~100TB storage). we have monitoring setup to send out emails when storage usage reaches a certain threshold, but they're all but useless since all of the highly utilized storage servers are perpetually at 98-99% used (because, naturally, we don't buy storage as quickly as we sell it, but we never want to delete more than we absolutely have to so that we don't compromise retention)
I'd love to come up with a way to automate my morning process of logging into 20 different servers and checking space/retention.