Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Something like this should work:
./xymon 127.0.0.1 "disable xymon.conn 1m "powered\ down\ for\ now"" ./xymon 127.0.0.1 "disable xymon.conn -1 "powered\ down\ for\ now""
Need to escape the spaces with backslashes in the message and also put the <message> in it's own quotation marks. I do commands like this from the command line all the time. Using "-1" will also work to "disable until OK", instead of specifying a duration like "1m".
-- Matt Vander Werf
On Thu, Oct 10, 2019 at 3:52 PM Scott Birl <scott.birl at temple.edu> wrote:
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com
Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
No, this won?t work. You need to escape the interior double quotes.
But they are extraneous.
From: Xymon <xymon-bounces at xymon.com> On Behalf Of Matt Vander Werf Sent: Thursday, October 10, 2019 3:00 PM To: Scott Birl <scott.birl at temple.edu>; Uddin, Enaze <Enaze.Uddin at experian.com> Cc: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Something like this should work:
./xymon 127.0.0.1 "disable xymon.conn 1m "powered\ down\ for\ now"" ./xymon 127.0.0.1 "disable xymon.conn -1 "powered\ down\ for\ now""
Need to escape the spaces with backslashes in the message and also put the <message> in it's own quotation marks. I do commands like this from the command line all the time. Using "-1" will also work to "disable until OK", instead of specifying a duration like "1m".
-- Matt Vander Werf
On Thu, Oct 10, 2019 at 3:52 PM Scott Birl <scott.birl at temple.edu<mailto:scott.birl at temple.edu>> wrote: Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985<http://127.0.0.1:1985> "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com<mailto:Enaze.Uddin at experian.com>> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu<mailto:scott.birl at temple.edu>>; Xymon MailingList <xymon at xymon.com<mailto:xymon at xymon.com>> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the<https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%2fip.of.the&umid=F0B1E764-9493-DC05-9E9A-259E0E07611B&auth=19120be9529b25014b618505cb01789c5433dae7-38873bbee2dec200f6ab02ba4b39fe9394b7e3ca>.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com>> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com<mailto:xymon at xymon.com>> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com>> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com<mailto:Paul.Root at CenturyLink.com>>; xymon at xymon.com<mailto:xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=http://ip.of.the<https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%2fip.of.the&umid=F0B1E764-9493-DC05-9E9A-259E0E07611B&auth=19120be9529b25014b618505cb01789c5433dae7-38873bbee2dec200f6ab02ba4b39fe9394b7e3ca>.proxy:port/] RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com<mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon<https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&umid=F0B1E764-9493-DC05-9E9A-259E0E07611B&auth=19120be9529b25014b618505cb01789c5433dae7-10f7c6dd602b22ed5a721c4537df151253a25503>
Xymon mailing list Xymon at xymon.com<mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon<https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&umid=F0B1E764-9493-DC05-9E9A-259E0E07611B&auth=19120be9529b25014b618505cb01789c5433dae7-10f7c6dd602b22ed5a721c4537df151253a25503> 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.
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
1985 ... old notes. It's since been moved back to 1984. The reason why I suggested "1m" was because of the posted example:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now"
Unknown option -1
But yes, -1 should have worked.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 04:07 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Ok this worked, thanks!:
$ ./xymon 127.0.0.1 "disable xymon.conn -1 "powered_down_for_now""
So it works through command line as I see it in the GUI, now to figure out why it won't work through the GUI. Is this something to do with Apache and CGIs?
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 3:11 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
1985 ... old notes. It's since been moved back to 1984. The reason why I suggested "1m" was because of the posted example:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now"
Unknown option -1
But yes, -1 should have worked.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 04:07 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
If it were an issue with Apache and CGIs, then clicking on any server's info should be problematic too since the URI would look similar to this:
/xymon-cgi/svcstatus.sh?HOST=hostname&SERVICE=info
... which is CGI. But of course, check the Apache logs.
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 04:29 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Ok this worked, thanks!:
$ ./xymon 127.0.0.1 "disable xymon.conn -1 "powered_down_for_now""
So it works through command line as I see it in the GUI, now to figure out why it won't work through the GUI. Is this something to do with Apache and CGIs?
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 3:11 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
1985 ... old notes. It's since been moved back to 1984. The reason why I suggested "1m" was because of the posted example:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now"
Unknown option -1
But yes, -1 should have worked.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 04:07 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Likely authentication.
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 3:29 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Ok this worked, thanks!:
$ ./xymon 127.0.0.1 "disable xymon.conn -1 "powered_down_for_now""
So it works through command line as I see it in the GUI, now to figure out why it won't work through the GUI. Is this something to do with Apache and CGIs?
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 3:11 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
1985 ... old notes. It's since been moved back to 1984. The reason why I suggested "1m" was because of the posted example:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now"
Unknown option -1
But yes, -1 should have worked.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 04:07 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Do I need to set a user and password for accessing the "Administration" items?
Apache error_log shows this:
[Thu Oct 10 20:44:00.995632 2019] [cgi:error] [pid 8718] [client xx.xx.xxx.xxxx:xxxxx] script not found or unable to stat: /opt/xymon/cgi-secure/t2b-blue.gif, referer: https://xxxxx.xxxx.com/xymon/xymon-seccgi/enadis.sh
(IP and domain has been omitted by x's)
The directory does not contain the gifs it's trying to find, leading to a cgi:error.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 3:38 PM To: Uddin, Enaze <Enaze.Uddin at experian.com>; Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Likely authentication.
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 3:29 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Ok this worked, thanks!:
$ ./xymon 127.0.0.1 "disable xymon.conn -1 "powered_down_for_now""
So it works through command line as I see it in the GUI, now to figure out why it won't work through the GUI. Is this something to do with Apache and CGIs?
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 3:11 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
1985 ... old notes. It's since been moved back to 1984. The reason why I suggested "1m" was because of the posted example:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now"
Unknown option -1
But yes, -1 should have worked.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 04:07 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
An update on the issue. After digging through the error_log (for apache at /var/log/httpd/error_log) I found the following error:
[Mon Oct 14 14:25:47.980769 2019] [cgi:error] [pid 12267] [client 10.31.131.33:44638] AH01215: 2019-10-14 14:25:47.980482 Enadis POST that is not coming from self or svcstatus (referer=https://[domain]/xymon/xymon-seccgi/enadis.sh). Ignoring., referer: https://[domain]/xymon/xymon-seccgi/enadis.sh
Could this possibly be a mismatch in the configuration for Apache? Possibly not pointing to the correct URL?
-----Original Message----- From: Uddin, Enaze Sent: Thursday, October 10, 2019 3:56 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Do I need to set a user and password for accessing the "Administration" items?
Apache error_log shows this:
[Thu Oct 10 20:44:00.995632 2019] [cgi:error] [pid 8718] [client xx.xx.xxx.xxxx:xxxxx] script not found or unable to stat: /opt/xymon/cgi-secure/t2b-blue.gif, referer: https://xxxxx.xxxx.com/xymon/xymon-seccgi/enadis.sh
(IP and domain has been omitted by x's)
The directory does not contain the gifs it's trying to find, leading to a cgi:error.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 3:38 PM To: Uddin, Enaze <Enaze.Uddin at experian.com>; Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Likely authentication.
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 3:29 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Ok this worked, thanks!:
$ ./xymon 127.0.0.1 "disable xymon.conn -1 "powered_down_for_now""
So it works through command line as I see it in the GUI, now to figure out why it won't work through the GUI. Is this something to do with Apache and CGIs?
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 3:11 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
1985 ... old notes. It's since been moved back to 1984. The reason why I suggested "1m" was because of the posted example:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now"
Unknown option -1
But yes, -1 should have worked.
-----Original Message----- From: Root, Paul T <Paul.Root at CenturyLink.com> Sent: Thursday, October 10, 2019 04:07 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
Port is optional. It defaults to 1984. Looks like you have your server on 1985, perhaps a proxy on 1984 and the server on 1985. I do that.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:53 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Is the port required for the RECIPIENT?
Try running: ./xymon --debug 127.0.0.1:1985 "disable xymon.comm 1m powered_down_for_now"
-----Original Message----- From: Uddin, Enaze <Enaze.Uddin at experian.com> Sent: Thursday, October 10, 2019 03:39 PM To: Scott Birl <scott.birl at temple.edu>; Xymon MailingList <xymon at xymon.com> Subject: RE: [Xymon] Enable/disable Issue
This is what I get now:
$ ./xymon 127.0.0.1 "disable xymon.comm 1m powered_down_for_now" Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is using xymon a valid host considering I see it in the list of hosts to disable on the Enable/disable page? Not sure if that's the issue.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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.
-1 means 'until ok'
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Scott Birl Sent: Thursday, October 10, 2019 2:34 PM To: Xymon MailingList <xymon at xymon.com> Subject: Re: [Xymon] Enable/disable Issue
Instead of "-1" trying using "1m" (for 1 minute).
Ive always had problems with spaces with the "why", so where you have powered down for now I had to change to powered_down_for_now
... so just in case you get another error.
-----Original Message----- From: Xymon <xymon-bounces at xymon.com> On Behalf Of Uddin, Enaze via Xymon Sent: Thursday, October 10, 2019 02:53 PM To: Root, Paul T <Paul.Root at CenturyLink.com>; xymon at xymon.com Subject: Re: [Xymon] Enable/disable Issue
Ok I tried again and I get this:
$ ./xymon 127.0.0.1 "disable xymon.comm -1 powered down for now" Unknown option -1 Xymon version 4.3.28 Usage: ./xymon [--debug] [--merge] [--proxy=https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%... RECIPIENT DATA RECIPIENT: IP-address, hostname or URL DATA: Message to send, or "-" to read from stdin
Is my syntax incorrect?
Xymon mailing list Xymon at xymon.com https://imss91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=http%3a%2f%...
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 (4)
-
Enaze.Uddin@experian.com
-
matt1299@gmail.com
-
Paul.Root@CenturyLink.com
-
scott.birl@temple.edu