Search found 7 matches

by treddy
Wed Mar 13, 2019 8:28 am
Forum: Nagios XI
Topic: Monitoring Windows Using WMI - Issues
Replies: 4
Views: 1679

Re: Monitoring Windows Using WMI - Issues

Instead of a random guessing the ports, How could we know the exact ports need to be opened to get WMI response. It would be a great difficulty to open TCP/UDP ports range 1024 and 65535 on a physical firewall.
by treddy
Mon Mar 11, 2019 10:17 am
Forum: Nagios XI
Topic: Monitoring Windows Using WMI - Issues
Replies: 4
Views: 1679

Monitoring Windows Using WMI - Issues

Hi, We have 2 network zones, nagiosXI is hosted on Zone1. We have to monitor windows (2016) boxes in Zone2 using WMI. We have followed https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-Windows-Using-WMI-and-Nagios-XI.pdf to setup monitoring. Server level firewall is OFF. On Physical firew...
by treddy
Wed Apr 05, 2017 10:00 pm
Forum: Nagios XI
Topic: Problem installing NagiosXI
Replies: 12
Views: 4806

Re: Problem installing NagiosXI

CentOS that our organization uses is customized and comes with pre-installed mysql,mysql-server. So that is the reason we have provided the steps where you can reproduce the environment. If we run ./fullinstall as on a CentOS standard version, we can not continue installation - always end-up with er...
by treddy
Mon Apr 03, 2017 4:52 am
Forum: Nagios XI
Topic: Problem installing NagiosXI
Replies: 12
Views: 4806

Re: Problem installing NagiosXI

I have changed /etc/my.cnf file and added the below lines to change complexity and restarted mysqld service. validate_password_policy=LOW validate_password_length=4 validate_password_mixed_case_count=0 validate_password_number_count=0 validate_password_special_char_count=0 I was able to overcome thi...
by treddy
Thu Mar 30, 2017 10:20 pm
Forum: Nagios XI
Topic: Problem installing NagiosXI
Replies: 12
Views: 4806

Re: Problem installing NagiosXI

Yes, all the conditions are met. Even tried with most complex passwords. Nothing worked.
by treddy
Thu Mar 30, 2017 3:19 am
Forum: Nagios XI
Topic: Problem installing NagiosXI
Replies: 12
Views: 4806

Re: Problem installing NagiosXI

We tried using more complex password by editing /tmp/nagiosxi/xi-sys.conf , but still giving the same error. current mysql password policy - MEDIUM +--------------------------------------+--------+ | Variable_name | Value | +--------------------------------------+--------+ | validate_password_dictio...
by treddy
Tue Mar 28, 2017 9:44 am
Forum: Nagios XI
Topic: Problem installing NagiosXI
Replies: 12
Views: 4806

Problem installing NagiosXI

Hi, I am trying to install NagiosXI on CentOS 7 - using Option 2 (MySql Community) and ending up with error "ERROR 1819 (HY000) at line 3: Your password does not satisfy the current policy requirements" while installing ndoutils steps. I have attached install log for your reference. I am u...