Search found 13416 matches

by lmiltchev
Mon May 03, 2021 3:18 pm
Forum: Nagios XI
Topic: Having issue with plugin
Replies: 13
Views: 4887

Re: Having issue with plugin

Did you install NCPA in a custom location or modified the defaults in any way? The reason I am asking you is because NCPA is installed under the D: drive, not C:, but more importantly, the NCPA folder is missing. Instead of this: D:\Program Files (x86)\Nagios\plugins you should have this: D:\Program...
by lmiltchev
Mon May 03, 2021 12:52 pm
Forum: Nagios XI
Topic: Having issue with plugin
Replies: 13
Views: 4887

Re: Having issue with plugin

Can you run the PS script locally on the Windows machine and show the output? Does it work for you?

Example:
example-01.jpg
Please, post the ncpa.cfg and ncpa_listener.log from the Windows box on the forum.

Have you checked to see if your group policy allows you to run PS script on this machine?
by lmiltchev
Mon May 03, 2021 9:20 am
Forum: Nagios XI
Topic: two running instances of nagios daemon
Replies: 3
Views: 1236

Re: two running instances of nagios daemon

This is normal... One is the "main" process, and the other one is the "child" process. For more info on the PIDs, and PPIDs, read our KB article below:

https://support.nagios.com/kb/article/n ... ts-27.html
by lmiltchev
Mon May 03, 2021 9:17 am
Forum: Nagios XI
Topic: Having issue with plugin
Replies: 13
Views: 4887

Re: Having issue with plugin

I tested the check_windows_files.ps1 plugin from the Nagios Exchange and it didn't work for me. Just want to mention that many of the plugins listed on the Nagios Exchange are 3rd party plugins, that are not tested by us (Nagios). There is no guarantee that they would work. If you can't find a suita...
by lmiltchev
Thu Apr 29, 2021 3:47 pm
Forum: Nagios XI
Topic: Having issue with plugin
Replies: 13
Views: 4887

Re: Having issue with plugin

Have you tried wrapping your arguments in single quotes?

Example:

Code: Select all

/usr/local/nagios/libexec/check_ncpa.py -H ###### -vvv -t '#######' -M 'plugins/check_filesize.pl' -q 'args= -F S:\cypress\server\db_prog.exe_collateral\datafile000222.cdb'
by lmiltchev
Tue Mar 23, 2021 2:05 pm
Forum: Nagios XI
Topic: blank graphs report on email
Replies: 7
Views: 2351

Re: blank graphs report on email

A support ticket has been open via our Support Center. We will continue our communication via our ticketing system. I am locking this topic.
by lmiltchev
Fri Mar 19, 2021 3:13 pm
Forum: Nagios XI
Topic: Variable for Config Name in Service Management?
Replies: 3
Views: 1208

Re: Variable for Config Name in Service Management?

Oh, I see. Well, currently on the Services page, you can only search by config name or service description. I filed an internal feature request for adding an option to search by hostname too. Please keep in mind that the decision to implement the enhancement is at the discretion of our development t...
by lmiltchev
Fri Mar 19, 2021 2:09 pm
Forum: Nagios XI
Topic: Configuration verification failed.
Replies: 3
Views: 1075

Re: Configuration verification failed.

Since you followed our document, I'd assume that you have working backups/snapshots created. So, let's see why the configuration fails. Go to the Core Config Manager (CCM) > Tools > Config File Management, and click on each of the buttons in the same exact order > Delete Files > Write Configs > Veri...
by lmiltchev
Fri Mar 19, 2021 1:34 pm
Forum: Nagios XI
Topic: Memory reports showing no data for few Linux servers
Replies: 22
Views: 2592

Re: Memory reports showing no data for few Linux servers

For the limits.conf I see the document that 2-4 different scenarios.. so which one needs to be checked? I was talking about this section of the article: example-01.jpg in addition to that, also seeing below errors in event log today.. and also seeing graphs of all services are affected, its showing...
by lmiltchev
Fri Mar 19, 2021 12:56 pm
Forum: Nagios XI
Topic: Memory reports showing no data for few Linux servers
Replies: 22
Views: 2592

Re: Memory reports showing no data for few Linux servers

If you are dealing with resource limits, and need to tweak the limits.conf settings, please review the KB article below:

https://support.nagios.com/kb/article/n ... ng-19.html

Hope this helps.