Search found 24 matches

by tejanagios
Mon May 16, 2016 2:42 pm
Forum: Nagios XI
Topic: problems NSCP
Replies: 3
Views: 691

Re: problems NSCP

HI, No that doesn't work either, the same configuration file settings is working with nsclient 0.3 version. here is the updated version, i don't want all the clutter in the config, i just need NRPE module, check_nt, external scripts enabled and a section to add those scripts. the sample nsclient.ini...
by tejanagios
Mon May 16, 2016 9:41 am
Forum: Nagios XI
Topic: problems NSCP
Replies: 3
Views: 691

problems NSCP

HI,

Cannot run external scripts from the console using nrpe:

here is my configuration file nsclient +=(X64) 0.4.3.143

the output i get now is unknown command when i am trying to run external commands using nrpe. please mark where my config file needs editing.

thanks for the feedback.
by tejanagios
Thu May 12, 2016 11:46 am
Forum: Nagios XI
Topic: Nagios xi and nsclient++ certificate based communication
Replies: 1
Views: 612

Nagios xi and nsclient++ certificate based communication

HI, Please let me know the following: I am using Nsclient++(x64) on Windows server 2012 R2; we have about some 30 of them. I am using the following: NSCP version 0.4.3 running system checks using check_nt and powershell scripts using check_nrpe. I am looking at locking down the service and encryptin...
by tejanagios
Fri Mar 04, 2016 6:05 am
Forum: Nagios XI
Topic: Syntax for filters in check_eventlog
Replies: 6
Views: 4661

Re: Syntax for filters in check_eventlog

HI ssax, The Windows event log configuring wizard in Nagios XI; requires you to download and install an agent on the systems http://assets.nagios.com/downloads/addons/nageventlog/nagevlog-setup-1.9.2.exe nageventlog agent. the build doesn't work. ####### I have read michael medins' blog as well, its...
by tejanagios
Fri Mar 04, 2016 5:47 am
Forum: Nagios XI
Topic: Syntax for filters in check_eventlog
Replies: 6
Views: 4661

Re: Syntax for filters in check_eventlog

Box293 wrote:What version of NSClient++ are you using?
Nsclient++ 0.4.4.15;
by tejanagios
Thu Mar 03, 2016 9:33 am
Forum: Nagios XI
Topic: Syntax for filters in check_eventlog
Replies: 6
Views: 4661

Syntax for filters in check_eventlog

Could you please point me some examples to use check_eventlog I have found this link, https://outsideit.net/real-time-eventlog-monitoring/ couldn't understand it well. Looking at the NSCA settings configuration page on nsclient++ documentation. there is a mention of scheduler in it, they say that th...
by tejanagios
Thu Mar 03, 2016 5:22 am
Forum: Nagios XI
Topic: NSCA checks
Replies: 9
Views: 1977

Re: NSCA checks

Yes, looks like the cache objects file has this, the 'n' option is added to all the services, including local host define service { host_name localhost service_description Total Processes check_period 24x7 check_command check_local_procs!400!500!RSZDT contacts nagiosadmin notification_period 24x7 in...
by tejanagios
Mon Feb 29, 2016 8:08 am
Forum: Nagios XI
Topic: NSCA checks
Replies: 9
Views: 1977

Re: NSCA checks

Here is the Template: define service { name generic-service service_description checks windows updates is_volatile 0 max_check_attempts 5 check_interval 5 retry_interval 1 active_checks_enabled 1 passive_checks_enabled 1 check_period 24x7 parallelize_check 1 obsess_over_service 0 check_freshness 0 e...
by tejanagios
Fri Feb 26, 2016 6:18 am
Forum: Nagios XI
Topic: NSCA checks
Replies: 9
Views: 1977

Re: NSCA checks

HI, I haven't although these are definition for objects right now. define service { host_name qa-wts1.jlr.ktsecureqa.co.uk service_description cpu use xiwizard_passive_service max_check_attempts 1 check_interval 1 retry_interval 1 check_period xi_timeperiod_24x7 notification_interval 60 notification...
by tejanagios
Thu Feb 25, 2016 7:59 am
Forum: Nagios XI
Topic: NSCA PASSIVE CHECKS
Replies: 3
Views: 742

Re: NSCA PASSIVE CHECKS

I had to go through several checks, from opening ports and checking IP TABLES, to managing unconfigured objects with-in nagios. it works now, for 3 basic windows check to begin with. Can i define passive checks before hand so that i don't have to use the un-configured objects wizard? if so, could yo...