We use Amazon S3 for data backup for all of our servers. Each individual server gets its own bucket in S3. Actually, it gets two (-backups and -chunks). Apparently there is a limit to the number of buckets you're allowed to have in S3.
So now the last server I added can't be backed up. Greaaat.
I'm in the process of merging a few junk server backups into a single pair of buckets to see how it works. If it works well, I'm just going to merge *all* of the servers into a single pair of buckets. I don't like it, but I'm not sure I have much of a choice. I don't want to stop using S3 for backup (super cheap, easy, and reliable).
Get newest versions of Hammerfall RPG Helper from this site:
http://userscripts.org/scripts/show/47625
For help, comments, etc, post in the message board on that site as well.
I've figured out how to do incoming and outgoing SMS messaging. One of the big features of LeafBridge is the alert system. It is important to be able to send alerts to users of whatever it is that they are monitoring. Sending proper SMS messages (not just email-to-SMS gateway) is the best way to go for this.
The user can reply to the alert with some kind of action. For example, if they were monitoring the fragmentation level on a specific drive on a specific computer, they will get a text message when the fragmentation goes over a certain level. They can respond with a text message telling LeafBridge to initiate a defrag of that drive. The user can even schedule it (via SMS) to initiate the defrag at a specific time or when the computer has been idle long enough.
It's just one more powerful tool that is built into LeafBridge.
I created a new module and uploaded it to the CPAN. It allows for Perl-based access to Debian's APT package management tools. It's a bit like Windows Update for Debian-based Linux distributions. In theory it should work for other Linux distros that have had APT added on non-standardly, though I haven't tested that yet.
Right now it lets you list the packages to upgrade, install/upgrade packages, and remove/purge packages. I plan to add searching (for installable packages) and whatever other functions that people request.
You should find it on the CPAN sometime today, when it's finally indexed, distributed, and made available on the CPAN site.
Debian has some modules that basically do the same thing, but they're complicated and aren't typically available for those that have installed APT on non-Debian distros. This module is easy to use and doesn't have any dependencies other than a Linux distro that can use APT itself. Plus it's pure-perl, so it doesn't even need compiled. This means that as long as the distro can use APT, it shouldn't matter what environment or processor it uses.
I've uploaded Win32::WindowsUpdate to the CPAN. I uploaded 0.2 as well, but it isn't nearly as good as 0.3, so I skipped that announcement.
0.2 used VBScript inside of Perl to install the updates, but 0.3 just uses Perl. Much better.
Enjoy.