Yes, I was hoping to use the built-in TCP tests and their TCP Connection times.
Any idea on how to do that?
Troy
----- Original Message ----- From: "Ryan Novosielski" <novosirj at umdnj.edu> To: xymon at xymon.com Sent: Thursday, January 13, 2011 12:03:52 PM GMT -07:00 US/Canada Mountain Subject: Re: [xymon] performance alerts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Are you sure that's necessary? I think that might be configurable built-in with the TCP tests.
On 01/13/2011 01:59 PM, Root, Paul wrote:
write a script to ping, parse the output. Use bb (or xymon) to send the test results, red if more than 100ms, green otherwise. Maybe a yellow in there.
Paul Root Lead Internet Systems Eng Network Services
------------------------------------------------------------------------ *From:* Troy Adams [ mailto:troy at athabascau.ca ] *Sent:* Thursday , January 13, 2011 12:50 PM *To:* xymon at xymon.com *Subject:* [xymon] performance alerts
I'm trying to figure out how to get "bad performance" alerts.
Here is my bb-hosts entry:
192.168.10.121 mbox1 # imaps
I want to get an alert when the response time goes above 100 ms.
Any thougths?
Troy
Troy Adams Athabasca University
This communication is the property of Qwest 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.
- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer |$&| |__| | | |__/ | \| _| | novosirj at umdnj.edu - 973/ 972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk0vTJgACgkQmb+gadEcsb5mJACcCJNxRoE3wSnKXuIFlAP7ZhZh TRIAnjBhqPUg8Ys/zzftK81Z4c9kkIEl =yvKe -----END PGP SIGNATURE-----
To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
__ This communication is intended for the use of the recipient to whom it is addressed, and may contain confidential, personal, and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communications received in error, or subsequent reply, should be deleted or destroyed.
On 14/01/11 8:47 AM, Troy Adams wrote:
Yes, I was hoping to use the built-in TCP tests and their TCP Connection times.
Any idea on how to do that?
Doesn't look possible. The builtin TCP tests use bbtest-net - see 'man bbtest-net':
GENERAL OPTIONS --timeout=N Determines the timeout (in seconds) for each service that is tested. For TCP tests (those from BBNETSVCS), if the connection to the service does not succeed within N seconds, the service is reported as being down. For HTTP tests, this is the absolute limit for the entire request to the webserver (the time needed to connect to the server, plus the time it takes the server to respond to the request). Default: 10 seconds
David.
----- Original Message ----- From: "Ryan Novosielski" <novosirj at umdnj.edu> To: xymon at xymon.com Sent: Thursday, January 13, 2011 12:03:52 PM GMT -07:00 US/Canada Mountain Subject: Re: [xymon] performance alerts
Are you sure that's necessary? I think that might be configurable built-in with the TCP tests.
On 01/13/2011 01:59 PM, Root, Paul wrote:
write a script to ping, parse the output. Use bb (or xymon) to send the test results, red if more than 100ms, green otherwise. Maybe a yellow in there.
Paul Root Lead Internet Systems Eng Network Services
*From:* Troy Adams [ mailto:troy at athabascau.ca ] *Sent:* Thursday , January 13, 2011 12:50 PM *To:* xymon at xymon.com *Subject:* [xymon] performance alertsI'm trying to figure out how to get "bad performance" alerts.Here is my bb-hosts entry:192.168.10.121 mbox1 # imapsI want to get an alert when the response time goes above 100 ms.Any thougths?TroyTroy Adams Athabasca University
This communication is the property of Qwest 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.
To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
__ This communication is intended for the use of the recipient to whom it is addressed, and may contain confidential, personal, and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communications received in error, or subsequent reply, should be deleted or destroyed.
To unsubscribe from the xymon list, send an e-mail to xymon-unsubscribe at xymon.com
-- David Baldwin - IT Unit Australian Sports Commission www.ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
Hi,
I found this Xymon client : http://xymon.svn.sourceforge.net/viewvc/xymon/sandbox/WinPSClient/ I tried to install it the way I found logical.
1st : I fought with Windows 7 Home Premium to allow execution on PowerShell scripts. I finally edited registry and allow it manually. 2nd : As administrator, I ran "powershell", then tried to install the service this way : .\xymonclient.ps1 install
But I got many errors about adding service and modifying registry (all errors are related to permission denial).
Can D Baldwin, or anyone else informed about powershell and Xymon client installation, help me ?
On 24/01/11 3:55 AM, dOCtoR MADneSs wrote:
Hi,
I found this Xymon client : http://xymon.svn.sourceforge.net/viewvc/xymon/sandbox/WinPSClient/ I tried to install it the way I found logical.
1st : I fought with Windows 7 Home Premium to allow execution on PowerShell scripts. I finally edited registry and allow it manually. 2nd : As administrator, I ran "powershell", then tried to install the service this way : .\xymonclient.ps1 install
But I got many errors about adding service and modifying registry (all errors are related to permission denial).
Can D Baldwin, or anyone else informed about powershell and Xymon client installation, help me ?
You'd need to have Administrator access to install I'm pretty sure.
Please send me the errors and I'll see what I can do. I can probably find a Windows 7 box to test on.
Thanks, David.
-- David Baldwin - IT Unit Australian Sports Commission www.ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
Le 24/01/2011 07:10, David Baldwin a écrit :
On 24/01/11 3:55 AM, dOCtoR MADneSs wrote:
Hi,
I found this Xymon client : http://xymon.svn.sourceforge.net/viewvc/xymon/sandbox/WinPSClient/ I tried to install it the way I found logical.
1st : I fought with Windows 7 Home Premium to allow execution on PowerShell scripts. I finally edited registry and allow it manually. 2nd : As administrator, I ran "powershell", then tried to install the service this way : .\xymonclient.ps1 install
But I got many errors about adding service and modifying registry (all errors are related to permission denial).
Can D Baldwin, or anyone else informed about powershell and Xymon client installation, help me ?
You'd need to have Administrator access to install I'm pretty sure.
Please send me the errors and I'll see what I can do. I can probably find a Windows 7 box to test on.
Thanks, David.
After a reboot, the script works fine and the service is up & running. Thank you for your job
Le 24/01/2011 07:10, David Baldwin a écrit :
On 24/01/11 3:55 AM, dOCtoR MADneSs wrote:
Hi,
I found this Xymon client : http://xymon.svn.sourceforge.net/viewvc/xymon/sandbox/WinPSClient/ I tried to install it the way I found logical.
1st : I fought with Windows 7 Home Premium to allow execution on PowerShell scripts. I finally edited registry and allow it manually. 2nd : As administrator, I ran "powershell", then tried to install the service this way : .\xymonclient.ps1 install
But I got many errors about adding service and modifying registry (all errors are related to permission denial).
Can D Baldwin, or anyone else informed about powershell and Xymon client installation, help me ?
You'd need to have Administrator access to install I'm pretty sure.
Please send me the errors and I'll see what I can do. I can probably find a Windows 7 box to test on.
Thanks, David.
Hi,
Can you give me informations about XymonPSClient.exe ? Where logs and temporary files are stored ?
Regards, Damien
On 25/01/11 8:05 AM, dOCtoR MADneSs wrote:
- it is xymonclient.ps1 that is the actual client code.
Where logs and temporary files are stored ? %TEMP%\xymonclient.log - contains date stamp and a copy of the last client report - written out as a debugging aid, the script doesn't actually need any temporary files %TEMP%\xymonconfig.cfg - contains the config returned from the server after each report is sent (i.e client-local.cfg section).
Le 24/01/2011 07:10, David Baldwin a écrit :
On 24/01/11 3:55 AM, dOCtoR MADneSs wrote:
Hi,
I found this Xymon client : http://xymon.svn.sourceforge.net/viewvc/xymon/sandbox/WinPSClient/ I tried to install it the way I found logical.
1st : I fought with Windows 7 Home Premium to allow execution on PowerShell scripts. I finally edited registry and allow it manually. 2nd : As administrator, I ran "powershell", then tried to install the service this way : .\xymonclient.ps1 install
But I got many errors about adding service and modifying registry (all errors are related to permission denial).
Can D Baldwin, or anyone else informed about powershell and Xymon client installation, help me ?
You'd need to have Administrator access to install I'm pretty sure.
Please send me the errors and I'll see what I can do. I can probably find a Windows 7 box to test on.
Thanks, David.
Hi,
Can you give me informations about XymonPSClient.exe ? XymonPSClient.exe is just a renamed copy of ABC_SRVANY.EXE which is just the service runner that spawns the powershell process to run the script
Note that value of %TEMP% - or in PS $env:TEMP - will depend on whether you are running the service as specific user or just as a local service, and on the version of Windows you are using.
David.
-- David Baldwin - IT Unit Australian Sports Commission www.ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
participants (3)
-
david.baldwin@ausport.gov.au
-
doctor@makelofine.org
-
troy@athabascau.ca