Automatic reply: [SA-list] Virtual machines on what Hypervisor

2016-12-29 Thread Carroll, Andrew

I am currently out of the office, returning Friday 30th December 2016.

I will deal with any emails on my return, during this time if you need an 
urgent response and the communication is relating to North Wales Police please 
contact either:

John Price   - john.pr...@cgi.com
Elin Horman   - elin.hor...@cgi.com
Les Harries  - lesley.harr...@cgi.com

Regards,

Andy

Andy Carroll | Technical Support Analyst
Application Services | CGI

T: 44 1745-539109 |  44 7833-299741
andrew.carr...@cgi.com | cgi-group.co.uk

CGI IT UK Limited. A CGI Group Inc. Company
Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United 
Kingdom. Registered in England & Wales - Number 947968

CONFIDENTIALITY NOTICE: Proprietary/Confidential Information belonging to CGI 
Group Inc. and its affiliates may be contained in this message. If you are not 
a recipient indicated or intended in this message (or responsible for delivery 
of this message to such person), or you think for any reason that this message 
may have been addressed to you in error, you may not use or copy or deliver 
this message to anyone else. In such case, you should destroy this message and 
are asked to notify the sender by reply e-mail. 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


RE: [SA-list] Powershell scripts for external checks.

2016-12-15 Thread Carroll, Andrew
Thanks for the feedback on this guys much  appreciated 

 

Andy 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of 
Demeulemeester, Pieter
Sent: 08 December 2016 11:11
To: Servers Alive Discussion List
Subject: RE: [SA-list] Powershell scripts for external checks. 

 

Same thing for me : 

- Check type = External (errorlevel) 

- Alarm when the errorlevel returned by = powershell -NoProfile 
-ExecutionPolicy bypass -File 
"C:\ServersAlive\ExternalChecks\000_DPM-RegKey_ForceFixup.ps1"  %h 

- Is <> from 0 

- Kill  when not stopped in time = TRUE 

 

Kind regards, 

Pieter 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu 
(mailto:salive@woodstone.nu)] On Behalf Of Starkey, Parry S
Sent: woensdag 7 december 2016 18:51
To: Servers Alive Discussion List
Subject: RE: [SA-list] Powershell scripts for external checks. 

 

We usually use something along this line to execute the powershell script 
command inside a ServersAlive check: 

 

powershell -WindowStyle Hidden &'D:\Program Files (x86)\Woodstone\Servers 
Alive\external\serversalive_psscript.ps1' 

 

Regards, 

Parry 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu 
(mailto:salive@woodstone.nu)] On Behalf Of Carroll, Andrew
Sent: Wednesday, December 07, 2016 12:06 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] Powershell scripts for external checks. 

 



*** Exercise caution. This is an EXTERNAL email. DO NOT open attachments or 
click links from unknown senders or unexpected email. *** 

Pieter , 

 

Thats great, just the sort of stuff I was after a taking a look at. 

 

What is the batch script like that you call this from, or can you now call  
Powershell scripts directly from within Servers Alive? 

 

Regards, 

 

Andy 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu 
(mailto:salive@woodstone.nu)] On Behalf Of Demeulemeester, Pieter
Sent: 06 December 2016 14:46
To: Servers Alive Discussion List
Subject: RE: [SA-list] Powershell scripts for external checks. 

 

 

Servers Alive Check type : external (errorlevel); alarm when errorlevel <> 0. 

 

An example of a PS-script I use : 

$RemoteServer=$args[0] 

$RefValue=1 

  

$Value=Invoke-Command -computername $RemoteServer -ScriptBlock 
{(get-itemproperty "HKLM:\SOFTWARE\Microsoft\Microsoft Data Protection 
Manager\Agent\2.0").Forcefixup} 

 

if ($Waarde -eq $RefValue) 

{ 

 write-host "OK. Value ForceFixup is $Value. " 

 exit 0 

  } 

else 

{ 

 write-host "Error. Value ForceFixup is $Value, must be $RefValue." 

 exit 1 

} 

 

The script checks if a registry-key still has value 1. If not it ends with an 
errorlevel 1 and Servers Alive then generates an error. 

 

Kind regards. 

Pieter 

 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu 
(mailto:salive@woodstone.nu)] On Behalf Of Carroll, Andrew
Sent: dinsdag 6 december 2016 14:51
To: Servers Alive Discussion List
Subject: [SA-list] Powershell scripts for external checks. 

 

Mailing List Users, 

 

I have been away from Servers Alive external check development for some time 
and the version of Servers Alive has moved on a fair bit since I was last doing 
this sort of work. 

 

I have had a quick look on the Servers Alive website for information regarding 
using Powershell for external checks, as this is now my preferred scripting 
language, but Im not seeing much on the web site or the email list 
archives. 

 

Is anyone making much use of Powershell for their external checking processes, 
would anyone be will to give me some ideas of the sort of stuff they are doing 
and how you are wrapping Powershell scripts up so that they can be called from 
within Servers Alive for performing external checks. 

 

Regards, 

 

Andy 

 

Andy Carroll | Technical Support Analyst 

Application Services | CGI 

 

T: 44 1745-539109 |  44 7833-299741 

andrew.carr...@cgi.com (mailto:andrew.carr...@cgi.com) | cgi-group.co.uk 

 



 

CGI IT UK Limited. A CGI Group Inc. Company 

Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United 
Kingdom. Registered in England & Wales - Number 947968 

 

CONFIDENTIALITY NOTICE: Proprietary/Confidential Information belonging to CGI 
Group Inc. and its affiliates may be contained in this message. If you are not 
a recipient indicated or intended in this message (or responsible for delivery 
of this message to such person), or you think for any reason that this message 
may have been addressed to you in error, you may not use or copy or deliver 
this message to anyone else. In such case, you should destroy this message and 
are asked to notify the sender by reply e-mail. 

 



To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu (mailto:salive@woodstone.nu)
If you use auto-responders (like out-of-the-office messages), make sure that 
they 

RE: [SA-list] Powershell scripts for external checks.

2016-12-07 Thread Carroll, Andrew
Pieter , 

 

Thats great, just the sort of stuff I was after a taking a look at. 

 

What is the batch script like that you call this from, or can you now call  
Powershell scripts directly from within Servers Alive? 

 

Regards, 

 

Andy 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of 
Demeulemeester, Pieter
Sent: 06 December 2016 14:46
To: Servers Alive Discussion List
Subject: RE: [SA-list] Powershell scripts for external checks. 

 

 

Servers Alive Check type : external (errorlevel); alarm when errorlevel <> 0. 

 

An example of a PS-script I use : 

$RemoteServer=$args[0] 

$RefValue=1 

  

$Value=Invoke-Command -computername $RemoteServer -ScriptBlock 
{(get-itemproperty "HKLM:\SOFTWARE\Microsoft\Microsoft Data Protection 
Manager\Agent\2.0").Forcefixup} 

 

if ($Waarde -eq $RefValue) 

{ 

 write-host "OK. Value ForceFixup is $Value. " 

 exit 0 

  } 

else 

{ 

 write-host "Error. Value ForceFixup is $Value, must be $RefValue." 

 exit 1 

} 

 

The script checks if a registry-key still has value 1. If not it ends with an 
errorlevel 1 and Servers Alive then generates an error. 

 

Kind regards. 

Pieter 

 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu 
(mailto:salive@woodstone.nu)] On Behalf Of Carroll, Andrew
Sent: dinsdag 6 december 2016 14:51
To: Servers Alive Discussion List
Subject: [SA-list] Powershell scripts for external checks. 

 

Mailing List Users, 

 

I have been away from Servers Alive external check development for some time 
and the version of Servers Alive has moved on a fair bit since I was last doing 
this sort of work. 

 

I have had a quick look on the Servers Alive website for information regarding 
using Powershell for external checks, as this is now my preferred scripting 
language, but Im not seeing much on the web site or the email list 
archives. 

 

Is anyone making much use of Powershell for their external checking processes, 
would anyone be will to give me some ideas of the sort of stuff they are doing 
and how you are wrapping Powershell scripts up so that they can be called from 
within Servers Alive for performing external checks. 

 

Regards, 

 

Andy 

 

Andy Carroll | Technical Support Analyst 

Application Services | CGI 

 

T: 44 1745-539109 |  44 7833-299741 

andrew.carr...@cgi.com (mailto:andrew.carr...@cgi.com) | cgi-group.co.uk 

 



 

CGI IT UK Limited. A CGI Group Inc. Company 

Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United 
Kingdom. Registered in England & Wales - Number 947968 

 

CONFIDENTIALITY NOTICE: Proprietary/Confidential Information belonging to CGI 
Group Inc. and its affiliates may be contained in this message. If you are not 
a recipient indicated or intended in this message (or responsible for delivery 
of this message to such person), or you think for any reason that this message 
may have been addressed to you in error, you may not use or copy or deliver 
this message to anyone else. In such case, you should destroy this message and 
are asked to notify the sender by reply e-mail. 

 



To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu (mailto:salive@woodstone.nu)
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 




Dit bericht wordt verzonden vanuit een e-mailadres voor professioneel gebruik. 
De verantwoordelijken binnen de organisatie kunnen kennis nemen van alle 
berichten verzonden naar dit adres.
Le présent message est envoyé d'une adresse e-mail pour usage professionnel. 
Les responsables de l'organisation peuvent prendre connaissance de tous les 
messages envoyés à cette adresse.
This message is sent from an e-mail address for professional use only. The 
persons in charge of the organisation may take note of all messages sent to 
this address. 



To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu (mailto:salive@woodstone.nu)
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


[SA-list] Powershell scripts for external checks.

2016-12-06 Thread Carroll, Andrew
Mailing List Users, 

 

I have been away from Servers Alive external check development for some time 
and the version of Servers Alive has moved on a fair bit since I was last doing 
this sort of work. 

 

I have had a quick look on the Servers Alive website for information regarding 
using Powershell for external checks, as this is now my preferred scripting 
language, but Im not seeing much on the web site or the email list 
archives. 

 

Is anyone making much use of Powershell for their external checking processes, 
would anyone be will to give me some ideas of the sort of stuff they are doing 
and how you are wrapping Powershell scripts up so that they can be called from 
within Servers Alive for performing external checks. 

 

Regards, 

 

Andy 

 

Andy Carroll | Technical Support Analyst 

Application Services | CGI 

 

T: 44 1745-539109 |  44 7833-299741 

andrew.carr...@cgi.com (mailto:andrew.carr...@cgi.com) | cgi-group.co.uk 

 



 

CGI IT UK Limited. A CGI Group Inc. Company 

Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United 
Kingdom. Registered in England & Wales - Number 947968 

 

CONFIDENTIALITY NOTICE: Proprietary/Confidential Information belonging to CGI 
Group Inc. and its affiliates may be contained in this message. If you are not 
a recipient indicated or intended in this message (or responsible for delivery 
of this message to such person), or you think for any reason that this message 
may have been addressed to you in error, you may not use or copy or deliver 
this message to anyone else. In such case, you should destroy this message and 
are asked to notify the sender by reply e-mail. 

 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


Automatic reply: [SA-list] SA on 64 bit

2012-05-07 Thread Carroll, Andrew
 

I am currently out of the office, returning Tuesday 8th May. . 

 

I will deal with any emails on my return, during this time if you need an 
urgent response please contact Louise Phelps on site at NWP, or Tony Coy in 
Swindon. 

 

Regards, 

 

Andy Carroll
Senior Application Engineer – NWP FM Team 

Security, Government  Infrastructure 

T: #43;44 1745.539.109 M: #43;44 7598.285.958
E: andy.carr...@intergraph.com (mailto:andy.carr...@intergraph.com) 

 

Intergraph (UK) Ltd 

Delta Business Park, Great Western Way 

Swindon, Wiltshire, SN5 7XP, UK
intergraph.co.uk (www.intergraph.co.uk) | LinkedIn 
(http://www.linkedin.com/groups?gid=127267) | Facebook 
(http://www.facebook.com/pages/Intergraph/90595518795) | Twitter 
(http://twitter.com/intergraph) 

 

 

Intergraph is part of HEXAGON (http://www.hexagon.com/) 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


Automatic reply: [SA-list] Getting close to release

2012-02-13 Thread Carroll, Andrew
 

I am currently out of the office, returning Monday 20th February. 

 

I will deal with any emails on my return, during this time if you need an 
urgent response please contact Louise Phelps on site at NWP, or Tony Coy in 
Swindon. 

 

Regards, 

 

Andy Carroll
Senior Application Engineer – NWP FM Team 

Security, Government  Infrastructure 

T: #43;44 1745.539.109 M: #43;44 7598.285.958
E: andy.carr...@intergraph.com (mailto:andy.carr...@intergraph.com) 

 

Intergraph (UK) Ltd 

Delta Business Park, Great Western Way 

Swindon, Wiltshire, SN5 7XP, UK
intergraph.co.uk (www.intergraph.co.uk) | LinkedIn 
(http://www.linkedin.com/groups?gid=127267) | Facebook 
(http://www.facebook.com/pages/Intergraph/90595518795) | Twitter 
(http://twitter.com/intergraph) 

 

 

Intergraph is part of HEXAGON (http://www.hexagon.com/) 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


RE: [SA-list] Servers Alive running on Virtual Servers

2012-01-06 Thread Carroll, Andrew
Thanks for all the feedback on Servers Alive running in a virtual environment 
(not just this reply), it#8217;s most appreciate. 

 

Andy J 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of 
Hanson, Brett
Sent: 05 January 2012 20:17
To: Servers Alive Discussion List
Subject: RE: [SA-list] Servers Alive running on Virtual Servers 

 

Agreed.  We ran Servers Alive on a virtual machine for a couple years, but 
always had stability problems.  It has been much better since we moved it back 
to a physical machine. 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu] 
(mailto:[mailto:salive@woodstone.nu]) On Behalf Of Heath Abbate
Sent: Thursday, January 05, 2012 12:46 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] Servers Alive running on Virtual Servers 

 

don#8217;t know if things have changed with newer builds but for us we had 
nothing but problems until we moved salive to a dediated physical box. 

 

 

 

From: Servers Alive Discussion List [mailto:salive@woodstone.nu] 
(mailto:[mailto:salive@woodstone.nu]) On Behalf Of Carroll, Andrew
Sent: Thursday, January 05, 2012 11:16 AM
To: Servers Alive Discussion List
Subject: [SA-list] Servers Alive running on Virtual Servers 

 

Guy#8217;s, 

 

I am being asked if it would be possible to Virtualise our Servers Alive 
installation for an on-going system wide upgrade project. The other monitoring 
we have on the same server is Insight Manager for hardware monitoring. We are 
currently running this on a Windows 2003 Server. We monitor a number of servers 
/ services etc. over a number of sites. 

 

Does anyone already have Servers Alive running on a Virtual Server (and Insight 
Manager preferably)? 

 

If you do are there any issues I should consider in migrating to a Virtual 
environment? Are there any issue in running in this way? 

 

Any feedback would be greatly appreciated. 

 

Regards, 

 

Andy 

 

 

Andy Carroll
Senior Application Engineer - NWP FM Team
Security, Government  Infrastructure
Intergraph UK Limited
Delta Business Park
Great Western Way
Swindon, Wiltshire SN5 7XP 

 

M #43;44 (0)7598.285958 

P #43;44 (0)1745.539109
andy.carr...@intergraph.com (mailto:andy.carr...@intergraph.com) 
http://publicsafety.intergraph.com 
(https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=http://publicsafety.intergraph.com/)
 

 



To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu (mailto:salive@woodstone.nu)
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 



The contents of this message, together with any attachments, are intended only 
for the use of the individual or entity to which they are addressed and may 
contain information that is confidential and exempt from disclosure. If you are 
not the intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this message, or any attachment, is strictly 
prohibited. If you have received this message in error, please notify the 
original sender immediately by telephone or by return E-mail and delete this 
message, along with any attachments, from your computer. Thank you. 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu (mailto:salive@woodstone.nu)
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 

 




IMPORTANT NOTICE ! This E-Mail transmission and any accompanying attachments 
may contain confidential information intended only for the use of the 
individual or entity named above. Any dissemination, distribution, copying or 
action taken in reliance on the contents of this E-Mail by anyone other than 
the intended recipient is strictly prohibited and is not intended to, in 
anyway, waive privilege or confidentiality. If you have received this E-Mail in 
error please immediately delete it and notify sender at the above E-Mail 
address. Agrium uses state of the art anti-virus technology on all incoming and 
outgoing E-Mail. We encourage and promote the use of safe E-Mail management 
practices and recommend you check this, and all other E-Mail and attachments 
you receive for the presence of viruses. The sender and Agrium accept no 
liability for any damage caused by a virus or otherwise by the transmittal of 
this E-Mail.


To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu

[SA-list] Servers Alive running on Virtual Servers

2012-01-05 Thread Carroll, Andrew
Guy#8217;s, 

 

I am being asked if it would be possible to Virtualise our Servers Alive 
installation for an on-going system wide upgrade project. The other monitoring 
we have on the same server is Insight Manager for hardware monitoring. We are 
currently running this on a Windows 2003 Server. We monitor a number of servers 
/ services etc. over a number of sites. 

 

Does anyone already have Servers Alive running on a Virtual Server (and Insight 
Manager preferably)? 

 

If you do are there any issues I should consider in migrating to a Virtual 
environment? Are there any issue in running in this way? 

 

Any feedback would be greatly appreciated. 

 

Regards, 

 

Andy 

 

 

Andy Carroll
Senior Application Engineer - NWP FM Team
Security, Government  Infrastructure
Intergraph UK Limited
Delta Business Park
Great Western Way
Swindon, Wiltshire SN5 7XP 

 

M #43;44 (0)7598.285958 

P #43;44 (0)1745.539109
andy.carr...@intergraph.com (mailto:andy.carr...@intergraph.com) 
http://publicsafety.intergraph.com 
(https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=http://publicsafety.intergraph.com/)
 

 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


Automatic reply: [SA-list] Latency check?

2011-12-19 Thread Carroll, Andrew
 

I am currently out of the office, returning Wednesday 28th December. 

 

I will deal with any emails on my return, during this time if you need an 
urgent response please contact Louise Phelps on site at NWP, or Tony Coy in 
Swindon. 

 

Regards, 

 

Andy Carroll
Senior Application Engineer - NWP FM Team
Security, Government  Infrastructure
Intergraph UK Limited
Delta Business Park
Great Western Way
Swindon, Wiltshire SN5 7XP 

 

M #43;44 (0)7598.285958 

P #43;44 (0)1745.539109
andy.carr...@intergraph.com (mailto:andy.carr...@intergraph.com) 
http://publicsafety.intergraph.com 
(https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=https://webmail.intergraph.nl/exchweb/bin/redir.asp?URL=http://publicsafety.intergraph.com/)
 

 

 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


Automatic reply: [SA-list] Just another day at the office @Woodstone

2011-08-20 Thread Carroll, Andrew
I am currently out of the office, returning Tuesday 26th April. 

 

I will deal with any emails on my return, during this time if you need an 
urgent response please contact Louise Phelps on site at NWP, or Tony Coy in 
Swindon. 

 

Regards, 

 

Andy Carroll Senior Application Engineer - NWP FM Team 

Security, Government  Infrastructure 

Intergraph UK Limited 

Delta Business Park 

Great Western Way 

Swindon, 

Wiltshire 

SN5 7XP 

 

M #43;44 (0)7977.256867 andy.carr...@intergraph.com 
http://publicsafety.intergraph.com (http://publicsafety.intergraph.com) 

 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


[SA-list] FileProperties Configuration problem

2011-08-03 Thread Carroll, Andrew
Servers Alive Discussion List,

I have had to move my Servers Alive implementation from a Windows XP Pro SP3 
workstation to a Windows 2008 Server SP1 (32 bit) platform due to the failure 
of the hardware on the workstation.

I was able to recover my hostfile and the registry and group settings from the 
old system and implement these on the new system after a standard install, and 
all appears to working OK.

I have however spotted an issue with an External COM check, where I am not able 
to Configure the external check parameters.

A number of my checks use the External COM check FileProperties Check and it 
seems that I am unable to use the Configure option at the moment.

Does anyone have any clues why this is not working under Windows 2008 Server 
SP1 when it worked fine under Windows XP Pro SP3.

Servers Alive Enterprise Version 6.1.2004

Windows 2008 Server SP1 (32 bit)

Regards,

Andy 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members.  Doing so will cause 
you to be automatically removed from the list.



RE: [SA-list] FileProperties Configuration problem

2011-08-03 Thread Carroll, Andrew
Dirk,

The comfileproperties.dll reports a version of 2.0.0.49, this is the same 
version that was working on the older installation, as I have all these 
installation version from when the old system was implemented.

I have not previously updated the version of Servers Alive as on the old (dead) 
Windows XP Pro SP3 installation was working fine.

Should I really be upgrading to the latest version of Servers Alive now that I 
have had to move onto the Windows 2008 Server platform?

Regards,

Andy

-Original Message-
From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of 
Dirk
Sent: 03 August 2011 11:46
To: Servers Alive Discussion List
Subject: RE: [SA-list] FileProperties Configuration problem

Servers Alive v6.1 (and v6.2) are NOT supported on Windows 2008.
What version of the COM check are you using?

-Original Message-
From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of
Carroll, Andrew
Sent: Wednesday, August 03, 2011 12:31 PM
To: Servers Alive Discussion List
Subject: [SA-list] FileProperties Configuration problem

Servers Alive Discussion List,

I have had to move my Servers Alive implementation from a Windows XP Pro SP3
workstation to a Windows 2008 Server SP1 (32 bit) platform due to the failure of
the hardware on the workstation.

I was able to recover my hostfile and the registry and group settings from the
old system and implement these on the new system after a standard install, and
all appears to working OK.

I have however spotted an issue with an External COM check, where I am not able
to Configure the external check parameters.

A number of my checks use the External COM check FileProperties Check and it
seems that I am unable to use the Configure option at the moment.

Does anyone have any clues why this is not working under Windows 2008 Server SP1
when it worked fine under Windows XP Pro SP3.

Servers Alive Enterprise Version 6.1.2004

Windows 2008 Server SP1 (32 bit)

Regards,

Andy 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that
they are not sent to the list nor to individual members.  Doing so will cause
you to be automatically removed from the list.

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members.  Doing so will cause 
you to be automatically removed from the list.

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members.  Doing so will cause 
you to be automatically removed from the list.



RE: [SA-list] FileProperties Configuration problem

2011-08-03 Thread Carroll, Andrew
Dirk,

I didn't have a choice of what OS I wanted to use for this latest Servers Alive 
installation as this is controlled by company policy and Windows 2008 Server is 
now the preferred Server OS.

I have found the dialogue after you have pointed out that it pops up behind 
other dialogues, and have been able to change the required configurations, I 
can live with this as long as it works.

Is there a list of known issues with Windows 2008 Server that I can take a look 
at to see if any of these are likely to cause me any issues? I have checked 
your website but can't see anything obvious. Has there been a discussion thread 
that I have missed? Will Windows 2008 Server be supported in future?

Regards,

Andy

-Original Message-
From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of 
Dirk
Sent: 03 August 2011 12:53
To: Servers Alive Discussion List
Subject: RE: [SA-list] FileProperties Configuration problem

We don't support v6.1/v6.2 on Win2008 if that's fine for you then you can stay
on that version.
About the fileproperties issue, that's a known thing caused by the OS too.  For
some reason the GUI is in fact visible but hidden behind the Servers Alive
screen.  With the latest add-on version we force it to be infront of SA :-)

-Original Message-
From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of
Carroll, Andrew
Sent: Wednesday, August 03, 2011 1:01 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] FileProperties Configuration problem

Dirk,

The comfileproperties.dll reports a version of 2.0.0.49, this is the same
version that was working on the older installation, as I have all these
installation version from when the old system was implemented.

I have not previously updated the version of Servers Alive as on the old (dead)
Windows XP Pro SP3 installation was working fine.

Should I really be upgrading to the latest version of Servers Alive now that I
have had to move onto the Windows 2008 Server platform?

Regards,

Andy

-Original Message-
From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of
Dirk
Sent: 03 August 2011 11:46
To: Servers Alive Discussion List
Subject: RE: [SA-list] FileProperties Configuration problem

Servers Alive v6.1 (and v6.2) are NOT supported on Windows 2008.
What version of the COM check are you using?

-Original Message-
From: Servers Alive Discussion List [mailto:salive@woodstone.nu] On Behalf Of
Carroll, Andrew
Sent: Wednesday, August 03, 2011 12:31 PM
To: Servers Alive Discussion List
Subject: [SA-list] FileProperties Configuration problem

Servers Alive Discussion List,

I have had to move my Servers Alive implementation from a Windows XP Pro SP3
workstation to a Windows 2008 Server SP1 (32 bit) platform due to the failure of
the hardware on the workstation.

I was able to recover my hostfile and the registry and group settings from the
old system and implement these on the new system after a standard install, and
all appears to working OK.

I have however spotted an issue with an External COM check, where I am not able
to Configure the external check parameters.

A number of my checks use the External COM check FileProperties Check and it
seems that I am unable to use the Configure option at the moment.

Does anyone have any clues why this is not working under Windows 2008 Server SP1
when it worked fine under Windows XP Pro SP3.

Servers Alive Enterprise Version 6.1.2004

Windows 2008 Server SP1 (32 bit)

Regards,

Andy 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that
they are not sent to the list nor to individual members.  Doing so will cause
you to be automatically removed from the list.

To unsubscribe send a message with UNSUBSCRIBE in the subject line to
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that
they are not sent to the list nor to individual members.  Doing so will cause
you to be automatically removed from the list.

To unsubscribe send a message with UNSUBSCRIBE in the subject line to
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that
they are not sent to the list nor to individual members.  Doing so will cause
you to be automatically removed from the list.

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members.  Doing so will cause 
you to be automatically removed from the list.

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members.  Doing so will cause 
you to be automatically removed from

Automatic reply: [SA-list] Remote Client/Icon for Servers Alive

2011-04-22 Thread Carroll, Andrew
I am currently out of the office, returning Tuesday 26th April. 

 

I will deal with any emails on my return, during this time if you need an 
urgent response please contact Louise Phelps on site at NWP, or Tony Coy in 
Swindon. 

 

Regards, 

 

Andy Carroll Senior Application Engineer - NWP FM Team 

Security, Government  Infrastructure 

Intergraph UK Limited 

Delta Business Park 

Great Western Way 

Swindon, 

Wiltshire 

SN5 7XP 

 

M #43;44 (0)7977.256867 andy.carr...@intergraph.com 
http://publicsafety.intergraph.com (http://publicsafety.intergraph.com) 

 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


Automatic reply: [SA-list] Unable to relay mail to 127.0.0.1 ?

2011-02-11 Thread Carroll, Andrew
I am currently out of the office, returning Monday 21st February. I will deal 
with any emails on my return, during this time if you need an urgent response 
please contact Louise Phelps on site at NWP, or Tony Coy in Swindon. Regards, 
Andy Carroll Senior Application Engineer - NWP FM Team Security, Government  
Infrastructure Intergraph UK Limited Delta Business Park Great Western Way 
Swindon, Wiltshire SN5 7XP M #43;44 (0)7977.256867 andy.carr...@intergraph.com 
http://publicsafety.intergraph.com 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 


[SA-list] SMTP Alerting Error

2008-07-03 Thread Carroll, Andrew
SA, 
 
I am getting an error when trying to test the SMTP set up on my Servers Alive 
installation. 
 
Below is the error I am getting in the SA log. 
 
03/07/2008/09:36:56 SMTP threaded Message: 8365523620080703.SA612204-1, Failed 
to Send, error description: Interrupted., error code: 0x800a4f4e 
 
Can anyone advise what may be causing this. 
 
Thanks, 
 
Andy



From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Michael D. Shook
Sent: 03 July 2008 04:01
To: Servers Alive Discussion List
Subject: Re: [SA-list] Logging to db


I wrote a lengthy (probably too much so) series of guides to show one way of 
using a db to track the SA log.

If this seems what you are looking for and need some assistance with it, let me 
know.
Servers Alive Users Group (http://saug.snarkybox.com/index.php)  Reporting 
(http://saug.snarkybox.com/index.php#6)  External Reporting Methods and Custom 
DB Components (http://saug.snarkybox.com/index.php?board=8.0)saug.snarkybox.com

Michael Shook | Omega Tower Design Partners | www.omegatower.com/otdp | 
mike.omegatower.com


[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) wrote: 
Does anyone use the option to send SA logs to a SQL database? If so: 


1. Do you have some sort of handy front end for it that you would be willing to 
share (for us non-SQL types)? 
2. How do you prevent it from constantly growing to monstrous proportions? 

Thanks, 

Ian 
_
Ian K Gray
OEL IS - European Infrastructure Support
Tel: +44 1236 502661
Mob: +44 7881 518854
Ad eundum quo nemo ante iit 
__


Any opinions expressed in this email are those of the individual and not 
necessarily of the Company. This email and any files transmitted with it, 
including replies and forwarded copies (which may contain alterations) 
subsequently transmitted from the Company are confidential and solely for the 
use of the intended recipient. It may contain material protected by legal 
privilege. If you are not the intended recipient or the person responsible for 
delivering to the intended recipient, be advised that you have received this 
email in error and that any use is strictly prohibited.
Please notify the sender immediately of the error and delete any copies of this 
message

Warning: Although the Company has taken reasonable precautions to ensure that 
no viruses are present in this e-mail, the Company cannot accept responsibility 
for any loss or damage arising from the use of this e-mail or attachments.


To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu (mailto:salive@woodstone.nu)
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list. 

To unsubscribe send a message with UNSUBSCRIBE in the subject line to 
salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), make sure that 
they are not sent to the list nor to individual members. Doing so will cause 
you to be automatically removed from the list.


[SA-list] I will be out of the Office until Wednesday 5th September 2007

2007-08-17 Thread Carroll, Andrew
I will be out of the Office until Wednesday 5th September 2007 



If you require assistance with any ICAD issues please contact Craig Beattie or 
another member of the FMT.

I will check my email on my return and deal with any outstanding issues ASAP.

Thanks,

Andy 

To unsubscribe send a message with UNSUBSCRIBE as subject to salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), then make sure 
that they are not send to the list nor to the individual members of the list 
that send a message. Doing this will get you removed from the list. 


[SA-list] I will be out of the Office until Wednesday 5th September 2007

2007-08-17 Thread Carroll, Andrew
I will be out of the Office until Wednesday 5th September 2007 



If you require assistance with any ICAD issues please contact Craig Beattie or 
another member of the FMT.

I will check my email on my return and deal with any outstanding issues ASAP.

Thanks,

Andy 

To unsubscribe send a message with UNSUBSCRIBE as subject to salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), then make sure 
that they are not send to the list nor to the individual members of the list 
that send a message. Doing this will get you removed from the list. 


[SA-list] OT - System / Network Monitoring

2007-08-15 Thread Carroll, Andrew
Forum Members, (apologies up front for an off topic post)

I use Compaq / HP Insight Manager but I am not happy with the
functionality I get and I am considering other SNMP based monitoring to
work along side our Servers Alive installation.

Could I ask what other Network Monitoring tools other members are using?
Or any recommendations others may have.

Regards,

Andy

To unsubscribe send a message with UNSUBSCRIBE as subject to salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), then make sure 
that they are not send to the list nor to the individual members of the list 
that send a message.  Doing this will get you removed from the list.


RE: [SA-list] OT - System / Network Monitoring

2007-08-15 Thread Carroll, Andrew
Kevin,

I know SA can do SNMP monitoring, although I haven't yet considered
implementing any. Any examples would be useful.

I am looking to provide simple real-time view of the current network
status, generate a history of status changes, log and display a variety
of system performance data, that sort of functionality.

I thought this would be something I might find information on Michael
Shook's user group forum: http://saug.snarkybox.com/ but this seems to
be an under used facility, which is a shame as it would be the ideal
place to discuss this sort of thing.

Just fishing for ideas and interested to see if any forum members are
using anything that I might find useful.

Regards,

Andy

-Original Message-
From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Kevin Stone
Sent: 15 August 2007 16:41
To: Servers Alive Discussion List
Subject: Re: [SA-list] OT - System / Network Monitoring

SA can do SNMP monitoring.  What are you trying to accomplish?

-Kevin

Carroll, Andrew wrote:
 Forum Members, (apologies up front for an off topic post)

 I use Compaq / HP Insight Manager but I am not happy with the 
 functionality I get and I am considering other SNMP based monitoring 
 to work along side our Servers Alive installation.

 Could I ask what other Network Monitoring tools other members are
using?
 Or any recommendations others may have.

 Regards,

 Andy

 To unsubscribe send a message with UNSUBSCRIBE as subject to 
 salive@woodstone.nu If you use auto-responders (like out-of-the-office
messages), then make sure that they are not send to the list nor to the
individual members of the list that send a message.  Doing this will get
you removed from the list.


To unsubscribe send a message with UNSUBSCRIBE as subject to
salive@woodstone.nu If you use auto-responders (like out-of-the-office
messages), then make sure that they are not send to the list nor to the
individual members of the list that send a message.  Doing this will get
you removed from the list.

To unsubscribe send a message with UNSUBSCRIBE as subject to salive@woodstone.nu
If you use auto-responders (like out-of-the-office messages), then make sure 
that they are not send to the list nor to the individual members of the list 
that send a message.  Doing this will get you removed from the list.


RE: [SA-list] uptime reporting

2007-05-09 Thread Carroll, Andrew
Forum Members, 
 
I just found this old message hanging around in an old saved email folder. 
 
Did anyone actually set up a Forum or other resource that allowed forum members 
to swap solutions / ideas etc. it certainly sounds like a useful resource to 
have available, along side Dirk's exemplary service 
 
Regards, 
 
Andy



From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Michael Shook
Sent: 05 July 2006 18:46
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting



Hmmm, I can't find the link to the old forum either (i may have been the only 
person who posted to it?) 
 
If there's still interest, I can host a users forum. 

Michael D. Shook
Technical Analyst
Saddle Creek Corporation
[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])
863 668 4477 (work)
863 860 4070 (cell)
863 665 1261 (fax)
www.saddlecrk.com (http://www.saddlecrk.com/)  



From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Barry George
Sent: Wednesday, July 05, 2006 1:16 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting



A one time a fine user of this group put up a site that allowed other list 
users to share files for templates etc. 
Unfortunately it wasn't utilized so I dear say it no longer exists - I can't 
seem locate it in either in the archive messages on woodstone or my own 
resources. 
 
Anyway many thought this was a great idea (including Dirk at the time) to have 
this shared space for things like your SQL solution here. Saves repetition etc 
etc.. 
 
Maybe Dirk you can think about taking up the crusade by making something like 
this more accessible to the list off of the SA website? 
 
Just a thought. 
Barry 
 


 
 



From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Michael Shook
Sent: July 5, 2006 9:56 AM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting



If you use MS SQL I can walk you through how I keep that info 
 

Michael D. Shook
Technical Analyst
Saddle Creek Corporation
[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])
863 668 4477 (work)
863 860 4070 (cell)
863 665 1261 (fax)
www.saddlecrk.com (http://www.saddlecrk.com/)  



From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Alexandre Fremion
Sent: Wednesday, July 05, 2006 9:46 AM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting



Yes I know that. That's why I post this email. 
I would like to have a monthly report with the same details. If someone has a 
pretty solution... 
 
Alex.



De : Dirk Bulinckx [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 5 juillet 2006 15:41
À : Servers Alive Discussion List
Objet : RE: [SA-list] uptime reporting



the sa_stats_... are not  montly, but since the running of SA? 
 

Dirk Bulinckx.  



From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Alexandre Fremion
Sent: Wednesday, July 05, 2006 3:01 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting



Hi all, 
 
I'm looking for the same. 
 
In fact, I built an intranet page when we can see and check a lot of things. My 
page use these variables in a table : 
sa_checkresponse 
sa_statuschangetime, sa_statuschangedate
sa_stats_avgrtrip
sa_stats_maxrtrip
sa_stats_minrtrip
sa_stats_upcycles
sa_stats_uptime
sa_stats_downcycles
sa_stats_maintenancecycles
sa_stats_totalcycles 
 
I would like to extract the sa_stats_uptime information for some items too 
and monthly based... If someone can help me... 
 
Thanks  Best Regards, 
Alex. 
 
Alexandre Fremion
System admin / IT support
ebookers.fr
28, rue Pierre Lescot
75001 Paris - France
T +33 1 45 08 77 90
T +33 6 60 17 98 57
F +33 1 45 08 03 69
Ext. 367790
www.ebookers.fr 



De : Jim Kabage [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 3 juillet 2006 20:01
À : Servers Alive Discussion List
Objet : [SA-list] uptime reporting





I'm trying to get stats on monthly uptime of certain items I'm monitoring and 
was wondering what is available.  I found a script in the archive from 2002 
that I will try to use, but was wondering if there was anything more current. 

 

I would like to be either able to manually generate a report monthly or have 
one automatically generated and emailed out each month. 

 

Thanks for you suggestions. 

 

Jim

To unsubscribe send a message with UNSUBSCRIBE as subject to salive@woodstone.nu
If you use auto-responders 

RE: [SA-list] uptime reporting

2006-07-05 Thread Carroll, Andrew
I would be interested in seeing this excellent idea resurrected...
 
I was very keen on the idea but when I eventually had time to go and look at 
what everyone else was doing, I was unable to locate the site.
 
Andy



From: Servers Alive Discussion List on behalf of Michael Shook
Sent: Wed 05/07/2006 18:45
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting


Hmmm, I can't find the link to the old forum either (i may have been the only 
person who posted to it?)
 
If there's still interest, I can host a users forum.

Michael D. Shook
Technical Analyst
Saddle Creek Corporation
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
863 668 4477 (work)
863 860 4070 (cell)
863 665 1261 (fax)
www.saddlecrk.com http://www.saddlecrk.com/  

 




From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf 
Of Barry George
Sent: Wednesday, July 05, 2006 1:16 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting


A one time a fine user of this group put up a site that allowed other 
list users to share files for templates etc.
Unfortunately it wasn't utilized so I dear say it no longer exists - I 
can't seem locate it in either in the archive messages on woodstone or my own 
resources.
 
Anyway many thought this was a great idea (including Dirk at the time) 
to have this shared space for things like your SQL solution here. Saves 
repetition etc etc..
 
Maybe Dirk you can think about taking up the crusade by making 
something like this more accessible to the list off of the SA website?
 
Just a thought.
Barry
 

 

 




From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] 
On Behalf Of Michael Shook
Sent: July 5, 2006 9:56 AM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting


If you use MS SQL I can walk you through how I keep that info
 

Michael D. Shook
Technical Analyst
Saddle Creek Corporation
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
863 668 4477 (work)
863 860 4070 (cell)
863 665 1261 (fax)
www.saddlecrk.com http://www.saddlecrk.com/  

 




From: Servers Alive Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Alexandre Fremion
Sent: Wednesday, July 05, 2006 9:46 AM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting


Yes I know that. That's why I post this email.
I would like to have a monthly report with the same 
details. If someone has a pretty solution...
 
Alex.



De : Dirk Bulinckx [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 5 juillet 2006 15:41
À : Servers Alive Discussion List
Objet : RE: [SA-list] uptime reporting


the sa_stats_... are not  montly, but since the running 
of SA?
 

Dirk Bulinckx. 

 



From: Servers Alive Discussion List [mailto:[EMAIL 
PROTECTED] On Behalf Of Alexandre Fremion
Sent: Wednesday, July 05, 2006 3:01 PM
To: Servers Alive Discussion List
Subject: RE: [SA-list] uptime reporting


Hi all,
 
I'm looking for the same.
 
In fact, I built an intranet page when we can see and 
check a lot of things. My page use these variables in a table :
sa_checkresponse 
sa_statuschangetime, sa_statuschangedate
sa_stats_avgrtrip
sa_stats_maxrtrip
sa_stats_minrtrip
sa_stats_upcycles
sa_stats_uptime
sa_stats_downcycles
sa_stats_maintenancecycles
sa_stats_totalcycles
 
I would like to extract the sa_stats_uptime 
information for some items too and monthly based... If 

[SA-list] Remote Telnet command crashes Servers Alive V5.1.1964

2006-04-04 Thread Carroll, Andrew
Title: Remote Telnet command crashes Servers Alive V5.1.1964






Dirk,


I have successfully implemented remote telnet commands that can be run from a remote web frontend, this gives me the ability to put a check into MAINTENANCE, ACTIVE or perform a CHECK NOW. This has been implemented using a mixture of HTML, ASP and PERL.

However, although these commands work fine, if there are a number of these commands being performed at the same or in quick succession, it can cause the Servers Alive application to crash.

From my investigations I believe this to be due to the fact that the telnet session is either being terminated before the process has successfully completed, or the next telnet session is killing the current telnet session.

There are no useful entries being logged to the log file.


Can you see anyway around this problem, has anybody else reported a similar problem?


Regards,


Andy



To unsubscribe send a message with UNSUBSCRIBE as subject to salive@woodstone.nu



RE: [SA-list] User BBS for How-To info....

2005-10-03 Thread Carroll, Andrew




A sharing of general monitoring techniques is an excellent 
idea. It gives the opportunity to pick up techniques you may not have considered 
before and also there may be SA based solutions to problems you were considering 
but didn't know where to start.

I would be very interested.

Regards,

Andy


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin 
StoneSent: 03 October 2005 13:37To: 
salive@woodstone.nuSubject: RE: [SA-list] User BBS for "How-To" 
info

My original idea was not something strictly SA but a more 
generic place to discuss the use of monitoring tools including SA. For 
me SA is only one of about 10 tools that we use. 

-Kevin


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of David 
BruckSent: Sunday, October 02, 2005 1:36 PMTo: 
salive@woodstone.nuSubject: Re: [SA-list] User BBS for "How-To" 
info

Maybe I am missing the point. Why a BBS when 
we have this listserv in a nice easy way to archive email messages?

Dave Bruck

  - Original Message - 
  From: 
  Michael 
  D. Shook 
  To: salive@woodstone.nu 
  Sent: September 30, 2005 13:35
  Subject: RE: [SA-list] User BBS for 
  "How-To" info
  
  well, i'd like to kick off with the convuluted process we 
  use with Servers Aliveto check our Groupwise 
Servers.
  
  How would you like this organized?
  
  It would make sense if it was by product, then by 
  software package...
  
  Checking Processes
   |
   -- Groupwise 
  5.5
   
  |
   
  -- Servers Alive
  
  What 
  say ye?
  Michael D. ShookTechnical Analyst[EMAIL PROTECTED]863 668 
  4477 (work)863 860 4070 (cell)863 665 1261 (fax)www.saddlecrk.com
  
  


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin 
StoneSent: Friday, September 30, 2005 12:33 PMTo: 
salive@woodstone.nuSubject: RE: [SA-list] User BBS for "How-To" 
info

Since Dirk is okay with the concept, I'll post my link 
below. This may need to move to another server depending on the 
popularity but we'll see how it goes.

http://www.inetlabs.net/phpBB2/

-Kevin


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Dirk 
BulinckxSent: Friday, September 30, 2005 11:51 AMTo: 
salive@woodstone.nuSubject: RE: [SA-list] User BBS for "How-To" 
info

sure no problem for me

Dirk.



From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Ferrell, 
JimSent: Friday, September 30, 2005 5:40 PMTo: 
salive@woodstone.nuSubject: RE: [SA-list] User BBS for "How-To" 
info

I love the international flavor of this 
listserv.

  Pukka adj. (also pukkah, pucka) Anglo-Ind. 1. 
  Genuine 2. Of good quality, reliable 3. Of full weight.Source Language 
  Term: pucka Suggested Translation:toll, 
brilliant
I think it is a 
great idea also, if Woodstone is agreeable. I could see how they might 
have reservations about control of the 
content.

Jim Ferrell EDS - Allison Transmission 4700 W 10th St 
Mail Code 
462-470-H04 Indianapolis, IN 46222 

( phone: +01-317-242-0034 (8-252) 
+ mailto:[EMAIL PROTECTED] 
Cell phone: 
317-716-4541 


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Anwar, 
ZiaSent: Friday, September 30, 2005 9:21 AMTo: 
'salive@woodstone.nu'Subject: RE: [SA-list] User BBS for "How-To" 
info

Now that is a pukkah idea


WHEN WHEN WHEN

  -Original Message-From: Kevin Stone 
  [mailto:[EMAIL PROTECTED]Sent: 30 September 2005 
  15:16To: salive@woodstone.nuSubject: RE: [SA-list] 
  User BBS for "How-To" info
  I've thought a more generic how-to forum for 
  monitoring tools(mostly intergrating themwith SA)and have it 
  set up but never announced. I'm sure there's 
  interest...
  
  -Kevin
  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Michael D. 
  ShookSent: Friday, September 30, 2005 8:06 AMTo: 
  salive@woodstone.nuSubject: [SA-list] User BBS for "How-To" 
  info
  
  I have a dream
  
  A dream of a place where people can go to see in long form how to 
  monitor different kinds of servers, services and 
  processes.
  
  A quiet place with information, helpful tips, kind suggestions and 
  the occasional flower.
  
  I also have a webserver with nothing to do, and I haven't pissed 
  off my wife with late nights in front of the PC 
lately.
  
  Any interest in ServersAlive.snarkybox.com as a user 
  BBS?
  Michael D. ShookTechnical Analyst[EMAIL PROTECTED]863 668 
  4477 (work)863 860 4070 (cell)863 665 1261 
  (fax)www.saddlecrk.com