Hi Team,
I am quite unsure how to get status information of a host services over passive checking. My remotes (linux machines) are passively sending information to Nagios XI Server passively using NCPA passive service. When I clicked on my Host service status, I can see the status information to be showing "OK: No data received yet". Could you please advise if it is possible to show more information probably the agent status, version, etc ?
We have already enabled below setting :
accept_passive_host_checks=1
accept_passive_service_checks=1
check_host_freshness=1
Passive Check - OK: No data received yet
-
prashant.v01
- Posts: 15
- Joined: Tue Jun 23, 2020 7:12 am
Passive Check - OK: No data received yet
You do not have the required permissions to view the files attached to this post.
Last edited by prashant.v01 on Wed Oct 06, 2021 12:08 pm, edited 1 time in total.
Re: Passive Check - OK: No data received yet
Hello @prashant.v01
Thanks for reaching out about passive checks issue with NCPA.
To check on the NCPA version you can get that from the command line by:
Several things to check:
What do you see in the following logs on these checks that are receiving the message "No data received yet".
To send logs via Private Message [PM]:
Thanks,
Perry
Thanks for reaching out about passive checks issue with NCPA.
To check on the NCPA version you can get that from the command line by:
Code: Select all
/usr/local/nagios/libexec/check_ncpa.py -V- Check to see if Selinux or other security applications are blocking NCPA.
- Verify the NCPA services are running: [list]
- systemctl status ncpa_listener
- /usr/local/nagios/libexec/check_ncpa.py.....'with args'
What do you see in the following logs on these checks that are receiving the message "No data received yet".
Code: Select all
/usr/local/nagios/var/nagios.logCode: Select all
/usr/local/nagiosxi/var/cmdsubsys.logCode: Select all
/usr/local/nagiosxi/var/eventman.logCode: Select all
/usr/local/ncpa/var/log/Code: Select all
tar -czvf /tmp/logs.tar.gz /usr/local/nagios/var/nagios.log /usr/local/nagiosxi/var/ /usr/local/ncpa/var/log/Perry
-
prashant.v01
- Posts: 15
- Joined: Tue Jun 23, 2020 7:12 am
Re: Passive Check - OK: No data received yet
Hi Perry,
Thanks for response.
I was missed to remove comment for "#[passive check] " in nrdp.cfg file. After removing the comment passive checks are worked.
Thanks for response.
I was missed to remove comment for "#[passive check] " in nrdp.cfg file. After removing the comment passive checks are worked.
Re: Passive Check - OK: No data received yet
Hello @prashant.v01
Excellent, and thanks for letting us know what resolved the issue. I will go ahead and lock.
Perry
Excellent, and thanks for letting us know what resolved the issue. I will go ahead and lock.
Perry