Problem with service monitoring

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Problem with service monitoring
# 1  
Old 06-28-2016
Problem with service monitoring

This morning we had an activity on our Nagios server, whereby we inserted new disks into the server, and rebooted the server.

The disk implementation failed, therefore we had to revoke the changes, and rebooted the server once again.

The server was up and running at 6:00 am this morning. However, after 2 hours, the nagios monitoring does not show any data (percentage of usage, etc for the services like cpu, memory, disk, etc).

What could be the problem, and how do we resolve this?
# 2  
Old 07-06-2016
Quote:
Originally Posted by anaigini45
The server was up and running at 6:00 am this morning. However, after 2 hours, the nagios monitoring does not show any data (percentage of usage, etc for the services like cpu, memory, disk, etc).

What could be the problem, and how do we resolve this?
Did you checked if your filesystem is in readonly mode? The first I can think of.
Did you check for system logs and nagios logs?

Take a look here for more possible reasons.
# 3  
Old 07-06-2016
Hi,

If you've rebooted the server, chances are that nagios doesn't have a start script in position in the "/etc/rc........" directory.

You can start manually using;

Code:
/usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg

Regards

Gull04
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Monitoring Tomcat Service with shell script

Hello Forum, I have prepared script to monitor the tomcat status. Following is the script which will monitor tomcat instance. I need little modifcation in the script. My script will grep for process, the output of grep command will analyze by if condition under for loop and will send... (2 Replies)
Discussion started by: ooilinlove
2 Replies

2. IP Networking

Network Interfaces Problem - Monitoring equipment

Dear gurus of Linux / Unix. I have a server, which I use to monitoring traffic, the problem that I find is when I run the following command: probe:~ # sar -n DEV 1 I see that I one second appear info in some interface and in the other second no appear, I don't know what will be the... (0 Replies)
Discussion started by: andresguillen
0 Replies

3. Solaris

Solaris Finger Service Problem

I have been instructed to disable the finger service for our Solaris 10 box. However when I input #svcadm disable finger I receive: "svcadm: Pattern 'finger' does not match any instances. I have also tried to edit the inetd config file and comment out the finger part but Solaris has basically... (14 Replies)
Discussion started by: mvhoward
14 Replies

4. Shell Programming and Scripting

problem in -->df command monitoring script

Hi All, I am creating df monitoring script. but facing some below problm. Please see the below code. df_threshold=90; for i in `cat df_fnl.txt` do if ; then echo "%df is more than $df_threshold " fi done (6 Replies)
Discussion started by: aish11
6 Replies

5. Linux

Help in monitoring performance problem in Linux

hello, i'm having some performance problem on one of my linux machines and i hope someone will be able to help me analyzing the problem. machine info: Linux fedora, cpu x 4 cores of 1.6Ghz, 8G memory, 8G swap. i've enabled sar on my machine and created a graph using ksar utility for... (15 Replies)
Discussion started by: levic
15 Replies

6. Shell Programming and Scripting

script for monitoring service

Hi, I am new to shell programming, I would like to write a script which will monitor sendmail service in linux, and if service goes down it will send the mail can you please suggest me how to monitor the service? Regards, Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies

7. Solaris

Problem with pool Service

hi all, i am trying to enable pool service but i recive this message -bash-3.00# pooladm pooladm: couldn't open pools state file: Facility is not active -bash-3.00# pooladm -e svcadm: Instance "svc:/system/pools:default" is in maintenance state. pooladm: cannot enable pools:... (4 Replies)
Discussion started by: corvinusbsd
4 Replies

8. Linux

Service smartd Problem

Hi guys, please help me out my smartd service is not being up. $ sudo /sbin/service smartd restart Shutting down smartd: Starting smartd: $ Take a look of /etc/smartd.conf /dev/sda -H -m... (1 Reply)
Discussion started by: daya.pandit
1 Replies

9. AIX

Service starting Problem

Dear All, When i am start the service netd i am facing the problem 0513-015 The inetd Subsystem could not be started Please check subsystem resources and try again later. please suggest me. It is urgent (1 Reply)
Discussion started by: pernasivam
1 Replies

10. Filesystems, Disks and Memory

disk and memory monitoring problem

Hi all, I am looking for api to get me system monitoring statictics every 5 minutes. I am looking at the following statistics: 1. System CPU Usage 2. Process CPU Usage 3. Process Memory Usage 4. I/O Usage for a certain disk. 5. Process I/O bytes/sec utilization. I have seen very... (2 Replies)
Discussion started by: uiqbal
2 Replies
Login or Register to Ask a Question