Hello,
I have 2 xymon server
1st one (xymon01=172.16.2.108) : all clients send data do it (*toto* + *titi*)
2nd one (back01=172.16.1.198) : only few clients (only with name like *toto*) send data to it
For exemple back01 https://back01/xymon-cgi/confreport.sh i see all hosts (titi02 for exemple) that only send data to xymon01 only
===> how is it possible ?
client toto04 : grep "^XYMONSERVERS" /etc/default/xymon-client XYMONSERVERS="172.16.2.108 172.16.1.198"
client titi02: grep "^XYMONSERVERS" /etc/default/xymon-client XYMONSERVERS="172.16.2.108"
I do
grep -r titi02 /etc/xymon /usr/lib/xymon /var/lib/xymon
on back01, but nothing is reporting
-- Greg
Hi, It looks like you have only IP address of one xymon server specified in the titi02 configuration:
XYMONSERVERS="172.16.2.108"
Martin
On 10 Feb 2020, at 08:55, diffusion at bulot-fr.com wrote:
?Hello,
I have 2 xymon server
1st one (xymon01=172.16.2.108) : all clients send data do it (*toto* + *titi*)
2nd one (back01=172.16.1.198) : only few clients (only with name like *toto*) send data to it
For exemple back01 https://back01/xymon-cgi/confreport.sh i see all hosts (titi02 for exemple) that only send data to xymon01 only
===> how is it possible ?
client toto04 : grep "^XYMONSERVERS" /etc/default/xymon-client XYMONSERVERS="172.16.2.108 172.16.1.198"
client titi02: grep "^XYMONSERVERS" /etc/default/xymon-client XYMONSERVERS="172.16.2.108"
I do
grep -r titi02 /etc/xymon /usr/lib/xymon /var/lib/xymon
on back01, but nothing is reporting
-- Greg
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Le Mon, 10 Feb 2020 19:38:42 -0500, Martin Lenko <lenko99 at gmail.com> a ?crit :
Hi, It looks like you have only IP address of one xymon server specified in the titi02 configuration:
XYMONSERVERS="172.16.2.108"
the second xymon server also send data to the first xymon server via /etc/defaut/xymon
That's the trouble ? if yes how xymon-client can send data to the first xymon without give all other hosts data include in the second xymon server
--
Mail non conforme ? la netiquette (https://fr.wikipedia.org/wiki/Netiquette)
Cordialement, Gr?gory Bulot Coaxis Hosting 0825 82 82 57
Hello,
i try another way to explain ;-)
See attachment.
On Xymon002, xymon-cgi/confreport.sh
- I see PC001 !
- grep -r -e PC001 -e 192.168.1.10 /etc/xymon /usr/lib/xymon /var/lib/xymon ==> nothing !!
Where are stored this data , is it magic ?
In this configuration if PC003 failed to contact Xymon002 the test is also red on Xymon001 ? how is it possible ?
participants (2)
-
diffusion@bulot-fr.com
-
lenko99@gmail.com