Search found 17 matches
- Thu Feb 03, 2022 3:20 pm
- Forum: Nagios XI
- Topic: NCPA indirect checks
- Replies: 2
- Views: 632
Re: NCPA indirect checks
Belay my last, I found the issue. The systems I am testing are still using python2, I had to edit the ncpa.cfg on the middle server: [plugin directives] .py = python3 $plugin_name $plugin_args --> .py = python $plugin_name $plugin_args And then the remote checks started working. this thread can be l...
- Thu Feb 03, 2022 2:49 pm
- Forum: Nagios XI
- Topic: NCPA indirect checks
- Replies: 2
- Views: 632
NCPA indirect checks
with NRPE we are able to do indirect checks as explained in: https://assets.nagios.com/downloads/nagioscore/docs/nrpe/NRPE.pdf 2. EXAMPLE USES b) Indirect Checks Is there a way to do the same with NCPA? I'm trying to follow the same logic with NCPA, but I seem to be stuck on the "" placeme...
- Wed Oct 13, 2021 4:18 pm
- Forum: Nagios XI
- Topic: Cant fix performance data with new metric added
- Replies: 5
- Views: 1286
Re: Cant fix performance data with new metric added
/usr/share/perl5/vendor_perl/Pod/Simple.pm
/usr/share/perl5/vendor_perl/XML/Simple.pm
/usr/share/perl5/vendor_perl/Test/Simple.pm
/usr/share/perl5/vendor_perl/Error/Simple.pm
/usr/share/perl5/Filter/Simple.pm
/usr/share/perl5/LWP/Simple.pm
/usr/share/perl5/vendor_perl/XML/Simple.pm
/usr/share/perl5/vendor_perl/Test/Simple.pm
/usr/share/perl5/vendor_perl/Error/Simple.pm
/usr/share/perl5/Filter/Simple.pm
/usr/share/perl5/LWP/Simple.pm
- Fri Oct 08, 2021 3:24 pm
- Forum: Nagios XI
- Topic: Cant fix performance data with new metric added
- Replies: 5
- Views: 1286
Re: Cant fix performance data with new metric added
yep
$ perl -MRRDs -le 'print q(ok!)'
ok!
$ perl -MRRDs -le 'print q(ok!)'
ok!
- Thu Oct 07, 2021 9:04 am
- Forum: Nagios XI
- Topic: Cant fix performance data with new metric added
- Replies: 5
- Views: 1286
Cant fix performance data with new metric added
I found this KB article : https://support.nagios.com/kb/article.php?id=149 it describes the issue I am having, we are monitoring disk space, when a new mount point is added , the gage shows up but all graphing stops. the reported fix dose not work though, when I run the script, I get the error: Can'...
- Wed Aug 18, 2021 1:11 pm
- Forum: Nagios XI
- Topic: Active Directory features
- Replies: 1
- Views: 217
Active Directory features
Are there features available with Nagios xi or are there plans to enable features like: Authenticating against an SSO source Authenticating against an upstream AD Trust i.e.: Nagios XI connects to domain B controller, domain B controller has an outgoing trust with Domain A, Log into Nagios with a Do...
- Thu May 13, 2021 9:24 am
- Forum: Nagios XI
- Topic: host/service notifications not sending
- Replies: 8
- Views: 2250
Re: host/service notifications not sending
Thanks for the help with this issue, I walked back through the migrations steps and I found that in the mod German "module.conf" it was set to notifications=yes, this caused the host and services notifications to be forward to the mod German worker nodes, which are not set up to use SMPT r...
- Wed May 12, 2021 9:23 am
- Forum: Nagios XI
- Topic: host/service notifications not sending
- Replies: 8
- Views: 2250
Re: host/service notifications not sending
Hello, the users do have valid email address, they were edited out of the logs sent due to security does not allow usernames, email and such to be posted on public forums. The users do have a valid email addresses, clicking on the user name in the upper right corner, then clicking on "Send Test...
- Mon May 10, 2021 2:30 pm
- Forum: Nagios XI
- Topic: host/service notifications not sending
- Replies: 8
- Views: 2250
Re: host/service notifications not sending
Thanks Vinh, But that was already verified. notifications are enabled for the contacts, hosts, services. I have tried both Send mail and SMTP for email settings. both have the same results: admin/contact tests are successful. Host/service/custom notifications don't register at all, no evidence in th...
- Thu May 06, 2021 1:05 pm
- Forum: Nagios XI
- Topic: host/service notifications not sending
- Replies: 8
- Views: 2250
host/service notifications not sending
We are setting up a Nagios XI 5.8.3, initial config was imported from a decommissioned instance in another Data Center. I have it set up to use SMTP for email, the Admin > email settings > test works and the user > send test notifications work. Host and Service notifications don't work. I am monitor...