[Nagios-users] Nagios command line interface

2009-01-28 Thread shadih rahman
All, Just wanted to know if there is any project going on for nagios command line interface? What is the process to request something like that. I would like to actively participate in a project like that. I know there is cnagios and also there are external command macros. However, I am

[Nagios-users] perl external command example

2009-01-28 Thread shadih rahman
Can someone please give me an example how to submit external command using perl script. I am trying to do this and its now working. The command I am passing to named pipe is something like this. Thanks ACKNOWLEDGE_HOST_PROBLEM;hostname;1;1;1;1;sr2690;testing 1233162775 my code is like this.

[Nagios-users] Nagios::StatusLog perl module issue

2009-02-04 Thread shadih rahman
I am trying to parse nagios log using Nagios::StatusLog perl module. I am getting error while trying to parse. I am using nagios version 3.0.6. Any help will be much apreciated. Thanks #!/usr/bin/perl use strict; use Nagios::StatusLog; my $host='localhost'; my $log =

[Nagios-users] service check without host checks

2009-02-05 Thread shadih rahman
All, Is it possible to have a service check without having any host check for a particular host. Let me elaborate. I am trying to use check-host-alive as a service check. Also I am passing check_command = null in the host definition. However it looks like the host is doing this twice.

[Nagios-users] All notification emails are going to nagios admin

2009-02-05 Thread shadih rahman
All my nagios notification emails are going nagiosadmin instead of correct contactgroup. Below is my command for email. Please advise on this. Thanks define command{ command_namenotify-host-by-email command_line/usr/bin/printf %b * Nagios *\n\nNotification

Re: [Nagios-users] checking for results of external commands

2009-02-10 Thread shadih rahman
Dirk, I am struggling with the same issue. However there is few solutions. One thing you have to parse the status.dat file. There is a cpan module which creates the perl object for nagios configs and status http://search.cpan.org/~duncs/Nagios-Object/ . However this module have some problem

Re: [Nagios-users] Nagios and rpmbuild

2009-02-16 Thread shadih rahman
Darvin, I added my nagios3.spec file with nagios-3.0.6. Hope this help. On Tue, Feb 17, 2009 at 1:38 AM, Darvin Denmian darvin.denm...@gmail.comwrote: Hello List i'm building a rpm package with nagios-3.0.6 and i have a question: why my rpm packages don't contain the directory

[Nagios-users] check_ping for service and host explanation

2009-03-05 Thread shadih rahman
All, I need some clarification about Nagios host and service check relationship. I have no dependency defined. I have the following host and service defintion define host{ name foo use generic-host ; Inherit default values

[Nagios-users] service group based cgi access

2009-03-05 Thread shadih rahman
Is there anyway to configure nagios so that particular servicegroup only members of a particuar group can execute service command and host commands. However anyone can view them. I know there is the following to cgi parameter but they are for global nagios access.

[Nagios-users] encrypting or protecting nagios config files

2009-03-06 Thread shadih rahman
All, in commands.cfg or in service definition file we have to enter password community string and such. I was wondering if there is any way to encrypt that or setup a system where those information relayed to nagios process in the memory and there is no way to access them? Please advise on

Re: [Nagios-users] monitor router temperature

2009-03-06 Thread shadih rahman
Try this and see if this works for you. Thanks check_snmp -H yourhost -C your community_string -P your_snmp_version -o 1.3.6.1.4.1.9.9.13.1.3.1.3.1 -w 42: -c 38:42 On Thu, Feb 12, 2009 at 9:25 PM, Marc Powell m...@ena.com wrote: On Feb 12, 2009, at 5:16 PM, Chris wrote: I was wondering

[Nagios-users] logout for nagios web interface

2009-03-09 Thread shadih rahman
All, Is it possible to create logout for nagios web interface. As far as I understand, it is just matter of resetting the $_REMOTE_USER apache variable. Can someone please provide some guidance on this. Thanks -- Cordially, Shadhin Rahman

Re: [Nagios-users] encrypting or protecting nagios config files

2009-03-09 Thread shadih rahman
] *Sent:* Friday, March 06, 2009 11:19 AM *To:* shadih rahman; nagios-users@lists.sourceforge.net *Subject:* Re: [Nagios-users] encrypting or protecting nagios config files You can use the resource.cfg file to store credentials, which is a secured file. Credentials can then be passed

[Nagios-users] check_ftp

2009-03-09 Thread shadih rahman
Can someone please advise how to monitor ftpd service with username password and download a file. The check_ftp plugins seems to be lacking some of these options. -- Cordially, Shadhin Rahman -- Open Source Business

[Nagios-users] NRPE installation issue on solaris 9

2009-03-19 Thread shadih rahman
I am trying to install nagios plugins and nrpe on solaris 9. I am getting the following error. Nagios built with the following options: $ ./configure --prefix=/opt/nrpe-2.12 --enable-command-args --disable-ssl *** Configuration summary for nrpe 2.12 03-10-2008 ***: General Options:

Re: [Nagios-users] NRPE installation issue on solaris 9

2009-03-19 Thread shadih rahman
I found the solution. Just sharing with rest of the group. http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/ On Thu, Mar 19, 2009 at 10:12 AM, shadih rahman shadhi...@gmail.com wrote: I am trying to install nagios plugins and nrpe on solaris 9. I am

[Nagios-users] how to do check_command argument with space

2009-03-24 Thread shadih rahman
can someone please show me how to do check command with space. So one of the argument will have space. Thanks check_command check_https_reverse!/cms/enter.cfm!courseworks!error occurred -- Cordially, Shadhin Rahman

[Nagios-users] event handler question with nrpe

2009-03-24 Thread shadih rahman
can event handler take argument. I want to have a generic shell script which take argument as to what process needs to start. I want to restart process via nrpe. Can someone please verfiy if the following will work or not? Thanks in advance. * define service{ host_name

[Nagios-users] orphaned service

2009-03-31 Thread shadih rahman
I am getting a lot of warnning for orphaned service. I have the following settings in nagios. Can someone help me to get rid off these errors. Thanks 1238508483] Warning: The check of service 'output_current' on host ' ire-460rsd-b-1-ups.net' looks like it was orphaned (results ne ver came

[Nagios-users] Dependency and performance question

2009-04-01 Thread shadih rahman
Hi, I am running nagios on a 2.5 GHZ 4-core 64 bit machine running RHEL5. I am seeing some performance issue in Nagios. I am doing failover setup. I have another similar machine which has identical config but not doing any active checks. My master machine sends check result using NSCA. Now

[Nagios-users] check_nrpe help with multipple argument

2009-04-02 Thread shadih rahman
I am trying to execute a check_nrpe with multiple argument and it is not working. I have the following definition in my nrpe.cfg command[check_users_x64]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 command[check_load_x64]=/usr/lib64/nagios/plugins/check_load -w 15,10,5 -c 30,25,20

[Nagios-users] serious performance issue

2009-04-07 Thread shadih rahman
I am seeing a ton of orphaned error message for both services and hosts. I am running nagios on a quad core 2.2 GHZ machine running 4 GHZ memory. I will paste my configuration file below. I have the machine sending ndo to a local database sitting on a 170 GB Hard drive. nagios is obcessing on

Re: [Nagios-users] serious performance issue

2009-04-09 Thread shadih rahman
almost the same issue. after tweaking enable_embedded_perl=0, the load average was brought up but latencies became lower. On Wed, Apr 8, 2009 at 11:54 AM, shadih rahman shadhi...@gmail.comwrote: I am seeing a ton of orphaned error message for both services and hosts. I am running nagios

Re: [Nagios-users] New to Nagios -- simple problem with data from nrpe

2009-04-17 Thread shadih rahman
Brian, First thing to check is version of NRPE? NRPE comes with two version, stripped and non-stripped. Make sure both machine has the same version running. If not, then play with the -n option to fix the incompatibility issues. Then check if your nrpe.cfg where you define the actual checks

Re: [Nagios-users] Audio Alert

2009-04-17 Thread shadih rahman
Edurado, Try to use event handler to call the acutal *.wav file. On Fri, Apr 17, 2009 at 1:19 PM, Eduardo Barreto lec...@gmail.com wrote: How to set audio alert for some host not for all? Is there a way to do it? Cheers Eduardo

Re: [Nagios-users] Antwort: Re: Antwort: Problem with MySql log

2009-04-17 Thread shadih rahman
I have master master replication setup for ndo. I ran into big log file issue. I found this php script for log rotation and modified few things to work on my setup. This works fine for me. I hope this helps. http://forums.mysql.com/read.php?52,210712. On Fri, Apr 17, 2009 at 8:36 AM,

[Nagios-users] check_snmp output

2009-04-22 Thread shadih rahman
All, I want to show the result of check_snmp in a certain way. For example if I am doing a nominal current check on Liebert ups, the snmp query will return 506 as result. However this actauly means 50.6 amp. Is there any way to control the output on check_snmp plugin. I am aware of the -u

[Nagios-users] Power monitoring for PDU

2009-04-23 Thread shadih rahman
All, we are trying to monitor PDUs for a green data center. Can someone lists what should I be monitoring for PDUs. Thanks -- Cordially, Shadhin Rahman -- Crystal Reports #45; New Free Runtime and 30 Day Trial Check

Re: [Nagios-users] HTTP server authentication requirements for accessing this CGI.

2009-04-26 Thread shadih rahman
Jimmy, Try the following and this should take care of it. Thanks ScriptAlias /nagios/cgi-bin /usr/lib/nagios/cgi Alias /nagios /usr/share/nagios Directory /usr/share/nagios # SSLRequireSSL Options None AllowOverride None Order allow,deny Allow from all # Order deny,allow #

[Nagios-users] ups oids that might help

2009-04-27 Thread shadih rahman
I had to spend a lot of time looking for oids on liebert and on apc upses. I just wanted to share it with the group. *Liebert oids * Description OID DefinitionMIB SOURCE BupsBatteryVoltage 1.3.6.1.2.1.33.1.2.5 The

[Nagios-users] Ndoutils only capturing host data, there is no service information

2009-05-01 Thread shadih rahman
All, I recently discovered that my nagios setup is only storing in nagios_hostchecks table. In my ndomod.cfg file I have selected data_processing_options=67108863, which suppose to process all data. Little overview about my setup I have two mahcine running nagios active failover settings.

Re: [Nagios-users] Odd errors in nagios.log

2009-05-04 Thread shadih rahman
Martin, were you able to solve this problem by changing check_result_reaper value? I am also receiving the following error. Thansk [1241449457] Error: Unable to rename file '/var/log/nagios/nagios.debug' to '/var/log/nagios/nagios.debug.old': No such file or directory [sr2...@]ls

[Nagios-users] cricket ndo2db

2009-05-05 Thread shadih rahman
All, I am looking for a good way to show trending of performance data. I am keeping all service and host check data in ndo database. Are there any software out there which possible works with cricket ndo2db and nagios. As far as I understand NPC is for cacti only, however we have only

Re: [Nagios-users] nag2ast

2009-05-05 Thread shadih rahman
Did you find any English documentation on nag2ast? Please advise on this. Thanks On Tue, May 5, 2009 at 11:12 AM, cr...@hooters-uk.com cr...@hooters-uk.comwrote: Hi All I'm about to venture into Asterisk so I can use nag2ask, but before I go and install Asterisk has anybody got nag2ask

Re: [Nagios-users] nagios and mysql

2009-05-12 Thread shadih rahman
Thiery, how does your ndomod.cfg and ndo2db.cfg looks like? Thanks On Sat, May 9, 2009 at 6:37 PM, Thierry Granier th.gran...@free.fr wrote: Hello i have installed NDOutils and i can run ndo2db-3x but i have this message in the log: ndomod: Error writing to data sink! Some output may

Re: [Nagios-users] Required RPMs for Nagios 2.5

2009-05-12 Thread shadih rahman
If you are using RHEL machine. The followings are probably basic pre-recs 1) perl-Net-SNMP 2) perl-Socket6 3) perl-Crypt-DES 4) fping On Mon, May 11, 2009 at 9:14 PM, jmose...@corp.xanadoo.com wrote: If you've installed everything, including Nagios, via RPM/yum/up2date, then you should

[Nagios-users] Help with graphing

2009-05-13 Thread shadih rahman
All, I am running nagios with ndoUtils. Ndo has been capturing data for about 6 months. Now I need find a good graphing utility that can be integrated with nagios. I am looking for graphing capability from traditional database not rrd utility. Can someone suggest or point me to the right

[Nagios-users] DISABLE_SVC_CHECK does not keep track of username

2009-05-19 Thread shadih rahman
All I am seeing that when anyone acknowledges a problem in nagios, it keeps track of username and notes information. However if someone execute command like DISABLE_SVC_CHECK or DISABLE_HOST_NOTIFICATIONS or many other commands then nagios does not keep track of username and who initiated the

[Nagios-users] nagios exchange publishing question

2009-05-20 Thread shadih rahman
All, I have a quick question about licensing and trademarks. If I publish some scripts in nagiosexchange.org what license or trademark am I publishing under? Please advise on this. -- Cordially, Shadhin Rahman --

[Nagios-users] nagios command line script

2009-05-21 Thread shadih rahman
All, I just added a perl Nagios command line script in nagiosexchange.org. The script uses Nagios-Object cpan module. However, I made modification to the Nagios-Object cpan module to work with nagios version 3. Detail installation instruction is included in nagiosexchange link.

[Nagios-users] nagios monitoring for hack

2009-06-08 Thread shadih rahman
our web sites got hacked and we were subjected to ddos for last few days. I wanted to know what can I do for monitoring to find out if I am hacked or not. By the way, we were hacked by php exploits. Please advise on this. Thanks -- Cordially, Shadhin Rahman

[Nagios-users] ndo utils question

2009-06-09 Thread shadih rahman
All, I have been running ndoutils with nagios for a while. When I initially setup my nagios, I played around with a lot of different service checks and changed around a lot of config parameters. Now, I have a solid setup and I have not changed configuration for a while. When I go into the

Re: [Nagios-users] ndo utils question

2009-06-12 Thread shadih rahman
Can someone please tell me why am I seeing all my nagios_objects are shwoing is_active 0 in nagios_objects table of my ndoutils database? Thanks in advance. On Wed, Jun 10, 2009 at 11:17 AM, shadih rahman shadhi...@gmail.com wrote: is_active shows 0 for all my entries nagios_object. Can

Re: [Nagios-users] Issue with NRPE

2009-06-15 Thread shadih rahman
Sharada, check the permission on the monitoring server for the actual plugin you are calling. Make sure check_nrpe has the proper permission. Also make sure you have the right version of nrpe and nrpe plugin. The nrpe server and the check_nrpe has to be same version. I always found it easy

Re: [Nagios-users] ndo utils question

2009-06-15 Thread shadih rahman
I am running nagios version 3.0.6 and ndoutils 1.47b. My nagios is running properly without any error. However in my ndoutils database I am seeing is_active is always 0. Can someone direct me to right direction to solve this problem. Thanks On Fri, Jun 12, 2009 at 12:38 PM, shadih rahman

[Nagios-users] Nagios check for CAS service

2009-06-23 Thread shadih rahman
All, I want to monitor CAS authentication service with nagios. Can someone give me some idea how to do this. We are using something call wind authentication which is based on CAS authentication. http://www.columbia.edu/acis/rad/authmethods/wind/. I am wondering if there is anyway to check

[Nagios-users] dynamic service name creation

2009-06-25 Thread shadih rahman
All, I am trying to create my service name dynamically. Can someone tell me a clever way to do. What I am tyring to achive is the following. I have a servicename outlet1outputcurrent. Outlet1 is connected to host1. I can get the hostname for host1 by doing a snmp query. Somehow I want to

Re: [Nagios-users] ndo utils question

2009-06-26 Thread shadih rahman
All, in case anyone is interested. I solved the problem. My config_output_options' was set to zero in ndomod.cfg. If you set to 1 or 3 depending on your need then it works fine. Thanks On Mon, Jun 15, 2009 at 2:50 PM, shadih rahman shadhi...@gmail.com wrote: I am running nagios version

[Nagios-users] monitoring external internet connectivity

2009-06-30 Thread shadih rahman
All, What is the best way to check if our network has connection to commodity internet or not. What I am trying to achieve is to ensure internal network has connection to Internet. One thing is to ping google check. Is this a good idea or can someone suggest a better way to do this. Please

[Nagios-users] monitoring load balanced url

2009-07-02 Thread shadih rahman
All, I am trying to monitor an url which is load balanced behind csm. I want it go to warnning state if 50% of the servers are unavailable behind csm. Can someone please give me some suggestion how I can achieve this. Thanks -- Cordially, Shadhin Rahman

Re: [Nagios-users] monitoring load balanced url

2009-07-02 Thread shadih rahman
I approaching the right solution? Please advise on this. thanks On Thu, Jul 2, 2009 at 9:20 AM, shadih rahman shadhi...@gmail.com wrote: All, I am trying to monitor an url which is load balanced behind csm. I want it go to warnning state if 50% of the servers are unavailable behind csm

[Nagios-users] a special http check

2009-07-07 Thread shadih rahman
All, I need to do a special kind of http check to see if our authentication service is working or not. These are the sequence of event need to take place. I need to hit the url https://myserver.com/login then I need do additional query service=myservice then I need to additinal query to

[Nagios-users] check ping explanation required

2009-07-14 Thread shadih rahman
Nagios uses check_ping for the host check of most hosts. The check is configured to send only one ping. So if Nagios receives a response, it is 0% packet loss. If no response, it is 100% packet loss. # 'check-host-alive' command definition define command{

[Nagios-users] nagios log file date format

2009-07-15 Thread shadih rahman
Is there any way to change nagios log file date format to human readable format. I did not see any option in nagios.cfg file. Please advise on this. Thanks -- Cordially, Shadhin Rahman -- Enter the BlackBerry

[Nagios-users] checking exchange server

2009-07-20 Thread shadih rahman
All, I am trying to monitor complete email path for exchange from sending to delivery. Something like the check_email_delivery plugin. http://apricoti.pbworks.com/NagiosCheckEmailDelivery. I am not sure about the Exchange functionality. Can someone shed some light on this. Thanks --

[Nagios-users] Help with check_cluster plugin

2009-07-27 Thread shadih rahman
I am trying to monitor 3 exchange server and combined them with check_cluster to report if there was any issue with them or not. If any of my exchange server is down then my check_cluster should report down. So I have 3 individual exchange checks as listed below define service { use

[Nagios-users] ndoutils upgrade

2009-08-04 Thread shadih rahman
I am thinking about doing a ndoutils update to 1.48b from 1.47b. I see that I need to change db schema and make some changes. my ndo has been collecting data over 6 months for medium size installation. Should I be concerned or take special pre-caution? Please advise on this. Thanks --

Re: [Nagios-users] NDOUtils mysql question?

2009-08-07 Thread shadih rahman
I would double check these information. Cacti runs on rrd( round robin database). I have innodb for my ndoutils 1.47b. On Fri, Aug 7, 2009 at 3:03 PM, Andrew Davis ncc...@gmail.com wrote: Our Nagios server also has Cacti on it. I'm pretty sure that Cacti uses an InnoDB database, while

[Nagios-users] parent/child host relationship and vif

2009-08-13 Thread shadih rahman
I am monitoring bunch of vif which is served by one actual host. Is it possible to achieve the following just by defining host/service definition host - A vif1.com has parent A vif2.com has parent B vif3.com has parent C I am checking the following url with check_http plugin

[Nagios-users] groups acknowledgment on web enterface

2009-08-17 Thread shadih rahman
All, I am running nagios version 3.0.6. When in hostgroup or servicegroup window on web interface like https://example.com/nagios/cgi-bin/extinfo.cgi?type=5hostgroup=example-groups, there is no option to do group acknowledgment. Are we offering this option in nagios 3.2.0? I think this is a

[Nagios-users] obama biden health plan

2009-08-17 Thread shadih rahman
forwarded to cynthia www.barack*obama*.com/pdf/issues/*HealthCare*FullPlan.pdf -- Cordially, Shadhin Rahman -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

[Nagios-users] check ping unusual issue

2009-08-18 Thread shadih rahman
All, My check ping result is not making sense. I have the following in commands.cfg define command{ command_namecheck-host-alive command_line$USER1$/check_ping -H $HOSTADDRESS$ -t 45 -4 -w 3000.0,100% -c 3000.0,100% -p 1 } However I see the following output

Re: [Nagios-users] check ping unusual issue

2009-08-19 Thread shadih rahman
I think I have found the problem, Please see the following theread http://article.gmane.org/gmane.network.nagios.plugins.devel/6738 On Wed, Aug 19, 2009 at 9:54 AM, shadih rahman shadhi...@gmail.com wrote: I am using nagios-3.0.6 and nagios plugins-1.4.13 As suggested I have read

[Nagios-users] ndo nagios failover

2009-08-25 Thread shadih rahman
All, I have two machines which are responsible for nagios monitoring. One is master and one is fail over. I am also keeping historical data in NdoUtils. I am using mysql for Ndoutils and they have master-master replication. So in master I have active check and active notification enabled.

[Nagios-users] number of notifications

2009-08-26 Thread shadih rahman
All, Is there anyway to control the total number of notification that nagios sends for hosts or services? I did not see any indication of such parameter in object definition documentation. Please advise on this. Thanks -- Cordially, Shadhin Rahman

Re: [Nagios-users] check_http and regular expressions

2009-08-28 Thread shadih rahman
Here is command line definition which works fine for what you are trying to achieve. define command{ command_namecheck_https_reverse command_line$USER1$/check_http -H $HOSTADDRESS$ -S -u $ARG1$ -r $ARG2$ -r $ARG3$ --invert-regex } On Thu, Aug 27, 2009 at 9:30

[Nagios-users] nagios scheduling and Hard/soft state question

2009-09-03 Thread shadih rahman
All, according to the definition hard state is reached upon completing the max_check_attempt . This particular service status information is stating otherwise. This particular service check has max_check_attempt set to 3. However it looks like soft state changed into Hard with checking for 3

Re: [Nagios-users] nagios scheduling and Hard/soft state question

2009-09-03 Thread shadih rahman
retain_status_information 1 retain_nonstatus_information1 } On Thu, Sep 3, 2009 at 4:04 PM, Marc Powell m...@ena.com wrote: On Sep 3, 2009, at 2:29 PM, shadih rahman wrote: All, according to the definition hard state is reached upon completing the max_check_attempt

Re: [Nagios-users] orphaned

2009-09-15 Thread shadih rahman
Eduardo, you should check Performance Info tab on the left pane. I am guessing your check latency is very high. Anyhow, I have ran into this situation in the past. Here are some things to check. 1) Increase debug information in your log and check nagios debug log. 2) Are you using

Re: [Nagios-users] Power Strips and Nagios

2009-09-21 Thread shadih rahman
We are using the following product for power panel related monitoring. It has snmp module which you can monitor. Here is the link http://www.raritan.com/support/dominion-px/1.3.1/MIB/ Also for older power strip without snmp you can use this device to get power related data. I hope this helps.

[Nagios-users] nagios notification to different email address

2009-09-22 Thread shadih rahman
List, It has been stated that one can send all notification send to a different email address by using negative value for parameter.I just wanted to know would the following setup work? please advise on this. Nagios version: 3.2 Ndoutils version: 1.4.8 define hostescalation{

Re: [Nagios-users] nagios notification to different email address

2009-09-22 Thread shadih rahman
...@ena.com wrote: Please always respond on list. More below. On Sep 22, 2009, at 2:56 PM, shadih rahman wrote: It has been stated that one can send all notification send to a different email address by using negative value for parameter.I just wanted to know would the following

Re: [Nagios-users] Nagios not sending any notification.

2009-09-22 Thread shadih rahman
With this configuration only nagiosadmin will get the email. You need to define contact group properly. Please see the following documentation. Thanks http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#contact and also see contactgroup definition On Tue, Sep 22, 2009 at 4:14 PM,

[Nagios-users] Auto housekeeping for nagios-3.2.0

2009-10-05 Thread shadih rahman
All, are there any auto housekeeping done on nagios? After I have updated my nagios installation to 3.2.0. I am seeing nightly performance issue around midnight to 2:30 am. Please advise on this. Nagios-3.2.0 ndoutils-1.4b8 Check Execution Time: 0.00 sec60.01 sec0.247 sec Check

[Nagios-users] nagios time event error

2009-10-05 Thread shadih rahman
All, I am seeing the following error. I saw some issues mentioned about this on version 2. Can anyone advise on this. Thanks [Sun Oct 4 02:00:57 2009];Warning: A system time change of 0d 1h 19m 53s (forwards in time) has been detected. Compensating... [Mon Oct 5 02:01:56 2009];Warning: A

Re: [Nagios-users] Using Nagios to monitor Exchange 2007 Queues, etc.. ??

2009-10-06 Thread shadih rahman
Here is a great doc for monitoring windows services. Hope this helps http://nagioswiki.com/wiki/index.php/Nagios_Checks_for_Exchange_Server_200x On Mon, Oct 5, 2009 at 10:46 PM, Kevin Keane subscript...@kkeane.comwrote: I've heard occasional reports of that happening. A couple things to

Re: [Nagios-users] error check_snmp for UPS

2009-10-06 Thread shadih rahman
Who is the manufacturer for you Upses. There are bunch of good Ups check you can find in nagiosexchange website. Most of them are written for APC and Liebert. The snmp for upses are well defined. You can write quick perl or shell script to monitor these.

Re: [Nagios-users] escalation for receiving only recovery events?

2009-10-06 Thread shadih rahman
The best solution would be service escalation or host escalation feature of nagios.

Re: [Nagios-users] monitor windows service with $

2009-10-07 Thread shadih rahman
What happens if you do the following? /usr/local/nagios/libexec/check_nt -H 10.2.30.190 -p 12489 -v SERVICESTATE -l service\$DB On Wed, Oct 7, 2009 at 10:03 AM, DE/HAM Hoppe, Leif leif.ho...@hartrodt.com wrote: Hi List, I currently configure the monitoring of some windows services. Just

[Nagios-users] how to start nagios multiple instance

2009-10-22 Thread shadih rahman
All, I am sub dividing my nagios into multiple instances. I have read http://support.nagios.com/knowledgebase/faqs/index.php?option=com_contentview=articleid=52catid=35faq_id=22expand=falseshowdesc=truefor information. However I have few questions. Thanks in advance 1) How would we manage

Re: [Nagios-users] how to start nagios multiple instance

2009-10-23 Thread shadih rahman
of these services. When run different instances with separate database their data set will be smaller and it will be easy to retain the data for longer time. On Fri, Oct 23, 2009 at 9:38 AM, Marc Powell m...@ena.com wrote: On Oct 22, 2009, at 2:03 PM, shadih rahman wrote: All, I am sub

Re: [Nagios-users] Nagios disfunctional , perhaps due to time change ?

2009-10-26 Thread shadih rahman
If our configuration is not using daytime offset, are we still affected by this bug. Nagios version 3.2.0 Please advise on this. Thanks On Mon, Oct 26, 2009 at 12:57 PM, xesos xe...@free.fr wrote: Hello, Same bug. Last sunday, in France, Daylight saving time ends so clocks retreat from

Re: [Nagios-users] plugin information

2009-11-02 Thread shadih rahman
not delve into the code yet. Can someone please advise on this. Thanks On Mon, Jul 20, 2009 at 11:45 AM, Marc Powell m...@ena.com wrote: On Jul 20, 2009, at 10:28 AM, shadih rahman wrote: Is nagios official page going to support this in the future? Thanks in avance http://mathias

Re: [Nagios-users] Nagios disfunctional , perhaps due to time change ?

2009-11-02 Thread shadih rahman
All Is there an official patch for this? can someone please advise on this? Thanks On Mon, Oct 26, 2009 at 1:36 PM, Ton Voon ton.v...@opsera.com wrote: On 26 Oct 2009, at 12:53, Matthias Flacke wrote: this change is causing the wrong reschedule:

Re: [Nagios-users] What would you want in a replacement web interface?

2009-11-24 Thread shadih rahman
This is not an issue. nagios search bar does regular expression search. do ffs-* in your box and it will result in all the hosts. Nagios is a monitoring tool. I think nagios users and administrators are some what involved with technology. Knowing how to do regular expression search is not an

Re: [Nagios-users] Hardware requirements

2009-12-01 Thread shadih rahman
I have a quad core 2GHZ and 4 GB memory machine and I am getting the following performance. Service Check Execution Time:https://nagios.cc.columbia.edu/nagios/cgi-bin/extinfo.cgi?type=40.00 / 60.01 / 0.381 sechttps://nagios.cc.columbia.edu/nagios/cgi-bin/extinfo.cgi?type=4 Service Check

[Nagios-users] check_snmp with regular expression

2009-12-10 Thread shadih rahman
List, I am trying to use check_snmp plugin with the following regular expression and I am getting an error, can someone point out what am I doing wrong. Thanks /usr/lib64/nagios/plugins/check_snmp -H hostname -C community -o .1.3.6.1.2.1.1.6.0 -r ^*.some string*$ Could Not Compile Regular

[Nagios-users] benchmark question

2009-12-14 Thread shadih rahman
List, Is there any information as to what is the maximum number of services one can run on a single box with single instance of Nagios? I did not find any concrete data on this. I am running a single instance of nagios on a quad core 2.5 GHZ machine with with 4 Gigs of RAM. I have total of

Re: [Nagios-users] Nagios web GUI, contact groups, hosts and services

2010-02-08 Thread shadih rahman
Karssen, Your problem appears to be process not the tool. I am not suggesting how to conduct business in your organization but here is my suggestion. I would reach out to noc management and put together a wiki or how to for each unique possible critical alert scenario. The I would add

Re: [Nagios-users] Ndo2DB and Check for network traffic

2010-02-15 Thread shadih rahman
Marc, I have similar question about cricket. We use cricket to poll network related data. However I have not found a way to poll once in nagios and use the data for cricket. Currently (for many devices), I do snmp poll twice, one for nagios, one for cricket. Do you have any suggestion as

[Nagios-users] NRPE question

2010-02-22 Thread shadih rahman
I am running nrpe as daemon rather than xinetd. I have one server which showed high load and all nrpe checks where showing UNKNOWN. Later on I logged into the box and I saw there were 382 nrpe process running. Can someone shed some light into this? Thanks -- Cordially, Shadhin Rahman

Re: [Nagios-users] NRPE question

2010-02-22 Thread shadih rahman
another nrpe process? Please advise on this. Thanks On Mon, Feb 22, 2010 at 2:34 PM, patrick.mor...@hp.com wrote: On Mon, 22 Feb 2010, shadih rahman wrote: I am running nrpe as daemon rather than xinetd. I have one server which showed high load and all nrpe checks where showing UNKNOWN

Re: [Nagios-users] NRPE question

2010-02-22 Thread shadih rahman
another nrpe process? Please advise on this. Thanks On Mon, Feb 22, 2010 at 3:01 PM, shadih rahman shadhi...@gmail.com wrote: I have thought about this solution but I have an issue with this. Let us say the machine has high load. Now, I presume, we are checking the number of nrpe

[Nagios-users] Alternate schedule for service

2010-02-22 Thread shadih rahman
I have to check a service every 30 minutes during normal business hour and check the service every two hours after mid-night. I have a extended time period definition. Can someone please give an example how to do this? Thanks define timeperiod{ timeperiod_name extended alias

Re: [Nagios-users] NRPE question

2010-02-22 Thread shadih rahman
Unfortunately my problem is that its happenning on a remote client machine rather than nagios server. On Mon, Feb 22, 2010 at 3:32 PM, patrick.mor...@hp.com wrote: Hi shadih! On Mon, 22 Feb 2010, shadih rahman wrote: I have thought about this solution but I have an issue with this. Let us

[Nagios-users] ndo unusual behavior

2010-02-23 Thread shadih rahman
In my nagios setup all object_id from nagios_object table jumped down to 31 to 3 on January 5, 2010 around 11: 06 PM, can someone shed any light to this issue? Thanks -- Cordially, Shadhin Rahman -- Download

[Nagios-users] multiple check_interval with single service check

2010-03-01 Thread shadih rahman
All, Is it possible to use multiple check_interval based on the hours of the day for a single check? For example during day time service should be executed every 15 minutes and during night it will get executed every 2 hours. Can someone please show me how its done. Thanks -- Cordially,

[Nagios-users] on call rotation with check

2010-03-02 Thread shadih rahman
Is it possible to maintain a on call rotation via a service check? Also possibly pass in a nagios username to update the on call rotation? Please advise on this. Thanks -- Cordially, Shadhin Rahman -- Download

[Nagios-users] on call rotation change on the fly

2010-03-05 Thread shadih rahman
Lets say I have an on-call rotation pre-defined with a list of names. Now, one of the operations member can not make it. Is it possible to change on-call rotation on the fly. Please advise on this. Thanks -- Cordially, Shadhin Rahman

[Nagios-users] greedy regular experssion nrpe

2010-03-31 Thread shadih rahman
I have a plugin script which does non-greedy regular expression search . Which works fine when invoked locally on the machine. However when I call it via nrpe, it does greedy regular expression search. Can someone shed some light into this? Thanks in advance -- Cordially, Shadhin Rahman

  1   2   >