Search found 10 matches

by Deepa
Fri Mar 10, 2017 12:05 am
Forum: Open Source Nagios Projects
Topic: mysql is getting crashed often
Replies: 3
Views: 1723

Re: mysql is getting crashed often

yes its because of low disk space and resolved now.thank you
by Deepa
Thu Mar 09, 2017 9:14 am
Forum: Open Source Nagios Projects
Topic: mysql is getting crashed often
Replies: 3
Views: 1723

mysql is getting crashed often

Hi I am integrating ndo2db with nagios where mysql table is frequently getting crashed.I am not able to recognise the issue.Every time I do repair.what might be the reason? Tables Crashed: nagios_servicestatus nagios_hoststatus Now a new table is added in the list which is nagios_customvariablestatu...
by Deepa
Mon Dec 26, 2016 1:58 am
Forum: Open Source Nagios Projects
Topic: Multiple Nagios process running with different process ID
Replies: 9
Views: 9816

Re: Multiple Nagios process running with different process I

I did the installation from source not from repository.We have two Nagios set up, one with the version 4.1.1 and other with 4.0.8. Anyway we faced the issue in both. The following is the output of rpm -qa nag* nagios-plugins-disk_smb-2.0.3-3.el6.x86_64 nagios-common-3.5.1-1.el6.x86_64 nagios-plugins...
by Deepa
Tue Dec 13, 2016 8:19 am
Forum: Open Source Nagios Projects
Topic: Multiple Nagios process running with different process ID
Replies: 9
Views: 9816

Re: Multiple Nagios process running with different process I

I got that multi-process issue. Here is the output of pstree command.The issue occurs when I do restart service nagios restart manually not even through any script. init─┬─acpid ├─agetty ├─auditd───{auditd} ├─crond ├─dhclient ├─httpd───9*[httpd] ├─master─┬─cleanup │ ├─pickup │ ├─qmgr │ ├─smtp │ └─tl...
by Deepa
Thu Dec 08, 2016 1:39 am
Forum: Open Source Nagios Projects
Topic: Multiple Nagios process running with different process ID
Replies: 9
Views: 9816

Re: Multiple Nagios process running with different process I

Since the issue is not reproducible, Am not able to give you the exact details to analyse.Even the screenshots that you have asked need that multiple process to be reproduced so that I can spot the error properly.So once I got that error surely will come up.Thank you so much for your response. Can y...
by Deepa
Thu Nov 24, 2016 5:15 am
Forum: Open Source Nagios Projects
Topic: Multiple Nagios process running with different process ID
Replies: 9
Views: 9816

Re: Multiple Nagios process running with different process I

Thanks for the immediate response.When I faced this issue I killed the duplicate nagios process.Now I am unable to reproduce it.I think its of no use to post the output of pstree -l when there is single process.But you can refer below.I will update it once the issue reoccurs. Also I am using nagios4...
by Deepa
Wed Nov 23, 2016 12:20 am
Forum: Open Source Nagios Projects
Topic: Multiple Nagios process running with different process ID
Replies: 9
Views: 9816

Multiple Nagios process running with different process ID

Hello Guys, I am having a script to add configuration file in nagios in which I do 'service nagios reload' command so that the configuration completes.But while running the script multiple times to do multiple configuration, sometimes Nagios is getting started with different process ID.This leads to...
by Deepa
Tue Jun 14, 2016 9:56 am
Forum: Open Source Nagios Projects
Topic: Issue in nagios HTTP authentication
Replies: 5
Views: 2943

Re: Issue in nagios HTTP authentication

yeah sure..please find the attached configuration file of apache. #nagios.conf # SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER # # This file contains examples of entries that need # to be incorporated into your Apache web server # configuration file. Customize the paths, etc. as # needed to fit your ...
by Deepa
Tue Jun 14, 2016 12:30 am
Forum: Open Source Nagios Projects
Topic: Issue in nagios HTTP authentication
Replies: 5
Views: 2943

Re: Issue in nagios HTTP authentication

Thanks for the immediate response.I am using nagios core 4.1.1 .Actually am using HTTP authentication for some other services too where it authenticates the full password.
by Deepa
Wed Jun 08, 2016 12:23 am
Forum: Open Source Nagios Projects
Topic: Issue in nagios HTTP authentication
Replies: 5
Views: 2943

Issue in nagios HTTP authentication

Hi All, Regarding HTTP authentication, any characters followed by the correct password is also taken as the correct one.It finds the wrong password only if the password starts wrong or in the middle of the correct password. Scenario, correct_password = hello case(i) entered password - hello ------>a...