Can I have a little bit more information about this ?

I currently run 1 cron job which executes a 1 file which contains this:
/usr/bin/mrtg /home/rosst/mrtg/scripts/mrtg-2600.cfg
/usr/bin/mrtg /home/rosst/mrtg/scripts/mrtg-switch1.cfg
/usr/bin/mrtg /home/rosst/mrtg/scripts/mrtg-pix.cfg


How would I go about creating this as a daemon ?
I've read a bit about it, if I understand it right, all I would need to
do is:

- Remove all the global config stuff out of each single config.
- Create 1 file Global file.
- In that file it should have stuff like:

LogFormat: rrdtool
PathAdd: /usr/bin/
LibAdd: /usr/lib/perl5/
Interval: 5
Forks: 4
Refresh: 300
RunAsDaemon: Yes
Include: /home/rosst/mrtg/scripts/mrtg-2600.cfg
Include: /home/mrtg/cfg/mrtg-switch1.cfg
Include: /home/mrtg/cfg/mrtg-pix.cfg

- Make the file executable.

Am I right ?

How do I run it though ?
And what happens if the daemon fails ?
Any other "gotchas"  ?

Thanks again @!

Regards,

-- 
Ross.



-----Original Message-----
From: james [mailto:[EMAIL PROTECTED] 
Sent: Friday, 5 September 2003 12:43 PM
To: Ross Tsolakidis
Cc: [EMAIL PROTECTED]
Subject: Re: [mrtg] mrtg showing very high cpu usage cause of other
apprunning


Run MRTG as a daemon and allow it to fork.


==============================
This email is from PowerServe Australia Pty Limited (A.C.N. 102 661 441)
The information contained in this email (including any attached files) may be 
privileged and confidential intended for the use of the person/persons named 
above. If you are not the intended recipient, you are advised that any use, 
distribution or copying of the information is strictly prohibited. If you have 
received this transmission in error, please notify PowerServe Australia Pty 
Limited immediately on 1300 790 792 or reply by email to the sender.

PowerServe Australia Pty Limited does not represent or warrant that this email 
or any attached files are free from computer viruses or other defects. Any 
attached files are provided, and may only be used, on the basis that the user 
assumes all responsibility for any loss, damage or consequence resulting 
directly or indirectly from use of the attached files. In any event, the 
liability of PowerServe Australia Pty Limited is limited to either the resupply 
of the attached files or the cost of having the attached files resupplied.
==============================

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to