RE: [SA-list] SNMP checks - limited to 2 values per entry?

2007-10-15 Thread Douglas Genn
RE: [SA-list] SNMP checks - limited to 2 values per entry? Good point, but I think my way around that was to modify the alert itself. At the bottom of the WHEN tab, there's the option "When down the Extra Info field should/should not contain" XYZ . I have checks that appear "down" in some inst

RE: [SA-list] SNMP checks - limited to 2 values per entry?

2007-10-12 Thread Douglas Genn
RE: [SA-list] SNMP checks - limited to 2 values per entry? Couldn't you also feed the SNMP value into a custom vb script, and then fire the alert based upon what value the script spits out. Inside the script, you parse what got returned and decide if it's worth alerting on. Doug ---

RE: [SA-list] VBScript

2007-01-16 Thread Douglas Genn
Thanks. I appreciate any help or insights you have. Doug From: Servers Alive Discussion List on behalf of Dirk Bulinckx Sent: Tue 1/16/2007 1:30 PM To: Servers Alive Discussion List Subject: RE: [SA-list] VBScript Well my thoughts are ... That I will have to r

RE: [SA-list] VBScript

2007-01-16 Thread Douglas Genn
Hi Dirk, I was wondering if you had any thoughts on this. Is my syntax for the Function wrong? Why am I not getting the expected result of my script in the %e variable - I'm just getting the original %e value. What am I missing? Thanks Doug -Original Message- From: Servers Alive Di

RE: [SA-list] VBScript

2007-01-11 Thread Douglas Genn
I agree with the order of events, but I don't think that's incompatible with what I want to do. Did you have an idea about doing it all in one script? I'd like to have a script that is pretty generic, so I can use it on a variety of checks. I thought that feeding the computer name in through t

RE: [SA-list] VBScript

2007-01-10 Thread Douglas Genn
Pretty simple, I think. (Unless you want to point me in another direction) This is a proof of concept for me, and all it is intended to do is return the username in the %e variable. Then I'll just have the alert send or not send based on what username is returned (Through the 'When down the Extr

[SA-list] VBScript

2007-01-10 Thread Douglas Genn
Hello all, I think this should be a simple question, but it's been killing me for most of today. I have an SNMP check (1.3.6.1.2.1.1.5.0) that returns the ComputerName I'm then trying to send this is a simple vbscript that checks a win32 box to see who the currently logged on users are. I can

RE: [SA-list] Basic custom Script help

2006-10-13 Thread Douglas Genn
Thanks, you got it. taking out the '_vbscript_ line did it. Doug From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk BulinckxSent: Friday, October 13, 2006 2:41 PMTo: Servers Alive Discussion ListSubject: RE: [SA-list] Basic custom Script help This should be

[SA-list] Basic custom Script help

2006-10-13 Thread Douglas Genn
Hello all, I have what I am pretty certain will be a simple question to answer. I'm looking for guidance on how to convert the data returned by an SNMP check, using a custom _vbscript_. Example:   SNMP check returns uptime. (e.g. 8640 = 1 day)   Script defined in Setup-General-Custom S

RE: [SA-list] RRD Logging

2006-09-13 Thread Douglas Genn
Thanks.  I'll continue to test.  Doug From: Servers Alive Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dirk BulinckxSent: Tuesday, September 12, 2006 5:36 PMTo: Servers Alive Discussion ListSubject: RE: [SA-list] RRD Logging Yes they are all available for other alerts too.   Di

RE: [SA-list] RRD Logging

2006-09-12 Thread Douglas Genn
Thanks Dirk, I'll take a look at that. My first question, before I delve into it would be: Is there a variable that would contain the SNMP result that I could reference in an external batch file/script? Are all the variables available for sending SMTP mail available to be passed to an extern

[SA-list] RRD Logging

2006-09-12 Thread Douglas Genn
Hello all, I've just started implementing RRD checking and logging in my SA setup.  In reading through the RRD docs I've found online there seems to be a great deal of configurability to the DBs themselves as well as the graphs.  I've been working with the default SA created RRDs right now