[Nagios-users] personalize notification commands

2008-07-04 Thread Nelson Serafica
I want to set nagios to send a txt message if there is a down or critical 
status. I setup a nagios for testing to another box instead of playing in the 
stable nagios that was runnin. I already have email notification but sometimes 
I don't open my email in midnight so I need an alert ans I choose sms. I have 
an officemate who have a linux box and setup a url where if I visit the url it 
will send a txt message. Here is the sample url:

http://x.x.x.x/testserver?page=sms_sendsmsmessagemulti_recipients=+123456789smsmessage=testingusername=nagiosNOEXPIRE

123456789 = sms contact number
testing = message of the sms

Now, I have setup in commands.cfg the ff:

define command{
command_namenotify-by-txt
command_line/usr/bin/printf %b Service: $SERVICEDESC$\nHost: 
$HOSTNAME$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\nInfo: $SERVICE
OUTPUT$\nDate: $LONGDATETIME$ |/usr/bin/links 
http://x.x.x.x/testserver?page=sms_sendsmsmessagemulti_recipients=+123456789smsmessage=$HOSTNAMEusername=nagiosNOEXPIRE
  
}

Then I set my contacts.cfg

define contact{
contact_namenagios-admin
alias   Nagios Admin
service_notification_period 24x7
host_notification_period24x7
service_notification_optionsw,u,c,r
host_notification_options   d,r
service_notification_commands   notify-by-txt
host_notification_commands  notify-by-txt
pager   
http://x.x.x.x/testserver?page=sms_sendsmsmessagemulti_recipients=+123456789smsmessage=testingusername=nagiosNOEXPIRE
}

I see the logs in nagios the notify-by-txt but I don't receive a sms message. 
But when I command it via shell, I receive a sms message.

Could someone direct me to right commands in notification commands? Can I set a 
sample script just to test notification commands?


  Yahoo! Toolbar is now powered with Search Assist.Download it now!
http://ph.toolbar.yahoo.com/-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] problem in nagiosgraph

2008-06-27 Thread Nelson Serafica
i have running Nagios 2.10. I decided to add nagiosgraph to have graph
result of my nagios. However, I can't make it work. Here is the things
that I do:

tar xvzf nagiosgraph-0.9.0.tgz
cd nagiosgraph-0.9.0
mkdir /usr/local/nagios/nagiosgraph
cp nagiosgraph.conf map insert.pl show.cgi  /usr/local/nagios/nagiosgraph/
vi /usr/local/nagios/nagiosgraph/nagiosgraph.conf (Edit logfile and perflog)
chown nagios:nagios /usr/local/nagios/var/nagiosgraph.log
mkdir /usr/local/nagios/nagiosgraph/rrd
chown nagios:nagios /usr/local/nagios/nagiosgraph/rrd
chown -R nagios:nagios /usr/local/nagios/nagiosgraph
touch /usr/local/nagios/var/perfdata.log
vi insert.pl and show.cgi (Change nagiosgraph.conf file)
chown nagios:nagios /usr/local/nagios/var/perfdata.log
chmod 664 /usr/local/nagios/var/nagiosgraph.log
chmod 664 /usr/local/nagios/var/perfdata.log
chmod 775 /usr/local/nagios/nagiosgraph/rrd/
chmod 666 /usr/local/nagios/var/nagiosgraph.log

THen I edit checkocmmands.to put process-service-perfdata

Here is my added config in my http.conf

ScriptAlias /nagiosgraph/ /usr/local/nagios/nagiosgraph/
Directory /usr/local/nagios/nagiosgraph
Options ExecCGI 
AllowOverride AuthConfig 
Order allow,deny
Allow from all
/Directory

Then I restart nagios. Then when I click the icon for nagiosgraph, it says: 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to 
complete your request.

Could this be only a http error? I dont see any error 


  Get your preferred Email name!
Now you can @ymail.com and @rocketmail.com. 
http://mail.promotions.yahoo.com/newdomains/ph/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] problem in nagiosgraph

2008-06-27 Thread Nelson Serafica
I create serviceextinfo.cfg and put the ff:

define serviceextinfo {
   service_description PING 
   hostgroup   DSL CLIENTS 
  
notes_url  
/nagiosgraph/show.cgi?host=$HOSTNAME$service=$SERVICEDESC$db=ping,avg05minrrdopts=%2Dl%200%20%2Du%20100
 
   icon_image  graph.jpg
 }

Isn't this enough?Actually, I'm not sure if this is correct (the one on the 
notes_url). Do you have any url for a template for this?
 






- Original Message 
From: Hugo van der Kooij [EMAIL PROTECTED]
To: Nelson Serafica [EMAIL PROTECTED]
Sent: Friday, June 27, 2008 4:19:22 PM
Subject: Re: [Nagios-users] problem in nagiosgraph

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nelson Serafica wrote:
| The error is now gone after installing perl-rrdtool. However, I'm seeing
| the error when I'm clicking the icon for nagiosgaph
|
| Nagiosgraph has detected an error in the configuration file:
| /usr/local/nagios/nagiosgraph/nagiosgraph.conf
| Looks like /usr/local/nagios/nagiosgraph/rrd is empty!
|
| As I check, it is empty. Upon checking the INSTALL file included in the
| source, there is no steps there saying I need to put something in the
| rrd directory. I only change the permission.
|
| Here is my nagiosgraph.log
|
| Fri Jun 27 15:27:47 2008 $RCSfile: insert.pl,v $ $Revision: 1.25 $ info
| - No inputdata. Exiting.
| Fri Jun 27 15:27:53 2008 $RCSfile: insert.pl,v $ $Revision: 1.25 $ debug
| - nagiosgraph spawned
| Fri Jun 27 15:27:53 2008 $RCSfile: insert.pl,v $ $Revision: 1.25 $ info
| - No inputdata. Exiting.
|
| However, my perfdata.log is empty

You need to define what information you want to graph. Did you do that?
If so, how?

Hugo.


- --
[EMAIL PROTECTED]  http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc

A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting frowned upon?

Bored? Click on http://spamornot.org/ and rate those images.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFIZKKJBvzDRVjxmYERAhDNAKCm+7Vs41gZv/EU2dZpDzj1tQGrGwCdGtNW
gnZO2Vq1tp23rlX+b4hSJFU=
=OGDc
-END PGP SIGNATURE-



  New Email names for you! 
Get the Email name you#39;ve always wanted on the new @ymail and @rocketmail. 
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/ph/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] PNP Nagios php-gd error

2008-06-27 Thread Nelson Serafica
I'm also trying PNP besides Nagiosgraph. I finished install PNP but the problem 
when I click the icon, it says


ok Initalising 
ok Using /usr/local/nagios/share/perfdata/
ok RRDTool /usr/bin/rrdtool found.
ok RRDTool /usr/bin/rrdtool is executable 
ok PHP Function  proc_open  is enabled 
ok PHP Function  fpassthru  is enabled 
ok PHP Function  xml_parser_create  is enabled 
ok PHP zlib Support  found.
! PHP GD Support  not found.

After I saw the error, I install php-gd via rpm. Then recompile pnp and restart 
nagios. Still, error keep on showing. I'm wondering why it still saying PHP GD 
SUpport not found when I already install it?


  Get your new Email address!
Grab the Email name you#39;ve always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomains/ph/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] PNP Nagios php-gd error

2008-06-27 Thread Nelson Serafica
I edit php.ini and put extension=gd.so and error on php gd was gone. However, 
there are still error. See below:

RRD Database/usr/local/nagios/share/perfdata/ABE/PING.rrd not found.

I though it will automatically create the file. Just don't know what to do next
 






- Original Message 
From: Nelson Serafica [EMAIL PROTECTED]
To: nagios-users@lists.sourceforge.net
Sent: Saturday, June 28, 2008 11:24:39 AM
Subject: [Nagios-users] PNP Nagios php-gd error


I'm also trying PNP besides Nagiosgraph. I finished install PNP but the problem 
when I click the icon, it says


ok Initalising 
ok Using /usr/local/nagios/share/perfdata/
ok RRDTool /usr/bin/rrdtool found.
ok RRDTool /usr/bin/rrdtool is executable 
ok PHP Function  proc_open  is enabled 
ok PHP Function  fpassthru  is enabled 
ok PHP Function  xml_parser_create  is enabled 
ok PHP zlib Support  found.
! PHP GD Support  not found.

After I saw the error, I install php-gd via rpm. Then recompile pnp and restart 
nagios. Still, error keep on showing. I'm wondering why it still saying PHP GD 
SUpport not found when I already install it?



 New Email addresses available on Yahoo!  
Get the Email name you've always wanted on the new @ymail and @rocketmail.
Hurry before someone else does!


  Get your preferred Email name!
Now you can @ymail.com and @rocketmail.com. 
http://mail.promotions.yahoo.com/newdomains/ph/-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] advice in my customize plugins

2008-03-10 Thread Nelson Serafica
We are customizing nagios to send an txt to our mobile phone. The setup is this.
If there is a critical in every host/service, it must visit the url 
http://x.x.x.x/commigx/iserver?page=sms_sendsms..
I tried to do this by putting the ff in the miscommands.cfg:

define command{
command_namenotify-by-txt
command_line/usr/bin/links 
http://X.X.X.X/commigx/iserver?page=sms_sendsmsmessagemulti_recipients=+63smsmessage=t
estingusername=nagiosNOEXPIRE
}

I put notify-by-txt in the contacts.cfg restart nagios. But still  no txt 
message received.

But when I do manually in the shell the command specified in the command_line 
in miscommands.cfg, there is no problem. I can received the text successfully. 

Any advise? I'm still doing trial and error up to now but need some advise from 
the expert from the forum.



  
 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] missing info in notifications

2008-03-09 Thread Nelson Serafica
I have enabled notification via email. I just notice there are some missing 
info in the notification. Here is a sample

* Nagios  *

Notification Type: PROBLEM

Service:
Host: BAP Web1 Server
Address: X.X.X.X
State:

Date/Time: Mon Mar 10 09:49:55 PHT 2008

Additional Info:

- Nothing follows

It doesn't indicated the service,state and additional info. I have checked 
misscommands.cfg but don't know where to look for the variables.





  
 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] missing info in notifications

2008-03-09 Thread Nelson Serafica
Thanks. My host_notification_commands is notify-by-email. Here is the snippet 
of notify-by-email:

define command{
command_namenotify-by-email
command_line/usr/bin/printf %b * Nagios  
*\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: 
$HO
STALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: 
$LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$ | /bin/mail -s **
 $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ ** 
$CONTACTEMAIL$
}

If macros are not enabled, why $HOSTALIAS$ and $HOSTADDRESS$ has a value? Do 
you think the problem is in the services.cfg only because most of the missing 
variables is related to services?

I'm using Nagios 2.10








- Original Message 
From: Marc Powell [EMAIL PROTECTED]
To: Nagios Users Mailinglist nagios-users@lists.sourceforge.net
Sent: Monday, March 10, 2008 10:27:44 AM
Subject: Re: [Nagios-users] missing info in notifications


On Mar 9, 2008, at 9:12 PM, Nelson Serafica wrote:

 I have enabled notification via email. I just notice there are some  
 missing info in the notification. Here is a sample

 * Nagios  *

 Notification Type: PROBLEM

 Service:
 Host: BAP Web1 Server
 Address: X.X.X.X
 State:

 Date/Time: Mon Mar 10 09:49:55 PHT 2008

 Additional Info:

 - Nothing follows

 It doesn't indicated the service,state and additional info. I have  
 checked misscommands.cfg but don't know where to look for the  
 variables.


Look at the *_notification_commands specified for the contact{}. Look  
at that command{} definitions for those commands. Verify that you are  
using $MACROS$ appropriate for your version of nagios. You almost  
certainly are not.

These links are for 2.x, the version you should probably be using... --

http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#contact

http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#command

http://nagios.sourceforge.net/docs/2_0/macros.html

--
Marc


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null






  
 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Reporting Tool for Nagios

2008-03-02 Thread Nelson Serafica
I'm using Nagios for almost a year now and found no problem. I got just one 
question, Is there a reporting tool or a patch that will summarize the 
Reporting under Availability? I'm tired of copying and paste all of the reports 
under services. Is there an application that will convert it to a text file or 
excel documents?
  




  
 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] nagios bind to specific ip

2008-01-18 Thread Nelson Serafica
Can I configure nagios to bind to specific ip address? I have 2 ips 10.0.1.14 
and 10.4.0.65. 10.0.1.14 is NAT to the gateway. while 10.4.0.65 is for the 
network 10.4.0.0/24. 

If 10.4.0.65 is up, I can see an error in my logs in 10.4.0.0/24 network cause 
only allowed to run this plugins is from 10.0.1.14.
This plugins is to check if radius is running or not.

Can I bind in nagios that all plugins will run on 10.0.1.14 ip?
  





  
 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Nagios Interface not updating or delayed

2007-09-16 Thread Nelson Serafica
I notice in my Nagios that it doesn't refresh sometime. I added a new host 
(foo) and its services (ping), restart nagios and check the GUI if all are 
pending. The problem is sometimes I see the foo hosts  but sometimes  isn't. I 
already clear cache in my Windows XP but still it doesn't showed up. I also 
reload na Nagios config.

Is there a thing I need to do  to avoid this?
  





  
 
Tired of spam? Yahoo! Mail has the best spam protection around 
http://ph.mail.yahoo.com -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] no output in plugin

2007-05-23 Thread Nelson Serafica
I downloaded check_ser plugins for checking SER. When I try to run it
in terminal, it is successful though there's no output. Its just goes
back to prompt. When I miss some of the parametes, it shows an error so
I concluded that if it goes back to prompt means no error. 

But when I check the web interface, it says no output.. Can this be a 
script problem?
I chmod /usr/local/nagios/ to 710 and chown -R nagios.apache /usr/local/nagios 
to make sure permission is correct

Here is the checkcommands.cfg

check_ser command definition

define command {
command_name check-sip
command_line$USER1$/check_ser -H $ARG1$ -U $ARG2$ -P $ARG3$ -w 
$ARG4$ -c $ARG5$
}

Here is the bigger.cfg

define service{
use generic-service
host_name   sip.nagios.com
service_description SIP
check_commandcheck-sip!sip.nagios.com!sip:[EMAIL 
PROTECTED]
}  



   
Pinpoint
 customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] check SIP server

2007-05-22 Thread Nelson Serafica
Hi to all,

Does anyone here have a SIP server monitored in their Nagios? I'm having a hard 
time monitoring it. I download already the plugins check_sip in nagiosexchange 
but still not working. I just want a comparison in my config if there's 
something wrong.
  



   
Boardwalk
 for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's 
economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  -
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] How to bypass motd in check_by_ssh

2007-01-31 Thread Nelson Serafica
I tried to create in one of my remote pc but it still occurs. I just touch 
.hushlogin in my remote's home directory. Then tried to login from my pc to 
remote but motd still occurs.


- Original Message 
From: Frost, Mark {PBG} [EMAIL PROTECTED]
To: Nelson Serafica [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Sent: Wednesday, January 31, 2007 8:56:49 PM
Subject: RE: [Nagios-users] How to bypass motd in check_by_ssh

Most Unix flavors I've ever seen allow you to create a .hushlogin file in 
that particular user's home directory to suppress printing of the motd for that 
particular user at login time.

touch ~/.hushlogin

for that user and that user will never see the motd.

Mark


-Original Message-
From: [EMAIL PROTECTED] on behalf of Nelson Serafica
Sent: Wed 1/31/2007 2:26 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] How to bypass motd in check_by_ssh
 
HI to all,

Is there a way I can bypass motd of ssh? I cannot execute plugins if there's a 
motd in my ssh. However, when I disable it, I can execute the plugins. But the 
thing is, I do not want to disable  mthe motd in the server. I tried the option 
-S 500 in check_by_ssh but still problem occurs. Please help
  



 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com








 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] problem compiling in nagios 2.5

2006-10-23 Thread Nelson Serafica
Since there are new version, I decide to shift to 2.5 but i have
problem compiling in 2.5. I got error in pthread which is the first
time i encountered this problem when installing nagios. Here is the
problem:checking pthread.h usability... nochecking pthread.h presence... yesconfigure: WARNING: pthread.h: present but cannot be compiledconfigure: WARNING: pthread.h: check for missing prerequisite headers?configure: WARNING: pthread.h: see the Autoconf documentationconfigure: WARNING: pthread.h: section "Present But Cannot Be Compiled"configure: WARNING: pthread.h: proceeding with the preprocessor's resultconfigure: WARNING: pthread.h: in the future, the compiler will take precedenceconfigure: WARNING: ## -- ##configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists.  ##configure: WARNING: ## -- ##checking for pthread.h... yeschecking pthreads.h usability... nochecking pthreads.h presence... nochecking for pthreads.h... noAfter this, i tried "make all" but there's also an error which probably
 came from compiling it.Is there any missing plugins or anything that i need to install?Thanks in advance,  NELSON SERAFICAThis email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the
 sender. The recipient should check this email and any attachments for the presence of viruses. The sender accepts no liability for any damage caused by any virus transmitted by this email.-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] monitoring linux traffic without snmp

2006-10-17 Thread Nelson Serafica
This is a nice site. However, do you have an ENGLISH version of this. I can't understand the words. I only understand english.Please include any english site you know.Thanks and regards,  NELSON SERAFICAThis email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. The recipient should check this email and any attachments for the presence of viruses. The sender accepts no liability for any damage caused by any virus transmitted by this email.- Original Message From: Robin Ericsson [EMAIL PROTECTED]To: "[EMAIL PROTECTED]" [EMAIL PROTECTED]Cc: nagios-users@lists.sourceforge.netSent: Tuesday, October 17, 2006 7:02:33 PMSubject: Re: [Nagios-users] monitoring linux traffic without snmpOn 10/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi ,Hi, Try the
 "check_traffic_andreas.pl" from the http://www.nagios-wiki.deNice script, however, I asked for one that didn't use snmp :)-- regards,Robin-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Nagios-users mailing listNagios-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/nagios-users::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] check_by_ssh not working

2006-08-24 Thread Nelson Serafica
	Here's the scenario:user John can connect via ssh to
SONICSERVER using oracle user without authentication. To verify, i run
this command and encountered no problem:ssh -i /home/John/.ssh/id_rsa [EMAIL PROTECTED] wand the commands run properly.But when i tried this command: [EMAIL PROTECTED] ~]$ /usr/local/nagios/libexec/check_by_ssh -H SONICSERVER -i /home/John/.ssh/id_rsa \ -C "/usr/local/nagios/libexec/check_disk -w 10% -c 5% -e -m" -l oracleIt says: CRITICAL - Plugin timed out while executing system callBy the way, I also tried :/usr/local/nagios/libexec/check_by_ssh -H
SONICSERVER -i /home/oracle/.ssh/authorized_keys -C
'/usr/local/nagios/libexec/check_swap -w 50% -c 10%' -l oraclebut encounter the same error: CRITICAL - Plugin timed out while executing system callIs there something wrong in the command??? Plugins was own by nagios but i set permission that John can execute it as well.

I just notice that most people that uses nagios monitoring via ssh uses
dsa not rsa. Is there a diffrence between dsa and
rsa when using it to nagios??-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] does not send email

2006-05-20 Thread Nelson Serafica
yes.
it is set to notify if there are WARNING status. i put w in
services.cfg under notification_options so I expect email if there are
WARNING status.

BTW, it seems that nagios is not sending email or am i just wrong becoz
as I see nagios.log, the recent didn't not NOTIFY anymore. I see
CRITICAL notification but that's the last even though that particular
service is now ok.- Original Message From: "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 2:06:06 PMSubject: RE: [Nagios-users] does not send email...but it is set to notify on warnings? What are the host_notification_options and service_notification_optionsset to for the contacts whou should be receiving the alerts?From: Nelson Serafica [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 10:50 PMTo: Morris, Patrick; nagios-users@lists.sourceforge.netSubject: Re: [Nagios-users] does not send emailyes it is configured to send alert (enable_notifications=1)No problem in nagios.log. It only logs status of various server.Where should I check logs of mail? i'm using sendmail- Original Message From:
 "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED];nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 1:44:51 PMSubject: RE: [Nagios-users] does not send emailIs your setup configured to send alerts on warnings?If so, is thereanything in your Nagios or mail logs?From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of NelsonSeraficaSent: Friday, May 19, 2006 10:28 PMTo: nagios-users@lists.sourceforge.netSubject: [Nagios-users] does not send emailHI!I notice that when there is WARNING status, nagios doesn't send emailnotification . I check misscommands.cfg and it has -rwxrwxr-x.I tried to experiment.I usecheck_user plugins. I configure it whenthere are 2 user connected, it will become critical. And so
 I did, butsame problem. It still doesn't send email.It seems that it is not accurate in sending notification.Anyone help?

Re: [Nagios-users] does not send email

2006-05-20 Thread Nelson Serafica
I
tried to send mail only in terminal just to test if sendmail is
workingl and it sends! it seems that sendmail can send email probably
there's no problem in sendmail.

Still nagios doesn't send email notification- Original Message From: Nelson Serafica [EMAIL PROTECTED]To: "Morris, Patrick" [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 2:10:40 PMSubject: Re: [Nagios-users] does not send emailyes.
it is set to notify if there are WARNING status. i put w in
services.cfg under notification_options so I expect email if there are
WARNING status.

BTW, it seems that nagios is not sending email or am i just wrong becoz
as I see nagios.log, the recent didn't not NOTIFY anymore. I see
CRITICAL notification but that's the last even though that particular
service is now ok.- Original Message From: "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 2:06:06 PMSubject: RE: [Nagios-users] does not send email...but it is set to notify on warnings? What are the host_notification_options and service_notification_optionsset to for the contacts whou should be receiving the alerts?________From: Nelson Serafica [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 10:50 PMTo: Morris, Patrick; nagios-users@lists.sourceforge.netSubject: Re: [Nagios-users] does not send emailyes it is configured to send alert (enable_notifications=1)No problem in nagios.log. It only logs status of various server.Where should I check logs of mail? i'm using sendmail- Original Message From:
 "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED];nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 1:44:51 PMSubject: RE: [Nagios-users] does not send emailIs your setup configured to send alerts on warnings?If so, is thereanything in your Nagios or mail logs?From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of NelsonSeraficaSent: Friday, May 19, 2006 10:28 PMTo: nagios-users@lists.sourceforge.netSubject: [Nagios-users] does not send emailHI!I notice that when there is WARNING status, nagios doesn't send emailnotification . I check misscommands.cfg and it has -rwxrwxr-x.I tried to experiment.I usecheck_user plugins. I configure it whenthere are 2 user connected, it will become critical. And so
 I did, butsame problem. It still doesn't send email.It seems that it is not accurate in sending notification.Anyone help?

Re: [Nagios-users] does not send email

2006-05-20 Thread Nelson Serafica
yes! im using 2.0... so it means there's a problem in version of nagios i'm running?

i just followed the documentation and put all the read marks in the
config file. By the way, i will put notifications_enabled = 1 in
services.cfg
i thought that notification_options is enough. let see if this work
because in my first installation. All is running smoothly. It also send
email just this morning it went wrong- Original Message From: "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 2:35:34 PMSubject: RE: [Nagios-users] does not send email

 


Which version of Nagios are you using? If it's 2.x, 
notification_options is nota validconfiguration 
paramater.


From: Nelson Serafica 
[mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 11:11 
PMTo: Morris, Patrick; 
nagios-users@lists.sourceforge.netSubject: Re: [Nagios-users] does 
not send email



yes. it is set to notify if there are WARNING status. i put w in 
services.cfg under notification_options so I expect email if there are WARNING 
status.BTW, it seems that nagios is not sending email or am i just wrong 
becoz as I see nagios.log, the recent didn't not NOTIFY anymore. I see CRITICAL 
notification but that's the last even though that particular service is now 
ok.- Original Message From: "Morris, Patrick" 
[EMAIL PROTECTED]To: Nelson Serafica 
[EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: 
Saturday, May 20, 2006 2:06:06 PMSubject: RE: [Nagios-users] does not send 
email
...but it is set to notify on warnings?What are the 
host_notification_options and service_notification_optionsset to for the 
contacts whou should be receiving the 
alerts?________From: Nelson Serafica 
[mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 10:50 PMTo: 
Morris, Patrick; nagios-users@lists.sourceforge.netSubject: Re: 
[Nagios-users] does not send emailyes it is configured to send alert 
(enable_notifications=1)No problem in nagios.log. It only logs status of 
various server.Where should I check logs of mail? i'm using 
sendmail- Original Message From: "Morris, Patrick" 
[EMAIL PROTECTED]To: Nelson Serafica 
[EMAIL PROTECTED];nagios-users@lists.sourceforge.netSent: 
Saturday, May 20, 2006 1:44:51 PMSubject: RE: [Nagios-users] does not send 
emailIs your setup configured to send alerts on 
warnings?If so, is thereanything in your Nagios or mail 
logs?From: 
[EMAIL PROTECTED][mailto:[EMAIL PROTECTED] 
On Behalf Of NelsonSeraficaSent: Friday, May 19, 2006 10:28 PMTo: 
nagios-users@lists.sourceforge.netSubject: [Nagios-users] does not send 
emailHI!I notice that when there is WARNING status, nagios 
doesn't send emailnotification . I check misscommands.cfg and it has 
-rwxrwxr-x.I tried to experiment.I usecheck_user 
plugins. I configure it whenthere are 2 user connected, it will become 
critical. And so I did, butsame problem. It still doesn't send email.It 
seems that it is not accurate in sending notification.Anyone 
help?

Re: [Nagios-users] does not send email

2006-05-20 Thread Nelson Serafica
i put notifications_enabled = 1 in services.cfg but still not sending email. 
Also in nagios.log there is no NOTIFICATION.

- Original Message From: Nelson Serafica [EMAIL PROTECTED]To: "Morris, Patrick" [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 2:40:28 PMSubject: Re: [Nagios-users] does not send emailyes! im using 2.0... so it means there's a problem in version of nagios i'm running?

i just followed the documentation and put all the read marks in the
config file. By the way, i will put notifications_enabled = 1 in
services.cfg
i thought that notification_options is enough. let see if this work
because in my first installation. All is running smoothly. It also send
email just this morning it went wrong- Original Message From: "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 2:35:34 PMSubject: RE: [Nagios-users] does not send email

 


Which version of Nagios are you using? If it's 2.x, 
notification_options is nota validconfiguration 
paramater.


From: Nelson Serafica 
[mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 11:11 
PMTo: Morris, Patrick; 
nagios-users@lists.sourceforge.netSubject: Re: [Nagios-users] does 
not send email



yes. it is set to notify if there are WARNING status. i put w in 
services.cfg under notification_options so I expect email if there are WARNING 
status.BTW, it seems that nagios is not sending email or am i just wrong 
becoz as I see nagios.log, the recent didn't not NOTIFY anymore. I see CRITICAL 
notification but that's the last even though that particular service is now 
ok.- Original Message From: "Morris, Patrick" 
[EMAIL PROTECTED]To: Nelson Serafica 
[EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: 
Saturday, May 20, 2006 2:06:06 PMSubject: RE: [Nagios-users] does not send 
email
...but it is set to notify on warnings?What are the 
host_notification_options and service_notification_optionsset to for the 
contacts whou should be receiving the 
alerts?____From: Nelson Serafica 
[mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 10:50 PMTo: 
Morris, Patrick; nagios-users@lists.sourceforge.netSubject: Re: 
[Nagios-users] does not send emailyes it is configured to send alert 
(enable_notifications=1)No problem in nagios.log. It only logs status of 
various server.Where should I check logs of mail? i'm using 
sendmail- Original Message From: "Morris, Patrick" 
[EMAIL PROTECTED]To: Nelson Serafica 
[EMAIL PROTECTED];nagios-users@lists.sourceforge.netSent: 
Saturday, May 20, 2006 1:44:51 PMSubject: RE: [Nagios-users] does not send 
emailIs your setup configured to send alerts on 
warnings?If so, is thereanything in your Nagios or mail 
logs?From: 
[EMAIL PROTECTED][mailto:[EMAIL PROTECTED] 
On Behalf Of NelsonSeraficaSent: Friday, May 19, 2006 10:28 PMTo: 
nagios-users@lists.sourceforge.netSubject: [Nagios-users] does not send 
emailHI!I notice that when there is WARNING status, nagios 
doesn't send emailnotification . I check misscommands.cfg and it has 
-rwxrwxr-x.I tried to experiment.I usecheck_user 
plugins. I configure it whenthere are 2 user connected, it will become 
critical. And so I did, butsame problem. It still doesn't send email.It 
seems that it is not accurate in sending notification.Anyone 
help?

[Nagios-users] does not send email

2006-05-19 Thread Nelson Serafica
HI!

I notice that when there is WARNING status, nagios doesn't send email
notification . I check misscommands.cfg and it has -rwxrwxr-x.
I tried to experiment. I use check_user plugins. I
configure it when there are 2 user connected, it will become critical.
And so I did, but same problem. It still doesn't send email.
It seems that it is not accurate in sending notification.

Anyone help?


Re: [Nagios-users] does not send email

2006-05-19 Thread Nelson Serafica
yes it is configured to send alert (enable_notifications=1)

No problem in nagios.log. It only logs status of various server.

Where should I check logs of mail? i'm using sendmail- Original Message From: "Morris, Patrick" [EMAIL PROTECTED]To: Nelson Serafica [EMAIL PROTECTED]; nagios-users@lists.sourceforge.netSent: Saturday, May 20, 2006 1:44:51 PMSubject: RE: [Nagios-users] does not send emailIs your setup configured to send alerts on warnings?If so, is thereanything in your Nagios or mail logs?From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of NelsonSeraficaSent: Friday, May 19, 2006 10:28 PMTo: nagios-users@lists.sourceforge.netSubject: [Nagios-users] does not send emailHI!I notice that when there is WARNING status, nagios doesn't send emailnotification . I check misscommands.cfg and it has -rwxrwxr-x.I tried to experiment.I
 usecheck_user plugins. I configure it whenthere are 2 user connected, it will become critical. And so I did, butsame problem. It still doesn't send email.It seems that it is not accurate in sending notification.Anyone help?

[Nagios-users] doesn't send email notification

2006-05-18 Thread Nelson Serafica
Does anyone know how to deal with this? I notice that whenver there is
down or warning, it doesn't send email but whenever I restart sendmail,
that's the time all the pending notification was send.

Anyone knows how to deal with this?

[Nagios-users] update service /host check as early as possible

2006-05-18 Thread Nelson Serafica
Does anyone knows how to adjust the time of checking of nagios to its
host and services? i want to check host and service as early as
possible lets say every 5 secs.
i check the template but did not find answer or i just miss something

Anyone helped?

[Nagios-users] how to use snmp

2006-05-09 Thread Nelson Serafica
Does anyone configured monitoring remote server via snmp? i'm planning to use snmp to monitor remotely our server, can anyone give advice what is the good plugins and how do you do that? I cannot use NRPE because the server is production. We cannot installed any application not relevant to work.I check www.nagiosexchange.org, just asking any advice. By the way, how can I know if I can check it using snmp  i tried snmpwalk, is this enough?

Re: [Nagios-users] snmp plugins

2006-04-02 Thread Nelson Serafica
This error doesn't occur when i tried one of the local server here.Hugo van der Kooij [EMAIL PROTECTED] wrote:  On Sat, 1 Apr 2006, Nelson Serafica wrote:   Can't locate Net/SNMP.pm in @INCSo where did YOU install this perl module? This is something YOU must fixin your server.Hugo.--  I hate duplicates. Just reply to the relevant mailinglist. [EMAIL PROTECTED]  http://hvdkooij.xs4all.nl/  Don't meddle in the affairs of magicians,  for they are subtle and quick to anger.---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding
 territory!http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642___Nagios-users mailing listNagios-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/nagios-users::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1/min.

[Nagios-users] snmp plugins

2006-04-01 Thread Nelson Serafica
is it possible to monitor disk usage, load and mem using nagios with only snmp running in remote server?i have no root access to remote server (only in local server) but there  was snmp running in remote with community public. i have installed snmp  in local and download check_snmp_mem.pl in sourceforge but when i run  it manually it shows:perl check_snmp_mem.pl and ./check_snmp_mem.plCan't locate Net/SNMP.pm in @INC (@INC contains:  /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi  /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi  /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi  /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi  /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi  /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi  /usr/lib/perl5/site_perl/5Attache is the script of check_snmp_mem.pl
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

check_snmp_mem.pl
Description: 1535370674-check_snmp_mem.pl


[Nagios-users] nagios notification via sms

2006-03-28 Thread Nelson Serafica
does anyone knows how can i send notifications via sms that is FREE ???im here in phils. and might wonder if there are open source software that can send via smsif anyone here using free software that send sms when there is critical or warning, please share or any procedure how to setup this sms notifications or just an idea that you implement in your nagios  
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1/min.

[Nagios-users] uplift downtime

2006-03-28 Thread Nelson Serafica
there were some instance that the server will be down for 3 days so i scheduled it in nagios to stop it notify.my prob is it just turn 2 days and it is now up but it is still down and dont know how to uplift it .anyone knows how to do this??  
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Nagios-users] notifications in yahoo messenger

2006-03-27 Thread Nelson Serafica
Does anyone knows how to send notifications via yahooi search in nagiosexchange but only available in goggletalk and jabber...TIA  
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Nagios-users] Notifications thru Yahoo Messenger

2006-02-08 Thread Nelson Serafica
Is there a way that i can send notifications thru YM?
		Relax. Yahoo! Mail 
virus scanning helps detect nasty viruses!

[Nagios-users] notification via YM

2006-01-09 Thread Nelson Serafica
is there a addons that when a host was down, it will sent a message to a Yahoo messenger account??  
		Yahoo! Photos – Showcase holiday pictures in hardcover 
Photo Books. You design it and we’ll bind it!

[Nagios-users] downtime not working

2006-01-09 Thread Nelson Serafica
Wheneve i tried to schedule downtime, it shows:Error: Could not open command file '/usr/local/nagios/var/rw/nagios.cmd' for update!The permissions on the external  command file and/or directory may be incorrect. Read the FAQs on how to  setup proper permissions.  An error occurred while attempting to commit your command for processing.  i run "chown -R nagios.nagios dir-nagios" just to make sure everything is under nagios user. i check cgi and put "noc" (coz this is the user that gets in to my web interface)  to have access in all external cgi. What might be the coz of the problem???What might be the cause of these problems??  
		 Yahoo! DSL Something to write home about. Just $16.99/mo. or less