Search found 5 matches

by artaknew
Tue Aug 08, 2017 2:33 pm
Forum: Nagios XI
Topic: how show value in decimal and not round value
Replies: 4
Views: 1170

Re: how show value in decimal and not round value

What if to change check_nt commando to check_nrpe. is there possibility to change output with check_nrpe?
by artaknew
Tue Aug 08, 2017 2:09 am
Forum: Nagios XI
Topic: how show value in decimal and not round value
Replies: 4
Views: 1170

how show value in decimal and not round value

I have small script which collect windows performance counter. The value is measured in seconds and it is very small, like 0.007 second. Because returned value is very small, the value is rounded and always shows 0. value=`/usr/local/nagios/libexec/check_nt -H $HOST -p 12489 -s $PASS -v COUNTER -l &...
by artaknew
Thu Jul 06, 2017 5:40 am
Forum: Nagios XI
Topic: Whatsapp integration for sms
Replies: 1
Views: 737

Whatsapp integration for sms

Moderator Edit: This thread has been split from another - https://support.nagios.com/forum/viewtopic.php?f=6&t=40655 In the future, please create a new thread and link to the old one instead of adding on. Hello, It is seems straight forward but i already confused from where this problem is comi...
by artaknew
Wed May 24, 2017 3:21 am
Forum: Nagios XI
Topic: Draw graph based on bash script
Replies: 2
Views: 1240

Re: Draw graph based on bash script

Thanks tgriep, issue is solved.
by artaknew
Tue May 23, 2017 7:43 am
Forum: Nagios XI
Topic: Draw graph based on bash script
Replies: 2
Views: 1240

Draw graph based on bash script

Hello everyone, I'm a new in Nagios XI, but i decided to use it to monitor my server environment, mainly windows. I have a small bash script which uses windows performance counter to monitor network usage. the script convert bytes to Mbps. ######################### !The SCRIPT #!/bin/bash #computer ...