ncpa.cfg community string

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ccheltenham
Posts: 17
Joined: Fri Apr 02, 2021 4:54 pm

ncpa.cfg community string

Post by ccheltenham »

Hello,

I see that o fix this error "CRITICAL: Incorrect credentials given."
I corrected the community string on the agent /client side.

Do I have to do anything else?
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: ncpa.cfg community string

Post by dchurch »

After editing the configs, you'll also want to restart the ncpa services:

Linux:
Run as root:

Code: Select all

service ncpa_listener restart
service ncpa_passive restart
Windows 10:
  • Hit Ctrl-Shift-Esc to open the Task Manager.
  • Open the Services tab.
  • Find NCPA Listener and NCPA Passive services, right-click and restart both of them.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
ccheltenham
Posts: 17
Joined: Fri Apr 02, 2021 4:54 pm

Re: ncpa.cfg community string

Post by ccheltenham »

awesome, thank you very much,
Locked