Search found 8 matches

by DuncanClarke
Mon Jan 08, 2024 7:33 am
Forum: Nagios XI
Topic: Event Logging not working with Application and Services Logs in NCPA 3
Replies: 10
Views: 13102

Re: Event Logging not working with Application and Services Logs in NCPA 3

Looking at the logfile generated after restarting the service with debug (ran a force check for the failed log request): Note: Service has also changed - just one service now called "Nagios Cross-Platform Agent" 2024-01-08 12:32:24,816 listener DEBUG before_request() - type(request.view_ar...
by DuncanClarke
Fri Jan 05, 2024 10:36 am
Forum: Nagios XI
Topic: Event Logging not working with Application and Services Logs in NCPA 3
Replies: 10
Views: 13102

Re: Event Logging not working with Application and Services Logs in NCPA 3

I am also seeing the same issue on two of our DFS servers. It's checking for errors in the logs for DFS Replication. The two with the "Unknown" (500) error are the only ones that are currently on 3.x. The rest are still on 2.x and working fine. MDC-AZ-NAS01 DFS Replication Errors Unknown 2...
by DuncanClarke
Tue Jun 27, 2023 12:19 pm
Forum: Nagios XI
Topic: 32-bit or 64-bit for plugins
Replies: 1
Views: 612

Re: 32-bit or 64-bit for plugins

I have also found this, which requires an update to the config file on every managed server followed by restarting the NCPA listener service. If anyone has any better solutions, I'm all ears, as editing that file on every server and restarting is not ideal. https://support.nagios.com/forum/viewtopic...
by DuncanClarke
Tue Jun 27, 2023 8:30 am
Forum: Nagios XI
Topic: 32-bit or 64-bit for plugins
Replies: 1
Views: 612

32-bit or 64-bit for plugins

I wrote a plugin in Powershell to report the Network Category on our Windows servers. However, this script doesn't appear to run correctly on all servers. Some it works fine but most it reports as Critical because it failed to ruin, giving the error: Get-NetConnectionProfile : Provider load failure ...
by DuncanClarke
Wed Jun 14, 2023 9:41 am
Forum: Nagios XI
Topic: Remote plugins?
Replies: 4
Views: 1439

Re: Remote plugins?

What I've ended up doing is using the SysVol as a pseudo fileshare by: - adding the plugin to the "Scripts" section of a GPO - using the [Computer -> Prefs -> Windows -> Files] to copy the file from SysVol into the Nagios Plugins folder - apply that GPO to the servers we want to monitor Th...
by DuncanClarke
Mon Jun 12, 2023 9:55 am
Forum: Nagios XI
Topic: Remote plugins?
Replies: 4
Views: 1439

Re: Remote plugins?

It mostly depends on authorisation, formatting etc. for the links. I'm sure we could add in redundancy for the share. I'm not that worried about that part. Even if I can't then I can't imagine it would be catastrophic. It just seems like something that would be an obvious solution to adding (and upd...
by DuncanClarke
Wed Jun 07, 2023 10:07 am
Forum: Nagios XI
Topic: Remote plugins?
Replies: 4
Views: 1439

Remote plugins?

We have a simple check running that I have tested on one of our servers. It is using a Powershell script in the plugins directory. check_xi_ncpa!-t '<token>' -P 5693 -M 'plugins/CheckNetworkCategory.ps1' -q "args=DomainAuthenticated"!!!!!!! My question is, do I need to upload this script t...