Re: [Nagios-users] priority: host or service who's really on top?

2010-03-08 Thread Jim Avery
On 8 March 2010 22:16, alexus wrote: > if i define my host to be checked/notify only at certain time frame, > let's say 10-18 > yet service states 24/7 ... who takes priority? host's definition or service? If the service check fails, I think Nagios would check the host anyway. You might like to

Re: [Nagios-users] Notification Interval set to 0 not working as per doc

2010-03-08 Thread Jatin Davey
Please let me know what needs to be done , i am kind of receving 1000 notifications per day for the same hosts. Thanks Jatin On 3/8/2010 9:54 AM, Jatin Davey wrote: > Hi Jim > > Replies to the questions that you had asked about the issue: > > 1. I do not have any escalations defined. > > 2. Give

[Nagios-users] Antwort: Vedr.: Antwort: Nagios Integration with IBM TEC ( Tivoli )

2010-03-08 Thread Roland . Sorgenfrei
Hi Karsten, sorry for late answer. The TEC POSTEMSG is not a plugin. It's a part from TEC. In detail it is a part from TEC Eventlog/Syslogadapter. Regards, Roland Von: Karsten Vendler An: roland.sorgenf...@spb.de Kopie: nagios-users@lists.sourceforge.net Datum: 12.02.2010 10:40 Betreff: Ved

[Nagios-users] Streamline Alerts/Notifications for user group

2010-03-08 Thread Juki
Hi list, I'm running Nagios-3.2.0 with plugins-1.4.14 on an openSuSE 11.0 platform. I have setup both e-mail and sms notifications for different groups of users based on the instructions here; http://nagios.sourceforge.net/docs/3_0/quickstart-opensuse.html I would like to be able to send host DO

Re: [Nagios-users] check_by_ssh from a different username

2010-03-08 Thread Morris, Patrick
David Mitchell wrote: > Hello list, > > I've got a situation where I can't create 'nagios' users on the > systems I need to monitor; I'm stuck with using a set of different > user names to monitor a range of systems. > > For the sake of the discussion, assume the account on the Nagios > server i

[Nagios-users] check_by_ssh from a different username

2010-03-08 Thread David Mitchell
Hello list, I've got a situation where I can't create 'nagios' users on the systems I need to monitor; I'm stuck with using a set of different user names to monitor a range of systems. For the sake of the discussion, assume the account on the Nagios server is 'nagios' and the account I've been gi

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread Asrai khn
Man this is the same guy tring to install packages using 'yum' on the unsupported version of Fedora :( you don't even though how to install packages on your distro and you are going to install and configure monitoring system? Dude, Unix is very simple, but it takes a genius to understand the sim

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread Asrai khn
Fedora 10 is no more supported by fedora folks, get the latest Fedora (Fedora 12). then just do the yum to get the things installed For detail on yum, refer to man yum On Mon, Mar 8, 2010 at 11:45 PM, wrote: > Hi , > > > > Please suggest what can be done for this issue. > > > > Thanks a l

Re: [Nagios-users] event handler command not executing

2010-03-08 Thread Justin Pryzby
4th guess: is it executable? Justin -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Int

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Jatin Davey
Hi Ambati I followed this link: http://svn.openvpn.net/projects/openvpn/misc/mibagent/README.txt and it solved all my issues , Things went smoothly after following the installation instructions as mentioned. Make sure you have access to the fedora repositories to download the pacakages. Tha

Re: [Nagios-users] event handler command not executing

2010-03-08 Thread Morris, Patrick
Rick Garland wrote: > The script itself is very simple. At CRITICAL/SOFT/3 and > CRITCAL/HARD/4 the script will execute. Running at command line as > UID=nagios it runs fine. > sudo is configured and nagios can mount NFS. > > > The entry in the nagios.log > [1268099555] SERVICE_EVENT_HANDLER:

Re: [Nagios-users] event handler command not executing

2010-03-08 Thread Stuart Browne
> -Original Message- > From: Marc Powell [mailto:m...@ena.com] > > > Try adding a bit at the top of the script to touch a file or something > to see if it really ran and is maybe failing further into the script > (i.e. because of a potential sudo restriction). exec > /tmp/$(/bin/basename

Re: [Nagios-users] event handler command not executing

2010-03-08 Thread Marc Powell
On Mar 8, 2010, at 7:58 PM, Rick Garland wrote: > define command{ > command_nameremount-nfs > command_line $USER1$/eventhandlers/remount-nfs > $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ > } > > enable_event_handlers=1 in the nagios.cfg file > > The s

[Nagios-users] Host/Svc Deps

2010-03-08 Thread Joseph L. Casale
Is it possible to make hosts dependant on single services from another host? An example being a monitored vpn tunnel on a firewall, and the hosts it provides. The firewall may very well be up, but the tunnel status alone dictates the availability of the hosts it provides. >From what I gather, the

[Nagios-users] event handler command not executing

2010-03-08 Thread Rick Garland
Hi all: Got Nagios core 3.2.0 on CentOS5. Been trying to get an event handler to execute but it will not. My configs; define service{ use local_service host_namemy_host service_description NFS Check check_period

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread patrick . morris
On Tue, 09 Mar 2010, Gezina Dekker wrote: > What is the chance that it goes to mysql if it cannot find .htaccess? > > 2010/3/9 Gezina Dekker mailto:gezin...@gmail.com>> > Marc, > > I installed Redhat RHEL 64bit. I made no modifications at all. The main > purpose of this box is to run this nag

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
Noel, The errors I listed, was from error_log in /var/log/httpd Regards and thanks to all for assisteng me. 2010/3/8 Noel Platzke > You posted a MySQL error. The error you should be seeing will be in the > apache logs. I'm kind of confused. > > > > > On Mon, Mar 8, 2010 at 3:47 PM, Gezina Dekk

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
What is the chance that it goes to mysql if it cannot find .htaccess? 2010/3/9 Gezina Dekker > Marc, > > I installed Redhat RHEL 64bit. I made no modifications at all. The main > purpose of this box is to run this nagios test server. I just looked thru > httpd.conf, and couldn't find anything in

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
Marc, I installed Redhat RHEL 64bit. I made no modifications at all. The main purpose of this box is to run this nagios test server. I just looked thru httpd.conf, and couldn't find anything in there. What should I be looking for? I expected it to read the value from /usr/local/nagios/etc/htaccess

Re: [Nagios-users] Any chance that the list owner can delete these users???

2010-03-08 Thread patrick . morris
On Mon, 08 Mar 2010, Gezina Dekker wrote: > Any chance that the list owner can delete these users??? > > 2010/3/8 Mail Delivery Subsystem > mailto:mailer-dae...@ihemail4.lucent.com>> > The original message was received at Mon, 8 Mar 2010 14:47:47 -0600 (CST) > from h135-1-218-53.lucent.com

Re: [Nagios-users] Any chance that the list owner can delete these users???

2010-03-08 Thread Marc Powell
On Mar 8, 2010, at 2:52 PM, Gezina Dekker wrote: > Any chance that the list owner can delete these users??? No, none. > 2010/3/8 Mail Delivery Subsystem > The original message was received at Mon, 8 Mar 2010 14:47:47 -0600 (CST) > from h135-1-218-53.lucent.com [135.1.218.53] > > - The f

Re: [Nagios-users] Can we change the IP address of the Linux box after installing Nagios.

2010-03-08 Thread Stuart Browne
> -Original Message- > From: ravishankar.gundlap...@wipro.com > I have approached my security team and they have suggested me that they > can change the IP address of this Linux box and move it to a different > VLan for some time period where we have internet access, so that I can > instal

[Nagios-users] priority: host or service who's really on top?

2010-03-08 Thread alexus
if i define my host to be checked/notify only at certain time frame, let's say 10-18 yet service states 24/7 ... who takes priority? host's definition or service? -- http://alexus.org/ -- Download Intel® Parallel Studio

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Marc Powell
On Mar 8, 2010, at 12:53 PM, Gezina Dekker wrote: > This is the messages I am getting: > > [Mon Mar 08 19:22:22 2010] [error] [client 10.164.100.232] MySQL ERROR: Can't > connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) > [Mon Mar 08 19:22:22 2010] [error] [client 1

Re: [Nagios-users] Any chance that the list owner can delete these users???

2010-03-08 Thread Franck MAHE
Hi Gezina, I think you should remove the address of the sender when you reply to the message as I do in this message. He will receive the mail via the mailing list. It is a fight against SPAM and if everyone can do the same thing on their mail servers, the SPAM traffic will disappear ;-)

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Robert Wolfe
It sounds like he may have Apache logging directed to a MySQL database. From: Noel Platzke [mailto:neuf...@gmail.com] Sent: Monday, March 08, 2010 4:02 PM To: nagios List Subject: Re: [Nagios-users] You do not have permission to access /nagios on this server You posted a MySQL error. The error y

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Noel Platzke
You posted a MySQL error. The error you should be seeing will be in the apache logs. I'm kind of confused. On Mon, Mar 8, 2010 at 3:47 PM, Gezina Dekker wrote: > James, > > Thank you for the reply. > > I am over the first hurdle, changing the pernissions to +rx fixed it, and > nagios now gives

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread patrick . morris
On Mon, 08 Mar 2010, ravishankar.gundlap...@wipro.com wrote: > Hi, > > There is no access to internet from this server. > > Is Internet access required ??? > > So is this the problem > > Thanks & Regards, > Ravi G Your Yum configuration is set to use an Internet-accessible repository. So,

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread Ricardo Maraschini
Hi, - "ravishankar gundlapali" escreveu: > There is no access to internet from this server. This explains a lot of things :) > Is Internet access required ??? Of course yes. You need access do internet to be able to download packages from the, lets say... internet :) Please send your OS

[Nagios-users] Any chance that the list owner can delete these users???

2010-03-08 Thread Gezina Dekker
Any chance that the list owner can delete these users??? 2010/3/8 Mail Delivery Subsystem > The original message was received at Mon, 8 Mar 2010 14:47:47 -0600 (CST) > from h135-1-218-53.lucent.com [135.1.218.53] > > - The following addresses had permanent fatal errors - > >(reaso

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
James, Thank you for the reply. I am over the first hurdle, changing the pernissions to +rx fixed it, and nagios now gives me a signon panel, however, as I explained, it does not accept the nagiosadmin username. This is the messages I am getting: [Mon Mar 08 19:22:22 2010] [error] [client 10.16

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread ravishankar.gundlapali
Hi, There is no access to internet from this server. Is Internet access required ??? So is this the problem Thanks & Regards, Ravi G -Original Message- From: Ravishankar Gundlapali (WT01 - ENERGY & UTILITIES) Sent: Tuesday, March 09, 2010 1:56 AM To: 'Ricardo Maraschini' Subject:

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
James, Thank you for the reply, This is the messages I am getting: [Mon Mar 08 19:22:22 2010] [error] [client 10.164.100.232] MySQL ERROR: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [Mon Mar 08 19:22:22 2010] [error] [client 10.164.100.232] MySQL user nagi

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread Ricardo Maraschini
Hi, - "ravishankar gundlapali" escreveu: > When I am trying to install the package by entering the command ‘ yum > install httpd ‘ below mentioned error occurred. Try to check your DNS configuration in /etc/resolv.conf. Are you able to access internet using this server? It appears to be a p

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Ambati Srinivas
Hi, > > Please elaborate on 'add --with-snmp to your plugins compile' as I am new > to monitoring. so missing net-snmp-devel packages was the prob? > > Very much appreciate. > Thanks, > > AM > > > > > > On Tue, Mar 9, 2010 at 1:33 AM, Kyle O'Donnell wrote: > >> yum install net-snmp-deve

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread patrick . morris
On Mon, 08 Mar 2010, ravishankar.gundlap...@wipro.com wrote: > Hi, > > I have a Linux Box with Red hat Fedora 10 installed on it. > > When I am trying to install the package by entering the command ?yum install > httpd ? below mentioned error occurred. > > Please someone help me how can I reso

Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread Noel Platzke
As was stated earlier, you really need to direct this question to the fedora list. This isn't a nagios problem but rather an issue with your machine not being able to talk to the yum repo. On Mon, Mar 8, 2010 at 2:53 PM, wrote: > Hi, > > > > I have a Linux Box with Red hat Fedora 10 installed

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Ambati Srinivas
Hi, Please elaborate on 'add --with-snmp to your plugins compile'. so missing net-snmp-devel packages was the prob? Thanks, AM On Tue, Mar 9, 2010 at 1:33 AM, Kyle O'Donnell wrote: > yum install net-snmp-devel > > add --with-snmp to your plugins compile > > On Tue, 9 Mar 2010 01:26:37 +05

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Kyle O'Donnell
yum install net-snmp-devel add --with-snmp to your plugins compile On Tue, 9 Mar 2010 01:26:37 +0530, Ambati Srinivas wrote: > Hi, > > I never expected this speed reply :-) Thanks much. > > Yep Installed net-snmp-5.4.2.1-19.fc12.i686 and > net-snmp-utils-5.4.2.1-19.fc12.i686 on nagios core ho

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Ambati Srinivas
I have installed net-snmp-5.4.2.1-19.fc12.i686 and net-snmp-utils-5.4.2.1-19.fc12.i686 and restarted snmpd deamon and the deamon is running on nagios core however I have not yet enable snmp monitoring in file /usr/local/nagios/etc/nagios.cfg does that effect??? vi /usr/local/nagios/etc/nagios.

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Ambati Srinivas
Hi, I never expected this speed reply :-) Thanks much. Yep Installed net-snmp-5.4.2.1-19.fc12.i686 and net-snmp-utils-5.4.2.1-19.fc12.i686 on nagios core however I have not yet enable snmp monitoring in file /usr/local/nagios/etc/nagios.cfg does that effect??? vi /usr/local/nagios/etc/nagios.

[Nagios-users] Unable to install Packages .

2010-03-08 Thread ravishankar.gundlapali
Hi, I have a Linux Box with Red hat Fedora 10 installed on it. When I am trying to install the package by entering the command 'yum install httpd ' below mentioned error occurred. Please someone help me how can I resolve this. [r...@ ~]# yum install httpd Loaded plugins:

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Gary Every
if you don't have net-snmp/snmpd installed on your system, it will not compile the plugins - make sure that you have the commands, such as snmpwalk, etc installed and re-compile g.; On Mon, Mar 8, 2010 at 12:35 PM, Ambati Srinivas wrote: > Hi, > > I very recently installed nagios Nagios-3.2.0

Re: [Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Kyle O'Donnell
What were you configure options? Do you have net-snmp(dev libs too) installed? On Tue, 9 Mar 2010 01:05:46 +0530, Ambati Srinivas wrote: > Hi, > > I very recently installed nagios Nagios-3.2.0 and Nagios-plugins-1.4.14on > fedora 12. All went however I am not able to execute nor see check_sn

[Nagios-users] check_snmp plugin not visible

2010-03-08 Thread Ambati Srinivas
Hi, I very recently installed nagios Nagios-3.2.0 and Nagios-plugins-1.4.14on fedora 12. All went however I am not able to execute nor see check_snmp under /usr/local/nagios/libexec/ For your reference: [r...@nagios01 plugins]# cd /usr/local/nagios/libexec/ [r...@nagios01 libexec]# ls check_apt

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread Kyle O'Donnell
perhaps you should visit nagios.com instead of nagios.org On Tue, 9 Mar 2010 00:15:53 +0530, wrote: > Hi , > > > > Please suggest what can be done for this issue. > > > > Thanks a lot in advance. > > > > Thanks & Regards, > > Ravi G > > > > From: Noel Platzke [mailto:neuf...@gma

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread James Pratt
>From what I can see, the perms shouldn't be a big problem , mine are all owned by nagios:nagios - if you remove the .htaccess auth parts, can you get in and view the CGI's normally? what do your Apache error and access logs say? Hth Cheers, jamie >> -Original Message- >> From: Rober

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
This is the messages I am getting: [Mon Mar 08 19:22:22 2010] [error] [client 10.164.100.232] MySQL ERROR: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [Mon Mar 08 19:22:22 2010] [error] [client 10.164.100.232] MySQL user nagiosadmin not found: /nagios What do

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread ravishankar.gundlapali
Hi , Please suggest what can be done for this issue. Thanks a lot in advance. Thanks & Regards, Ravi G From: Noel Platzke [mailto:neuf...@gmail.com] Sent: Tuesday, March 09, 2010 12:08 AM To: nagios List Subject: Re: [Nagios-users] Want to Install nagios That's not a nagios pr

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread Gezina Dekker
Ravi, Search for Official Nagios Documentation, this will give you the doc you need for this purpose. 2010/3/8 > Hi, > > > > I have Linux box with Red Hat Fedora 10 installed on it. > > > > I want to install Nagios core 3.2 and Nagios-Plugins-1.4.14 > > > > Please can someone guide me how can

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread Marc Powell
On Mar 8, 2010, at 12:29 PM, wrote: > Hi, > > I have given the command ' yum install httpd php ' to install the > packages initially but the below error occurred. > > Please suggest. Ask the forum that supports your OS/package manager? It seems you have outdated repository data for it. --

[Nagios-users] Can we change the IP address of the Linux box after installing Nagios.

2010-03-08 Thread ravishankar.gundlapali
Hi, I have a Linux box with Red Hat Fedora 10 installed on it. There is no internet access from this box. I have approached my security team and they have suggested me that they can change the IP address of this Linux box and move it to a different VLan for some time period where we have interne

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
Thank you, That was it, and it displays the signon screen now, but it does not accept my username or password. I would have thought that either nagios / nagiosadmin would be the one to use at the start? Any ideas on this? Regards Gezina 2010/3/8 Marc Powell > > On Mar 8, 2010, at 12:16 PM, Ge

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread Noel Platzke
That's not a nagios problem. It's an issue with your machine not being able to talk to the yum repository. On Mon, Mar 8, 2010 at 1:29 PM, wrote: > Hi, > > I have given the command ' yum install httpd php ' to install the > packages initially but the below error occurred. > > Please suggest. > >

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread ravishankar.gundlapali
Hi, I have given the command ' yum install httpd php ' to install the packages initially but the below error occurred. Please suggest. Loaded plugins: refresh-packagekit Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=x86_64 error was [Errno 4] IOEr

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
Robert, Which files are we talking about? Regards Herbie 2010/3/8 Assaf Flatto > Gezina Dekker wrote: > > > > Hi all, > > > > I have looked at all the questions so far, and nothing that brings any > > comfort. > > > > I followed the Fedore QuickStart even though I am on RHEL 4 (2.6.9-5.EL) >

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Marc Powell
On Mar 8, 2010, at 12:16 PM, Gezina Dekker wrote: > Hi all, > > The contents of my /share is the following: > drwxrwxr-x 9 nagios nagcmd 4096 mrt 8 11:39 . > drwx-- 12 nagios nagcmd 4096 mrt 8 11:39 .. Permissions on this directory are not allowing your web server 'rx' access. Look

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread ravishankar.gundlapali
Hi, When I have given the following command ,the below error occurred. Please suggest. Loaded plugins: refresh-packagekit Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=x86_64 error was [Errno 4] IOError: Error: Cannot retrieve repository metadata

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Robert Wolfe
Try setting ownership of these files to user nagios, group nagios. From: Gezina Dekker [mailto:gezin...@gmail.com] Sent: Monday, March 08, 2010 1:17 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] You do not have permission to access /nagios on this server Hi all, I have lo

Re: [Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Assaf Flatto
Gezina Dekker wrote: > > Hi all, > > I have looked at all the questions so far, and nothing that brings any > comfort. > > I followed the Fedore QuickStart even though I am on RHEL 4 (2.6.9-5.EL) > > I have all the following installed: > Apache > PHP > GCC compiler > GD development libraries

[Nagios-users] You do not have permission to access /nagios on this server

2010-03-08 Thread Gezina Dekker
Hi all, I have looked at all the questions so far, and nothing that brings any comfort. I followed the Fedore QuickStart even though I am on RHEL 4 (2.6.9-5.EL) I have all the following installed: Apache PHP GCC compiler GD development libraries I have nagios and nagcmd defined I have installe

Re: [Nagios-users] Want to Install nagios

2010-03-08 Thread Assaf Flatto
start here http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html ravishankar.gundlap...@wipro.com wrote: > > Hi, > > > > I have Linux box with Red Hat Fedora 10 installed on it. > > > > I want to install Nagios core 3.2 and Nagios-Plugins-1.4.14 > > > > Please can someone guide m

[Nagios-users] Want to Install nagios

2010-03-08 Thread ravishankar.gundlapali
Hi, I have Linux box with Red Hat Fedora 10 installed on it. I want to install Nagios core 3.2 and Nagios-Plugins-1.4.14 Please can someone guide me how can I do this. Thanks & Regards, Ravi G -- Downl

Re: [Nagios-users] how many hosts or services can hold in one nagios?

2010-03-08 Thread Marc Powell
On Mar 8, 2010, at 9:17 AM, HyunSung Jang wrote: > hello. > I am think about setting up distributed monitoring but i just wanna know > about how many > hosts or services can hold in one nagios server. There's no simple answer to this question because there are too many variables. An equivalen

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Jatin
You are correct , pid's change from to startup to startup but the reason for doing so is that i want to make sure that a process if it starts with some id it stays working as a long as possible and i need to monitor it. The moment it changes the pid then it means that it has either crashed of r

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Matt Simmons
If you have snmp enabled on the hosts, you can pull that information out: ~$ snmpwalk -v 2c -c COMMUNITY myhost.mydomain.com HOST-RESOURCES-MIB::hrSWRunName.3309 HOST-RESOURCES-MIB::hrSWRunName.3309 = STRING: "crond" On Mon, Mar 8, 2010 at 8:10 AM, Jatin Davey wrote: > Let me re-phrase it a li

[Nagios-users] how many hosts or services can hold in one nagios?

2010-03-08 Thread HyunSung Jang
hello. I am think about setting up distributed monitoring but i just wanna know about how many hosts or services can hold in one nagios server. I have about 1000 hosts in my environment, and 3-5 services for each hosts. this makes maximum 5000 services check which i need to setup. can I make one

Re: [Nagios-users] Customization

2010-03-08 Thread steve f
Are you referring to the main page for the Nagios web console? I have modified both the main page & the side bar by editing either side.php or main.php Steve Date: Mon, 8 Mar 2010 15:17:43 +0100 From: werty...@gmail.com To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Customizati

[Nagios-users] Customization

2010-03-08 Thread wale Ajayi
Hello all, good job by every one of you, i just want to know how can i remove the nag...@3.0.6 in the headers of this application cos i'm newbee to this application and the documentation that talks about this after trying it, it does not work. Thanks for your response with time. ---

Re: [Nagios-users] Monitoring JVM Attributes using Nagios

2010-03-08 Thread Ricardo Maraschini
- "Jatin Davey" escreveu: > Could you let me know how i can install the plugin on the server that > i > need to monitor. AFAIK you must install the script on the Nagios Server, not on the JVM Server. If I'm wrong, let me know. > But i am not getting > a > clue as to what i need to do

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Wolfe, Robert
Forgive me, but I am not quite understanding why you are wanting to do this? Don't PIDs change from program startup to program startup? From: Jatin Davey [jasho...@cisco.com] Sent: Monday, March 08, 2010 8:10 AM To: nagios-users@lists.sourceforge.net Subj

Re: [Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Jatin Davey
Let me re-phrase it a little , Basically what i want is to give the process id as the input and make sure on that target machine i have the process with the given id running , once it stops there might not be the process running with that id and hence i need to raise an email notification alert

[Nagios-users] Monitoring a process with its pid

2010-03-08 Thread Jatin Davey
Hi All Do we have a plugin that can monitor process id (pid) on a target machine , the target machine could be anything such as windows , linux , solaris etc and alert with an email notification when the process id changes. Appreciate your responses. Thanks Jatin