Search found 15 matches
- Tue May 30, 2017 7:49 am
- Forum: Nagios XI
- Topic: check_nt with special character (#)
- Replies: 8
- Views: 1445
Re: check_nt with special character (#)
Yes, it can be marked as solved! Works like a charm now.
- Wed May 24, 2017 3:53 am
- Forum: Nagios XI
- Topic: check_nt with special character (#)
- Replies: 8
- Views: 1445
Re: check_nt with special character (#)
The update to 5.4.4 (from 5.2) fixed this issue. I have now working commands in Nagios XI. The command now just contains: $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v COUNTER -l $ARG1$ And $ARG1$ = '\Microsoft Dynamics NAV(nst90testmobspa)\# Active sessions' And it doesnt seem to matter if you use ...
- Wed May 24, 2017 3:28 am
- Forum: Nagios XI
- Topic: check_nt with special character (#)
- Replies: 8
- Views: 1445
Re: check_nt with special character (#)
Hold on. Just updated Nagios XI to the latest version. Restarted the check, and i now have a correct value. I will check if al is working now and report back 
- Wed May 24, 2017 2:43 am
- Forum: Nagios XI
- Topic: check_nt with special character (#)
- Replies: 8
- Views: 1445
Re: check_nt with special character (#)
sorry for the extreme late reply but the customer i have to fix this for didnt invite me back until now. I just tried again. The single quote works, but only if i create a custom check for the command. So i create a command with the following line: $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v COUNT...
- Wed Nov 16, 2016 9:05 am
- Forum: Nagios XI
- Topic: check_nt with special character (#)
- Replies: 8
- Views: 1445
Re: check_nt with special character (#)
Ok tnx!! I will try as you suggested. Sounds good!
- Wed Nov 16, 2016 9:03 am
- Forum: Nagios XI
- Topic: use check_nt with COUNTER convert kb to gb
- Replies: 3
- Views: 912
Re: use check_nt with COUNTER convert kb to gb
ok, thnx. I will take a look at it. If i find a solutions / script i will post it.
- Tue Nov 15, 2016 4:07 am
- Forum: Nagios XI
- Topic: check_nt with special character (#)
- Replies: 8
- Views: 1445
check_nt with special character (#)
We are using check_nt to check Dynamics active sessions and open connections. But the problem is that microsoft decided that it was a good idea to use # in the performance counter names. Is there a way i can escape these # characters? When i use the check on the command line it returns a valid numbe...
- Tue Nov 15, 2016 3:17 am
- Forum: Nagios XI
- Topic: use check_nt with COUNTER convert kb to gb
- Replies: 3
- Views: 912
use check_nt with COUNTER convert kb to gb
We are using a check to monitor the temdb file size with check_nt ./check_nt -H $HOSTADDRESS$ -p 12489 -v COUNTER -l "\\SQLServer:Databases(tempdb)\Data File(s) Size (KB)","%f" but we would like to display the file size in GB instead of KB. With this check we always get a kb file...
- Thu Jun 02, 2016 8:36 am
- Forum: Nagios XI
- Topic: Performance data not processing
- Replies: 10
- Views: 3037
Re: Performance data not processing
i need to say sorry to rkennedy! You were right about the ramdisk configuration. i didnt read the whole document because im a technician (nerd) and think i know better :) The script didnt work, but below the script was the manual configuration instruction. After checking the whole document and al th...
- Thu Jun 02, 2016 7:16 am
- Forum: Nagios XI
- Topic: Performance data not processing
- Replies: 10
- Views: 3037
Re: Performance data not processing
well that wasnt the solution eighter. i'm pretty lost right now. All is working fine but the performance graphs. Monitoring and notifying is al working. statistics are showing in the service detail section of nagios XI i also have the historical graphics data when i go to performance graph tab. but ...