Search found 153 matches

by bashar.abed
Wed Feb 17, 2021 5:19 am
Forum: Nagios XI
Topic: Nagios can do auto acknowledgment
Replies: 5
Views: 989

Re: Nagios can do auto acknowledgment

Many thanks for your response

please send me more details about API and External Command
by bashar.abed
Tue Feb 16, 2021 3:22 am
Forum: Nagios XI
Topic: Nagios can do auto acknowledgment
Replies: 5
Views: 989

Nagios can do auto acknowledgment

Hi Nagios team ,

I have nagios XI system version 5.6.5 we need you help about this issue

Nagios can do auto acknowledgment after 7 days if hosts or services are critical or warning

Thanks
by bashar.abed
Tue Jan 22, 2019 1:34 am
Forum: Nagios XI
Topic: Problem in Adding MIB file
Replies: 7
Views: 1273

Re: Problem in Adding MIB file

Hi,

Many thanks for your response

the problem solved

Thanks
by bashar.abed
Sun Jan 20, 2019 3:02 am
Forum: Nagios XI
Topic: mongo Data Base Data Monitoring
Replies: 15
Views: 2490

Re: mongo Data Base Data Monitoring

Hi, please note that there is no any special character in the password and we tried to add the password in a single quotation and the same error we got, so please we need to find the issue and the problem, I think there is an issue with he script/plugin itself, can we double check it and make sure f...
by bashar.abed
Sun Jan 20, 2019 2:36 am
Forum: Nagios XI
Topic: Problem in Adding MIB file
Replies: 7
Views: 1273

Re: Problem in Adding MIB file

Hi Dear, i checked SNMPv2-SMI and its already exist in directory /usr/share/snmp/mib. i copied MIB file acision-smi to directory /usr/share/snmp/mib manually,changed permission to 777 and applied addmib command to the file with no errors. i checked snmptt file and the it seems MIB file is not added ...
by bashar.abed
Thu Jan 17, 2019 2:44 am
Forum: Nagios XI
Topic: mongo Data Base Data Monitoring
Replies: 15
Views: 2490

Re: mongo Data Base Data Monitoring

hi; hope this mail find you well, Please note that I used the same credentials that used to login and do the needed queries on the mongodb, and its working fine and as expected, so I don't know why we got the below incorrect credentials while its correct, so could you please check the script/plugin ...
by bashar.abed
Thu Jan 17, 2019 2:33 am
Forum: Nagios XI
Topic: Problem in Adding MIB file
Replies: 7
Views: 1273

Re: Problem in Adding MIB file

Hello Dear, I were using command under root user, you can find attached samples of MIBs I were trying to add. below are the permissions set on /usr/share/snmp/mibs directory. Also you can check below the exact procedure used to add these MIBs. Permissions: drwxrwsr-x. 3 root nagios 20480 Jan 16 13:1...
by bashar.abed
Wed Jan 16, 2019 6:30 am
Forum: Nagios XI
Topic: Problem in Adding MIB file
Replies: 7
Views: 1273

Problem in Adding MIB file

Hello Dear,

I am trying to add MIB file from Nagios xi command line using addmib command and i get no error but MIB file is not added to /usr/share/snmp/mibs and nothing defined in snmptt.conf file.

Please check why mib files is not added correctly.

Regards,
by bashar.abed
Sun Jan 13, 2019 5:20 am
Forum: Nagios XI
Topic: mongo Data Base Data Monitoring
Replies: 15
Views: 2490

Re: mongo Data Base Data Monitoring

Hi, i used this command and used username and password that used for connect to the mongodb using the client but we got error that the username and password are incorrect as shown below: [root@nms libexec]# ./check_mongodb.py -H 10.*.*.* -P 27017 -u **** -p ***** -d local -q 'db.statistics.find()' U...
by bashar.abed
Thu Jan 10, 2019 8:00 am
Forum: Nagios XI
Topic: mongo Data Base Data Monitoring
Replies: 15
Views: 2490

Re: mongo Data Base Data Monitoring

Hi, thanks for your response i applied the below command as below and we faced the problem [root@nms libexec]# ./check_mongodb2 -u a**** -p t**** -h 10.*.*.* -d local -q db.statistics.find() -w 40 -c 60 -bash: syntax error near unexpected token `(' You have new mail in /var/spool/mail/root [root@nms...