- Projects
- Computer security
- jQuery code
- qpsmtpd code
Steve Kemp's Homepage
|
Slaughter
|
Predefined VariablesSeveral variables are setup and made available to your scripts. These may be used in several different fashions:
if ( Defined( "raid" ) )
{
# This system is running software raid
}
if ( Value( "kvm") == 1 )
{
# This system is a KVM guest.
}
if ( $xen )
{
# This system is a Xen guest/host.
}
Global Variables
|