Discussion:
[Monitorix-general] How to add servers to the list
higkoohk
2013-10-24 05:28:24 UTC
Permalink
Hello ,everyone!

I'm a new here. I just install monitorix

Find a bug : the service script has no exec Permission. Should do
`chmod a+x /etc/rc.d/init.d/monitorix` .

Can monitorix add all servers to the list to main page ?
It just has localhost now and default.

Many thank.

---higkoo
Jordi Sanfeliu
2013-10-24 08:24:57 UTC
Permalink
Hello,

Looks like you downloaded and old Monitorix version that had such bug,
so please, make sure alway to download the latest one.

Anyway and regarding your question, I think that you are referring to
the Multihost feature.

Please, read this FAQ <http://www.monitorix.org/faq.html#Q112>.
Best regards.
Post by higkoohk
Hello ,everyone!
I'm a new here. I just install monitorix
Find a bug : the service script has no exec Permission. Should do
`chmod a+x /etc/rc.d/init.d/monitorix` .
Can monitorix add all servers to the list to main page ?
It just has localhost now and default.
Many thank.
---higkoo
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
higkoohk
2013-10-24 09:46:04 UTC
Permalink
Thanks very much !

I'm using monitorix-3.2.1-1.el6.noarch on CentOS 6.4 x86_64, installed on
epel by yum.

The multihost set 'n' by default , after see this email , I set it to 'y'
.

Then I could see the list after restart monitorix ! ^_^

But a new problem found : when I choose a remote server , It says "http-404
The requested URL /monitorix/monitorix.cgi was not found on this server."

How can I use multihost ?
Post by Jordi Sanfeliu
Hello,
Looks like you downloaded and old Monitorix version that had such bug,
so please, make sure alway to download the latest one.
Anyway and regarding your question, I think that you are referring to
the Multihost feature.
Please, read this FAQ <http://www.monitorix.org/faq.html#Q112>.
Best regards.
Post by higkoohk
Hello ,everyone!
I'm a new here. I just install monitorix
Find a bug : the service script has no exec Permission. Should do
`chmod a+x /etc/rc.d/init.d/monitorix` .
Can monitorix add all servers to the list to main page ?
It just has localhost now and default.
Many thank.
---higkoo
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Monitorix-general mailing list
https://lists.sourceforge.net/lists/listinfo/monitorix-general
higkoohk
2013-10-24 09:51:20 UTC
Permalink
When visit localhost,got url http-200 :
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=localhost&graph=all&when=1day&color=black

When visit remote,got url http-404:
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=multihost.0&graph=all&when=1day&color=black
Post by higkoohk
Thanks very much !
I'm using monitorix-3.2.1-1.el6.noarch on CentOS 6.4 x86_64, installed on
epel by yum.
The multihost set 'n' by default , after see this email , I set it to 'y'
.
Then I could see the list after restart monitorix ! ^_^
But a new problem found : when I choose a remote server , It says
"http-404 The requested URL /monitorix/monitorix.cgi was not found on this
server."
How can I use multihost ?
Post by Jordi Sanfeliu
Hello,
Looks like you downloaded and old Monitorix version that had such bug,
so please, make sure alway to download the latest one.
Anyway and regarding your question, I think that you are referring to
the Multihost feature.
Please, read this FAQ <http://www.monitorix.org/faq.html#Q112>.
Best regards.
Post by higkoohk
Hello ,everyone!
I'm a new here. I just install monitorix
Find a bug : the service script has no exec Permission. Should do
`chmod a+x /etc/rc.d/init.d/monitorix` .
Can monitorix add all servers to the list to main page ?
It just has localhost now and default.
Many thank.
---higkoo
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Monitorix-general mailing list
https://lists.sourceforge.net/lists/listinfo/monitorix-general
Jordi Sanfeliu
2013-10-24 09:56:58 UTC
Permalink
Hello,

The hostname 'pt12.kisops.org' does not exist, use the proper hostname
of that service or use its IP to connect to it remotely.

Does that domain 'kisops.org' really exist?

Regards.
Post by higkoohk
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=localhost&graph=all&when=1day&color=black
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=multihost.0&graph=all&when=1day&color=black
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
higkoohk
2013-10-24 10:27:52 UTC
Permalink
OK , thank you .

It work fine now !

Finaly config file in attachment.

1. Change the domain name to ip address.
2. Change base_url and base_cgi to / .
Post by Jordi Sanfeliu
Hello,
The hostname 'pt12.kisops.org' does not exist, use the proper hostname
of that service or use its IP to connect to it remotely.
Does that domain 'kisops.org' really exist?
Regards.
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=localhost&graph=all&when=1day&color=black
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=multihost.0&graph=all&when=1day&color=black
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Monitorix-general mailing list
https://lists.sourceforge.net/lists/listinfo/monitorix-general
higkoohk
2013-10-24 12:14:58 UTC
Permalink
OK , thank you .

It work fine now !

Finaly config file in attachment.

1. Change the domain name to ip address.
2. Change base_url and base_cgi to / .

·¢×ÔÎÒµÄÃ×2
Post by Jordi Sanfeliu
Hello,
The hostname 'pt12.kisops.org' does not exist, use the proper hostname
of that service or use its IP to connect to it remotely.
Does that domain 'kisops.org' really exist?
Regards.
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=localhost&graph=all&when=1day&color=black
http://pt12.kisops.org:8080/monitorix.cgi/monitorix.cgi?mode=multihost.0&graph=all&when=1day&color=black
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Monitorix-general mailing list
https://lists.sourceforge.net/lists/listinfo/monitorix-general
Jordi Sanfeliu
2013-10-24 13:03:18 UTC
Permalink
Glad to hear you finally managed to solve it!
Best regards.
Post by higkoohk
OK , thank you .
It work fine now !
Finaly config file in attachment.
1. Change the domain name to ip address.
2. Change base_url and base_cgi to / .
发自我的米2
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
Jordi Sanfeliu
2013-10-24 09:53:45 UTC
Permalink
Hello,

First of all, your Monitorix version is outdated, the current one is
3.3.0. Please, upgrade it.

Can you, please, paste the <multihost> section of your monitorix.conf?
(make sure to hide any sensible information)

Also, have you read and followed the steps in the FAQ?
Please, let me know.

Regards.
Post by higkoohk
Thanks very much !
I'm using monitorix-3.2.1-1.el6.noarch on CentOS 6.4 x86_64, installed
on epel by yum.
The multihost set 'n' by default , after see this email , I set it to 'y' .
Then I could see the list after restart monitorix ! ^_^
But a new problem found : when I choose a remote server , It says
"http-404 The requested URL /monitorix/monitorix.cgi was not found on
this server."
How can I use multihost ?
--
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat
Loading...