[Nagios-users] Is this a nagios configuration issue?

2010-06-04 Thread Chris Lee
Dear All,

I am using Nagios Core Version 3.2.1 on Fedora 12. I found the
following message that in the system log file (/var/log/messages):

Jun  2 12:10:14 fda12 setroubleshoot: SELinux is preventing /bin/ping
access to a leaked
/usr/local/nagios/var/spool/checkresults/check43t3S5 file descriptor.
For complete SELinux messages. run sealert -l
5af60ca2-178e-40da-ac17-5b6fbb72db15

Is there anyone who has encountered this kind of messages before? I am
wondering if this is the nagios configuration issue or it is the
Fedora configuration issue.

Regards,

-- Chris

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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] Can Nagios support foreign languages?

2009-01-13 Thread Chris Lee
Dear All,

I am setting up Nagios for a branch office in Thailand. In the
Service Detail page of Nagios, we would like to put some Thai
characters in the Host and Service columns, but we failed to do
that. So, I would like to know if Nagios can support foreign
languages. Where can I get more information about this?

Thanks a lot,

-- Chris

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
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] Nagios web page refresh rate question

2008-11-27 Thread Chris Lee
Dear Ian,

Thank you very much for the pointer.

Regards,

-- Chris

On Thu, Nov 27, 2008 at 4:53 PM, Ian Masters [EMAIL PROTECTED] wrote:
 I found that the nagios web page refresh rate is 90 second by default.
 Is it possible to change it, for example, to 60 seconds?

 http://nagios.sourceforge.net/docs/3_0/configcgi.html#refresh_rate

 See top of page for the file you need to edit.

 Ian


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 creating send_nsca binary on Solaris 10

2008-11-20 Thread Chris Lee
Dear All,

I am trying to create send_nsca on my solaris server (OS: solaris 10),
so I can have passive check with my Nagios. Before I compile
nsca-2.7.2, I need to install libmcrypt-2.5.8 first. When I compiled
libmcrypt-2.5.8, I did the followings:

 ./configure
 make
 make check

make was fine. It could create the libmcrypt.so.4, and libmcrypt.la.
However, when I ran make check, I got the following fatal error:


[EMAIL PROTECTED] # make check
Making check in modules
Making check in algorithms
Making check in modes
Making check in include
Making check in lib
Making check in src
make  check-TESTS
Error getting algorithms/modes
FAIL: ciphertest
Failed to initialize cipher - rijndael-128/cfb
FAIL: aestest
===
2 of 2 tests failed
===
*** Error code 1
...


Has anyone experienced this before? Any suggestion is welcome.

Thanks a lot,

-- Chris

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Monitor windows process

2008-11-05 Thread Chris Lee
Hi,

This is great! Thanks to all the responses!

Regards,

-- Chris

On Wed, Nov 5, 2008 at 3:37 PM, Izz Abdullah [EMAIL PROTECTED] wrote:
 Dear Chris,
 This is 'out-of-the-box' if you use check_nt (NTClient++).  Please look at 
 the documentation...
 HINT:
 define service{
use generic-service
host_name   PC1,PC2,PC3
service_description Java
check_interval  5
retry_interval  3
check_command   check_nt!PROCSTATE!-d SHOWALL -l java.exe
}

 Regards,
 Izz

 -Original Message-
 From: [EMAIL PROTECTED]
 Sent: Wed, 5 Nov 2008 15:12:05 +0800
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Monitor windows process

 Dear All,

 I would like to use nagios to monitor a windows process, eg. java.exe.
 If the process is there, then nagios 's status is OK. If the process
 is not there, nagios will then send out Critical status. Is there
 any existing plugin that can help me do this job?

 Thanks a lot,

 -- Chris

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] JMX plugin

2008-03-06 Thread Chris Lee
Hi Ryan 

Thanks a lot for your sharing. I am able to use your code in google to make it 
work on my system :)

Best Regards,

- Chris Lee (cleegt)

---
This thread is located in the archive at this URL:
http://www.nagiosexchange.org/nagios-users.34.0.html?tx_maillisttofaq_pi1[showUid]=9998


-
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] JMX plugin

2008-03-05 Thread Chris Lee
Hi Ryan 

You mentioned that you modified check_jmx so that it can take authentication 
argument. Do you mind showing us the code for doing that?

Thanks very much,

- Chris Lee (cleegt)

---
This thread is located in the archive at this URL:
http://www.nagiosexchange.org/nagios-users.34.0.html?tx_maillisttofaq_pi1[showUid]=9677


-
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] Sybase plugin?

2007-11-20 Thread Chris Lee
Hi Jake 

Have you tried this plugin? 
http://www.nagiosexchange.org/Others.152.0.html?tx_netnagext_pi1[p_view]=218

Regards,

- Chris Lee (cleegt)

---
This thread is located in the archive at this URL:
http://www.nagiosexchange.org/nagios-users.34.0.html?tx_maillisttofaq_pi1[showUid]=6720


-
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


Re: [Nagios-users] nagios-plugin unable to compile

2007-09-10 Thread Chris Lee
Hi Rajesh,

I recieved some compile errors when I compiled the nagios-plugin on solaris
10 using the native cc compiler. Finally, I installed iconv, gcc and
open-ssl and then did the compilation again. Then everything worked.

Regards,


-- Chris



On 10 Sep 2007 12:03:32 -, RaJESH KANNA [EMAIL PROTECTED]
wrote:


 Hi,

   I am unable to compile nagios-plugin on a solaris machine. Has someone
 come across this error. Kinldy help.

 Note : i tried disable-ssl,disable-mysql etc.

 nagios plugin version : 1.4.9

 OS : solaris 10


 #./configure works

 #make ( throws below mentioned error)

 *=* | --[!k]*);; \
 *k*) failcom='fail=yes';; \
   esac; \
 done; \
 dot_seen=no; \
 target=`echo all-recursive | sed s/-recursive//`; \
 list='gl lib plugins plugins-scripts plugins-root po'; for subdir in
 $list; do \
   echo Making $target in $subdir; \
   if test $subdir = .; then \
 dot_seen=yes; \
 local_target=$target-am; \
   else \
 local_target=$target; \
   fi; \
   (cd $subdir  make  $local_target) \
   || eval $failcom; \
 done; \
 if test $dot_seen = no; then \
   make  $target-am || exit 1; \
 fi; test -z $fail
 make: Fatal error: Command failed for target `all-recursive'
 Current working directory /usr/local/nagios/nagios-plugins-1.4.9
 *** Error code 1
 make: Fatal error: Command failed for target `all'


 Regards,
 Rajesh






   [image: 
 ebay]http://adworks.rediff.com/cgi-bin/AdWorks/click.cgi/www.rediff.com/signature-home.htm/[EMAIL
  PROTECTED]/1362386_1355934/1361766/1?PARTNER=3OAS_QUERY=null+target=new+
 -
 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

-
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] Can Nagios keep the data returned from the services?

2007-08-30 Thread Chris Lee
Hi,

I am new to nagios and just set up one a few days ago. I am using Nagios to 
monitor the CPU, Memory usage and disk usage of the my servers. I would like to 
know if Nagios is able to keep the data (ie. cpu, memory, disk usage data) 
returned by the services from those hosts. I need the data because I will use 
it for capacity planning and for some simple monthly reports. Can I make use of 
 Nagios for this purpose?

Thanks a lot,

- Chris Lee

---
The mailing list archive is found here:
http://www.nagiosexchange.org/nagios-users.34.0.html


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
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] Can Nagios keep the data returned from the services?

2007-08-30 Thread Chris Lee
Hi All,

Thank you very much for giving me the useful information. I think these are the 
parameters that I need :)

process_performance_data
host_perfdata_file
service_perfdata_file
host_perfdata_template
service_perdata_template
host_perfdata_file_processing_command
service_perfdata_file_processing_command
host_perfdata_command
service_perfdata_command

Best Regards,

-- Chris



---
This thread is located in the archive at this URL:
http://www.nagiosexchange.org/nagios-users.34.0.html?tx_maillisttofaq_pi1[showUid]=3937


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
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