I am trying to configure the combo file, in the man pages I read:
"The configuration file uses the hostnames and testnames that are already used in your Xymon hosts.cfg file"
in the combo.cfg I read example of "AppSrv1.procs"
I have files that are being consumed in the agents /tmp folders and spit out an "alc" check to XYMon server. Now this file is being processed round robin among 5 different app servers, and I don't want to get paged by 4 purple message, so I am trying to configure combo for all of them:
"if one of them is green, then alc green"
my combo.cfg line is:
dev1.alc = (dev1app01.engbe.evare.local.alc || dev1xf08.engbe.evare.local.alc)
in my hosts.cfg I added this:
0.0.0.0 dev1.alc #noconn
however, I don't see the purple or green status combo in the webpage. Is it only for alerts.cfg or should I be able to see it in the monitor page?
Gab
You don't want the .alc in the hosts.cfg line.
Here's what I do: DNS.conn = (dns1.conn || dns2.conn || dns3.conn || dns4.conn) DNS.procs = (dns1.procs || dns2.procs || dns3.procs || dns4.procs) DNS.dns = (dns1.dns || dns2.dns || dns3.dns || dns4.dns)
0.0.0.0 DNS # noconn
-----Original Message----- From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of Dito Sent: Tuesday, September 22, 2015 2:37 PM To: Xymon at xymon.com Subject: [Xymon] Combo.cfg questions
I am trying to configure the combo file, in the man pages I read:
"The configuration file uses the hostnames and testnames that are already used in your Xymon hosts.cfg file"
in the combo.cfg I read example of "AppSrv1.procs"
I have files that are being consumed in the agents /tmp folders and spit out an "alc" check to XYMon server. Now this file is being processed round robin among 5 different app servers, and I don't want to get paged by 4 purple message, so I am trying to configure combo for all of them:
"if one of them is green, then alc green"
my combo.cfg line is:
dev1.alc = (dev1app01.engbe.evare.local.alc || dev1xf08.engbe.evare.local.alc)
in my hosts.cfg I added this:
0.0.0.0 dev1.alc #noconn
however, I don't see the purple or green status combo in the webpage. Is it only for alerts.cfg or should I be able to see it in the monitor page?
Gab
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
ah of course I don't need that in there, duh!
Gab
On Tue, Sep 22, 2015 at 4:11 PM, Root, Paul T <Paul.Root at centurylink.com> wrote:
You don't want the .alc in the hosts.cfg line.
Here's what I do: DNS.conn = (dns1.conn || dns2.conn || dns3.conn || dns4.conn) DNS.procs = (dns1.procs || dns2.procs || dns3.procs || dns4.procs) DNS.dns = (dns1.dns || dns2.dns || dns3.dns || dns4.dns)
0.0.0.0 DNS # noconn
-----Original Message----- From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of Dito Sent: Tuesday, September 22, 2015 2:37 PM To: Xymon at xymon.com Subject: [Xymon] Combo.cfg questions
I am trying to configure the combo file, in the man pages I read:
"The configuration file uses the hostnames and testnames that are already used in your Xymon hosts.cfg file"
in the combo.cfg I read example of "AppSrv1.procs"
I have files that are being consumed in the agents /tmp folders and spit out an "alc" check to XYMon server. Now this file is being processed round robin among 5 different app servers, and I don't want to get paged by 4 purple message, so I am trying to configure combo for all of them:
"if one of them is green, then alc green"
my combo.cfg line is:
dev1.alc = (dev1app01.engbe.evare.local.alc || dev1xf08.engbe.evare.local.alc)
in my hosts.cfg I added this:
0.0.0.0 dev1.alc #noconn
however, I don't see the purple or green status combo in the webpage. Is it only for alerts.cfg or should I be able to see it in the monitor page?
Gab
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
participants (2)
-
dito74@gmail.com
-
Paul.Root@CenturyLink.com