Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Problem with service monitoring Post 302976781 by gull04 on Wednesday 6th of July 2016 05:37:09 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
send_nsca(1)						      General Commands Manual						      send_nsca(1)

NAME
send_nsca - send passive check results to an NSCA daemon SYNOPSIS
send_nsca -H <host_address> [-p port] [-to to_sec] [-d delim] [ -c config_file] DESCRIPTION
send_nsca This utility is used to send passive check results to the NSCA daemon. Host and Service check data that is to be sent to the NSCA daemon is read from standard input. Input should be provided in the following format (tab-delimited unless overriden with -d command line argument, one entry per line): Service Checks <host> <svc_description> <return_code> <plugin_output> Host Checks: <host> <return_code> <plugin_output> OPTIONS
host_address The IP address of the host running the NSCA daemon port The port on which the daemon is running - default is 5667 to_sec Number of seconds before connection attempt times out. (default timeout is 10 seconds) delim Delimiter to use when parsing input (defaults to a tab) config_file Name of config file to use SEE ALSO
nsca(1) FILES
/etc/nsca.cfg nsca server configuration /etc/send_nsca.cfg send_nsca configuration AUTHOR
NSCA was written by Ethan Galstad <nagios@nagios.org>. This manpage was written by sean finney <seanius@debian.org> for Debian (but it may be freely used, modified, and redistributed by others). nsca December 2005 send_nsca(1)
All times are GMT -4. The time now is 01:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy