Xymon Mailing List Archive search

init xymon automatically

2 messages in this thread

list Omar Sanchez · Tue, 7 Jul 2015 02:13:09 +0000 (UTC) ·

Hi all,
After boot, i want init xymon server and xymon client automatically. How can i do that ?
I tried it, coping xymon.init and xymon_client.init to /etc/init.d.after that i used sysv-rc-conf xymon.init on and sysv-rc-conf xymon-client.init on.when i reboot the machine, the xymon server didn´t start automatically.
SO : ubuntu

hope your comments
Thanks a lot.
list Jeremy Laidman · Tue, 7 Jul 2015 12:52:22 +1000 ·
I think the two scripts are supposed to be renamed when being copied to
init.d - this is the typical result of installing from a package.  So you
would normally have /etc/init.d/xymon and /etc/init.d/xymon-client.  But
I'm not sure that it matters if you're consistent.

What do you get when you run:
  sysv-rc-conf --list xymon.init

What do you get when you run:
  ls -l /etc/*.d/xymon* /etc/*.d/S*xymon*

If you manually run the scripts (as root) does Xymon start?

Cheers
Jeremy
quoted from Omar Sanchez


On 7 July 2015 at 12:13, omar sanchez <user-34c8d4c236da@xymon.invalid> wrote:
Hi all,

After boot, i want init xymon server and xymon client automatically. How
can i do that ?

I tried it, coping xymon.init and xymon_client.init to /etc/init.d.
after that i used sysv-rc-conf xymon.init on and sysv-rc-conf
xymon-client.init on.
when i reboot the machine, the xymon server didn´t start automatically.

SO : ubuntu

hope your comments

Thanks a lot.