OpenSolaris net-snmp install script
Posted by 4Aiur on 12/16/2010 in OpenSolaris | ∞
OpenSolaris net-snmp install script #!/bin/bash # OpenSolaris net-snmp installer # Created by 4Aiur on 2010-12-14. # define function check_netsnmp_config () { if [ ! -f /var/net-snmp/snmpd.local.conf ]; then cat > /var/net-snmp/snmpd.local.conf ############################################################################### # Process checks. # Make sure sshd is running proc sshd ############################################################################### # disk checks # disk PATH [MIN=DEFDISKMINIMUMSPACE] # Check the / […]