{5} Assigned, Active Tickets by Owner (Full Description) (10 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

mickem (10 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#278 nsTray.exe crashes when an attempt is made to activate it. (Win2k8) Core future defect Bugs 02/07/09

Problem signature:

Problem Event Name: APPCRASH Application Name: nstray.exe Application Version: 0.0.0.0 Application Timestamp: 498c6ce8 Fault Module Name: kernel32.dll Fault Module Version: 6.0.6001.18000 Fault Module Timestamp: 4791a76d Exception Code: c0000005 Exception Offset: 000482c0 OS Version: 6.0.6001.2.1.0.272.7 Locale ID: 1033 Additional Information 1: 3a65 Additional Information 2: 488b1fd8b2803adb7ab4f0e39653f969 Additional Information 3: 9f37 Additional Information 4: b31d7b5e5b935c64a8fda28


#518 CheckFileSize Failing to work on subdirectories CheckDisk 0.4.2 defect Bugs 04/19/12

I have been trying to setup checking for the current size of a directory and found a bug with the command.

If I do this:

$ ./check_nrpe -H 10.0.0.1 -p 5666 -c CheckFileSize -a ShowAll MinWarn=10G MinCrit=20G File:WIN=d:/scripts/*.*
CRITICAL: WIN: 0B < critical|'WIN'=0B;10737418240;21474836480

So I switched on the logging option for the nsclient service and found this in the log:

2012-04-19 10:29:09: error:D:\source\nscp\branches\stable\include\parsers/filter/where_filter_impl.hpp:85: Invalid file specified: d:/scripts/*.*

but if I do this

$ ./check_nrpe -H 10.0.0.1 -p 5666 -c CheckFileSize -a ShowAll MaxWarn=1M MaxCrit=2M File:_list=d:/*.*
CRITICAL: _list: 67M > critical|'_list'=66.96M;1;2;

or this

$ ./check_nrpe -H 10.0.0.1 -p 5666 -c CheckFileSize -a ShowAll MinWarn=10G MinCrit=20G File:WIN=d:/scripts/*.sql
CRITICAL: WIN: 2.43K < critical|'WIN'=2.43KB;10485760;20971520

It works as expected.


#604 [/includes] doesn't work None 0.4.2 defect Bugs 02/19/13

LS,

when I enter the following into nsclient.ini:

includes nscp-vanderlande-0.4.ini

And nscp settings --validate run, I get the following error:

nsclient++$ ./nscp settings --validate Invalid path: /includes

Or: how do I use includes? The documentation is rather vague about this...


#605 Why does --validate report errors while the configuration works? None 0.4.2 defect Bugs 02/19/13

LS,

I've got the following configuration in nsclient.ini:

[/modules]
CheckExternalScripts = enabled

; NRPE server - A simple server that listens for incoming NRPE connection and handles them.
NRPEServer = 1

[/settings/NRPE/server]
allow arguments=1

[/settings/external scripts]
timeout = 60
allow arguments = 1

; A list of scripts available to run from the CheckExternalScripts module. Syntax is: <command>=<script> <arguments>
[/settings/external scripts/scripts]


; A list of wrappped scripts (ie. using the template mechanism)
[/settings/external scripts/wrapped scripts]
check_battery=check_battery.vbs
restart_failed_services=restart_failed_services.ps1 $ARG1$

; A list of templates for wrapped scripts
[/settings/external scripts/wrappings]

; BATCH FILE WRAPPING -
bat = scripts\\%SCRIPT% %ARGS%

; POWERSHELL WRAPPING -
ps1 = cmd /c echo scripts\\%SCRIPT% %ARGS%; exit($lastexitcode) | powershell.exe -executionpolicy remotesigned -command -

; VISUAL BASIC WRAPPING -
vbs = cscript.exe //T:30 //NoLogo scripts\\lib\\wrapper.vbs %SCRIPT% %ARGS%

Running nscp settings --validate reports these errors:

Invalid key: /settings/external scripts/wrapped scripts.check_battery
Invalid key: /settings/external scripts/wrapped scripts.restart_failed_services
Invalid key: /settings/external scripts/wrappings.bat
Invalid key: /settings/external scripts/wrappings.ps1
Invalid key: /settings/external scripts/wrappings.vbs

Yet, if I run check_nrpe -H localhost -c check_battery, I get a valid answer:

OK: Battery OK - Charge Remaining = 98%|'charge'=98

Any thoughts?

Kind regards, Edgar Matzinger.


#132 automatically reread NSC.ini Core future defect Feature Requests 02/21/08

NSClient++ should automatically detect a change in NSC.ini (also the includes from includes-Section) and reread the settings from them.
Thanks


#157 LDAP authentification Core future enhancement Feature Requests 04/04/08

Hi,

It would be great if NSClient++ could use also a LDAP for authentification. (Active Diretory, OpenLDAP,... for example) Network flow:

check_nrpe (or nt) client <-----------> NSClient++ agent <------------> LDAP
                          NRPE protocol                  LDAP protocol
                        NSCLient protocol   

Best regards,


#247 environment variables in nsc.ini Core future enhancement Feature Requests 10/19/08

it's possible to use environment variables (especially %ProgramFiles?% and %Compuername%) inside NSC.ini?


#520 Check multiple performance Counters / Wildcard Support NRPE future enhancement Feature Requests 04/20/12

Hello! Is there a way to integrate wildcard-Support for "check_nrpe -c Check Counter" to catch multiple performancecounter objects or values at once?

for example like: 'typeperf "Process(NSCLIENT++*)\% Processor Time"'

and

'typeperf "Process(NSCLIENT++)\*"'

thanks


#542 Firewall Rule opens all TCP and UDP ports, it should only open the ports in use Core future defect Bugs 06/30/12

It appears that by default the firewall rules that were inserted automatically by NSClient++ are very open. It opens ALL TCP and UDP ports. This is a security risk and as such, that feature should be disabled until it is fixed to at least only allow in the 3-ish default TCP ports, if not read the config file and allow in the specific ports that the NSC.ini needs.


#608 Support NSCA-ng protocol NSCA 0.4.3 enhancement Feature Requests 03/16/13

There is a new NSCA server available called "NSCA-ng" (http://www.nsca-ng.org/), which allows per-client passwords. It would be great if NSClient++ could be used to send results to an NSCA-ng server.


Note: See TracReports for help on using and creating reports.