IPv4 Address:-
IPv6 Address:-
Service Provider:-
SSL Information:-
HTTP Protocol:-
Database:-
Web:-
RTG FreeBSD Startup Script [24/May/2009]   Interface Renaming in FreeBSD     Null Routing in FreeBSD  

WARNING: This post has been marked as obsolete and may be incorrect. It is kept for archival purposes only. Ok Karl, here you go... Once you have installed RTG on your server from FreeBSD ports and configured it, you can add this script to your /usr/local/etc/rc.d/ folder.  Make sure it runs AFTER your mysql server starts or it will be useless!

#!/bin/sh

case "$1" in
        'start')
                rm /tmp/rtgpoll.pid
                /usr/local/bin/rtgpoll -c /usr/local/etc/rtg/rtg.conf -t /usr/local/etc/rtg/targets.cfg &
                ;;
        'stop')
                ;;
        *)
                echo "Please specify 'start' or 'stop'"
                ;;
esac Copy

  Interface Renaming in FreeBSD     Null Routing in FreeBSD  
Copyright © 2024 Daniel Austin MBCS.
Proudly hosted using the FreeBSD operating system.
 
E-mail me
PGP Key
E-mail me
LOGGED IN
Login
padlock icon
LOGIN ERROR#123: random error here