Difference between revisions of "Script Prototypes"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 1: Line 1:
==Einstein checkup==
+
==Einstein/Lentil checkup==
 
There are probably some other critical services that should be added to this list, although many are checked implicitly if the user can log into a non-einstein machine (LDAP, NFS).
 
There are probably some other critical services that should be added to this list, although many are checked implicitly if the user can log into a non-einstein machine (LDAP, NFS).
 
<pre>#!/bin/bash
 
<pre>#!/bin/bash
  
 
ssh root@einstein "df -h; service spamassassin status; service amavisd status; service postfix status"</pre>
 
ssh root@einstein "df -h; service spamassassin status; service amavisd status; service postfix status"</pre>
 +
ssh root@lentil "df -h /mnt/npg-daily-current"

Revision as of 14:15, 15 February 2008

Einstein/Lentil checkup

There are probably some other critical services that should be added to this list, although many are checked implicitly if the user can log into a non-einstein machine (LDAP, NFS).

#!/bin/bash

ssh root@einstein "df -h; service spamassassin status; service amavisd status; service postfix status"

ssh root@lentil "df -h /mnt/npg-daily-current"