scripting
SCRIPTING FOR SITE ADMINISTRATION
Updated: 10/21/02; 12:44:32 AM.

activeRenderer vs 1.2.1 Released

Features OPML inclusion - a step towards transclusion




© copyright 2002
by Marc Barrot

Click here to send an email to the editor of this weblog.

Permalink
Thursday, June 13, 2002

SNMP Resources Directory

Here is a pointer to a small SNMP resources directory, available both in HTML and OPML.

I've extracted most references from John Sellens' System And Network Monitoring Tutorial at Usenix 02.

11:57:49 PM  Permalink  comments:   Google It!  

Mail Sending Mistakes

A follow up on David Blank-Edelman Perl for System Administration tutorial on Tuesday.

David emphasized the 3 rules a sysadmin should respect when programming some script that reports by email to its master:
  • Beware of overzealous message sending: you don't want your mailbox to be flooded by the same message repeating itself
    • Build delay functions into the code.
    • send aggregate messages
  • Do not waste the subject line of the message: it is made for quick, to the point, if short information.
  • Make sure the message body is relevant: include the answers to following questions - who, where, when, what, why, what next.
I think we should add a fourth rule these days, that mitigates the third one some: do not assume you'll be the only person reading the message.

All SMTP traffic goes out in the clear, and is a prime target for any network sniffer. This is not paranoïa, this is renewed experience.

If your script report includes sensitive or revealing data, encrypt it (with GnuPG for instance, and Ashish Gulhati's Crypt::GPG module) before sending it, or store it on some restricted access web server, and include a link in the body of the message.

5:14:43 PM  Permalink  comments:   Google It!  


June 2002
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
Apr   Aug