Search found 15 matches

by user1234
Wed Dec 04, 2019 8:50 am
Forum: Nagios XI
Topic: Service check showing wrong information
Replies: 9
Views: 505

Re: Service check showing wrong information

Can we do remote session and I will show you everything in 5min? I have this problem for many servers, this one is only example. Powershell just giving output to nsclient with number of updates => 0 , 1 ,2 ,3 etc. As you see from screen powershell giving output 0 , but if i invoke same script direct...
by user1234
Wed Dec 04, 2019 8:23 am
Forum: Nagios XI
Topic: Service check showing wrong information
Replies: 9
Views: 505

Re: Service check showing wrong information

It is on attached doc - second page at top.
Script showing that are no updates.
by user1234
Wed Dec 04, 2019 8:16 am
Forum: Nagios XI
Topic: Service check showing wrong information
Replies: 9
Views: 505

Re: Service check showing wrong information

I've manage settings for updates also, nothing blocked.
You have output script in doc file in first post.
by user1234
Wed Dec 04, 2019 2:44 am
Forum: Nagios XI
Topic: Service check showing wrong information
Replies: 9
Views: 505

Re: Service check showing wrong information

Yes,doc showing old date because i did screens few days before do post on forum, but problem is persistent. "Force an immediate check" - nothing changed - i'm using this option often to other services and working excellent. Service check every 6hours. Service State: Warning Duration: 83d 1...
by user1234
Fri Nov 29, 2019 4:42 am
Forum: Nagios XI
Topic: Service check showing wrong information
Replies: 9
Views: 505

Service check showing wrong information

Hello. I have service check for many servers to check if any windows updates are waiting to install. Service just running powershell script. After install updates and server restart, Nagios with service check showing that still updates are present to install. But in fact there is no updates. Additio...
by user1234
Fri Jul 12, 2019 1:27 am
Forum: Nagios XI
Topic: Switch monitoring ports refresh
Replies: 3
Views: 977

Re: Switch monitoring ports refresh

Thanks.
by user1234
Tue Jul 09, 2019 2:54 am
Forum: Nagios XI
Topic: Switch monitoring ports refresh
Replies: 3
Views: 977

Switch monitoring ports refresh

Hello. I monitor switch let say Cisco 24 ports, but only 10ports was in use when switch was added to nagios. In meantine 4ports were configured on switch, but they dont appear in nagios. How just refresh configured switch to add newly configured ports? I have to add switch again to nagios and again ...
by user1234
Thu May 16, 2019 5:22 am
Forum: Nagios XI
Topic: Issue with check mssql server
Replies: 5
Views: 1119

Re: Issue with check mssql server

Thanks.
Yes, that was issue, special char.
I removed them and started working.
But its still some security policy issue with password without special char :cry:
by user1234
Tue May 14, 2019 7:25 am
Forum: Nagios XI
Topic: Issue with check mssql server
Replies: 5
Views: 1119

Re: Issue with check mssql server

Its not command issue, as same command working fine for other sql server.

Code: Select all

check_xi_mssql_server!-U 'login' -P 'pass' -p 1433 --locktimeouts --warning 20 --critical 30
Only differencies which i see that server which is not working has not custom instance name.
by user1234
Thu May 09, 2019 8:55 am
Forum: Nagios XI
Topic: Issue with check mssql server
Replies: 5
Views: 1119

Issue with check mssql server

Hello. I've added by config wizard ms sql server. Windows server 2019, sql server 2017. Followed by https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-Microsoft-SQL-With-Nagios-XI.pdf But i have error on every service. (only host ping are online) I tried to disable firewall also. SQL serve...