From ssmith94132 at gmail.com Thu Jun 16 15:34:39 2016 From: ssmith94132 at gmail.com (Steve Smith) Date: Thu, 16 Jun 2016 12:34:39 -0700 Subject: Schedule Checking Message-ID: Hello all, I'm trying to include schedule checking but everywhere I place the following it returns an error: Service Prog { Schedule checking { * 0000 - 0600 => no } } I've tried this, it doesn't work: Group "Server Process MSAccess" { autoack: yes frequency: 15min messagedn: Peachtree Access is DOWN messageup: Peachtree Access is UP sendnotify: no Schedule checking { * 0000 - 0600 => no } Service Prog { command: cat /home/steve/data/2015proc.txt debug: yes expect: \bMSACCESS\b } Would someone kindly show me an example of a working config? Thanks. -- Fallbrook, CA. 92028 From argus-03 at jeremykister.com Mon Jun 20 01:12:02 2016 From: argus-03 at jeremykister.com (Jeremy Kister) Date: Mon, 20 Jun 2016 01:12:02 -0400 Subject: Schedule Checking In-Reply-To: References: Message-ID: On 6/16/2016 3:34 PM, Steve Smith wrote: > I've tried this, it doesn't work: can you write/screenshot an error you're getting or what you see that's wrong? > Would someone kindly show me an example of a working config? syntax in the config is very important. esp. new lines and { } i'm not sure if your mail just came through garbled or if that was your actual config, but a clean version of what you posted is at http://pastebin.com/raw/a6t9FfvD -- Jeremy Kister http://jeremy.kister.net/ From ssmith94132 at gmail.com Tue Jun 21 14:50:38 2016 From: ssmith94132 at gmail.com (Steve Smith) Date: Tue, 21 Jun 2016 11:50:38 -0700 Subject: Schedule Checking In-Reply-To: References: Message-ID: Hi Jeremy, Thanks for the reply. I got it figured out (below). I'm a "learn by example" guy and the links to the docs for schedules are unavailable. Luckily I was able to find an (almost working) example in the archives. ---- Group "Server MS Access" { autoack: yes frequency: 15min messagedn: Peacht Access is DOWN messageup: Peacht Access is UP sendnotify: yes Service Prog { command: cat /home/steve/data/2015proc.txt debug: yes expect: \bMSACCESS\b Schedule testing { mon 0500 - 1900 => yes tue 0500 - 1900 => yes wed 0500 - 1900 => yes thu 0500 - 1900 => yes fri 0500 - 1900 => yes sat 0500 - 1400 => yes all 0000 - 2400 => no } } } On Sun, Jun 19, 2016 at 10:12 PM, Jeremy Kister wrote: > On 6/16/2016 3:34 PM, Steve Smith wrote: > >> I've tried this, it doesn't work: >> > > can you write/screenshot an error you're getting or what you see that's > wrong? > > Would someone kindly show me an example of a working config? >> > > syntax in the config is very important. esp. new lines and { } > > i'm not sure if your mail just came through garbled or if that was your > actual config, but a clean version of what you posted is at > > http://pastebin.com/raw/a6t9FfvD > > > -- > > Jeremy Kister > http://jeremy.kister.net/ > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 From Selin.Bozkurt at radore.com Thu Jun 23 03:48:58 2016 From: Selin.Bozkurt at radore.com (Selin Ece Bozkurt, Radore) Date: Thu, 23 Jun 2016 07:48:58 +0000 Subject: 64-bit oid problem on argus Message-ID: <81ec827ff69c4bcf8343dc16ecd90f0f@radore.com> Hello, We want to monitor gigabit traffic on Argus by using 64 bit oid (ifHCInOctet and ifHCOutOctet) But when we define 64 bit oid by using name or MIB order , our graphs display traffic idle. How can we monitor gigabit traffic , could you help us? Thanks, Sayg?lar?mla, Selin Ece Bozkurt A? Operasyon Merkezi Uzman Yrd. Network Operations Center Asst. Specialist RADORE Metrocity AVM Levent, ?stanbul - T?RK?YE T: 0212 344 04 04 http://www.radore.com [Radore] RADORE VER? MERKEZ? H?ZMETLER? A.?. From argus-03 at jeremykister.com Thu Jun 23 18:13:01 2016 From: argus-03 at jeremykister.com (Jeremy Kister) Date: Thu, 23 Jun 2016 18:13:01 -0400 Subject: 64-bit oid problem on argus In-Reply-To: <81ec827ff69c4bcf8343dc16ecd90f0f@radore.com> References: <81ec827ff69c4bcf8343dc16ecd90f0f@radore.com> Message-ID: <576C5EED.8040900@jeremykister.com> On 6/23/16 3:48 AM, Selin Ece Bozkurt, Radore wrote: > But when we define 64 bit oid by using name or MIB order , our graphs display traffic idle. Indeed, test::currvalue is always 0. Service UDP/SNMP { oid: .1.3.6.1.2.1.31.1.1.1.6.7 uname: in label: in calc: ave-rate-bits } jeff. From argus-03 at jeremykister.com Wed Jun 29 12:26:21 2016 From: argus-03 at jeremykister.com (Jeremy Kister) Date: Wed, 29 Jun 2016 12:26:21 -0400 Subject: 64-bit oid problem on argus In-Reply-To: <576C5EED.8040900@jeremykister.com> References: <81ec827ff69c4bcf8343dc16ecd90f0f@radore.com> <576C5EED.8040900@jeremykister.com> Message-ID: <5773F6AD.7050908@jeremykister.com> On 6/23/16 6:13 PM, Jeremy Kister wrote: > Indeed, test::currvalue is always 0. pebkac error. use "snmpversion: 2c" in the Service test, the Group, or Top.