- smsd.conf
# /etc/smsd.conf - configuration file for SMS Dispatcher Server
# database connection settings:
$dbhost = "localhost";
$dbname = "smsd";
$dbuser = "nagios";
$dbpw = "nagios";
# Meteors SMS Service account settings:
$gw_userid = 'myaccount'; # Meteors account
$gw_passwd = 'mysecret'; # Meteors account password
$gw_sendername = 'smsd'; #
### advanced settings below, normally no need to change ###
# Process defaults:
# $lockfile = "/var/run/smsd.pid";
# $logfile = "/var/log/smsd.log";
# Program timing:
# $batch_interval = 30; # wait time between each batch, in seconds
# $min_process_interval = 10; # minimum time between each tries in seconds
# $dbconn_retry_interval = 60; # seconds
# GNOKII binary if installed:
# $GNOKII = '/usr/bin/gnokii';
Back to top