Search found 8 matches

by achahine21
Wed Aug 01, 2018 12:44 am
Forum: Open Source Nagios Projects
Topic: PNP4NAGIOS problem with values above 1000
Replies: 3
Views: 1744

Re: PNP4NAGIOS problem with values above 1000

For the command producing this issue, can you share the raw output of the related check_snmp command executed from the CLI of your Nagios Core machine? Preferably with the -v or --verbose flag. This is the output: ./check_snmp -H 192.168.139.30 -C Public -o 1.3.6.1.4.1.9.10.24.1.1.4.1.3.2 -v /usr/b...
by achahine21
Tue Jul 31, 2018 9:16 am
Forum: Open Source Nagios Projects
Topic: PNP4NAGIOS problem with values above 1000
Replies: 3
Views: 1744

PNP4NAGIOS problem with values above 1000

Hello,

I'm trying to draw the output of check_snmp using a specific OID
My output is good.

example: the real output is 5421
however, the graph shows 5.421 k knowing that i'm using the default.php
what could i change to get the exact value without the k ?
by achahine21
Mon Jul 16, 2018 5:57 am
Forum: Open Source Nagios Projects
Topic: Check BGP Peer State with Mikrotik
Replies: 1
Views: 2109

Check BGP Peer State with Mikrotik

Dears, Kindly note that i'm trying to get the status of a BGP peer between my mikrotik router and my Customer usingNAGIOS. I tried this plugin: https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1559&cf_id=29 But i got the below output: Error in packet Reason: (noSuchName) T...
by achahine21
Sat Jun 30, 2018 1:04 am
Forum: Open Source Nagios Projects
Topic: Problem with check_bind9.pl
Replies: 10
Views: 3820

Re: Problem with check_bind9.pl

Yes, that solved my issue with the

Code: Select all

check_bind9.pl
Script.
Thank you so much.
by achahine21
Fri Jun 29, 2018 9:25 am
Forum: Open Source Nagios Projects
Topic: Problem with check_bind9.pl
Replies: 10
Views: 3820

Re: Problem with check_bind9.pl

It was 640 and i changed it to 644
by achahine21
Fri Jun 29, 2018 12:53 am
Forum: Open Source Nagios Projects
Topic: Problem with check_bind9.pl
Replies: 10
Views: 3820

Re: Problem with check_bind9.pl

After many modification, I understood that the problem is related to the permission for the File

Code: Select all

/etc/bind/rndc.key
But i'm not sure how should i change the permission.
by achahine21
Thu Jun 28, 2018 7:54 am
Forum: Open Source Nagios Projects
Topic: Problem with check_bind9.pl
Replies: 10
Views: 3820

Re: Problem with check_bind9.pl

Hi scottwilkerson Thank you for replying Can you share your check_bind command from your nrpe.cfg command[check_bind]=/usr/lib/nagios/plugins/check_bind9.pl Also, when you ran it fine from the remote server were you it running as the nagios user? In face I gave this script chmod 777 in order to avoi...
by achahine21
Thu Jun 28, 2018 5:31 am
Forum: Open Source Nagios Projects
Topic: Problem with check_bind9.pl
Replies: 10
Views: 3820

Problem with check_bind9.pl

Hello, I'm trying to monitor a Bind service and i'm using the script check_bind9.pl https://raw.githubusercontent.com/thorfi/nagios-bind9-plugin/master/check_bind9.pl The script works fine by running it directly from the remote server and giving me the below output: BIND9 OK ; PID 2726 ; Running: 0/...