Hello Kazuo.
Nice to meet you too.
Thanks for the reply!
That was the website I was looking for ...
I should have gone from the "nagios" . Not from the nrpe project itself.
Thanks,
Yu
Jarlath Lyons さんは書きました:
>m
>
>Kazuo Watanabe wrote:
>
>
>Yu Watanabe jp.fujitsu.com> writes:
>
>>
>> Hi.
>>
m
Kazuo Watanabe wrote:
Yu Watanabe jp.fujitsu.com> writes:
>
> Hi.
>
> I was looking for versions that can be compatible with following libssl
version.
>
> libssl-dev : 0.9.8g-16ubuntu3
>
> So , I was thinking older than v 2.12 might do so.
>
> Thanks,
> Yu
>
> Edwin Zoeller writes:
> >What
I
Marco Borsani wrote:
Yes I did.
Da: James Pratt [mailto:jpr...@norwich.edu]
Inviato: giovedì 2 agosto 2012 16:01
A: 'Nagios Users List'
Oggetto: Re: [Nagios-users] R: R: check_memory does not work properly
Have you tried su’ing to the nagios user and running it from the command line?
I am
Can you run check_memory plugin on the command line to get the full menu of
options available to the plugin and post it here.
Regards,
Deborah
From: Marco Borsani [mailto:m.bors...@it.net]
Sent: 02 August 2012 15:28
To: 'Nagios Users List'
Subject: [Nagios-users] R: R: R: check_memory does not
Why don't you specify the ARGS in the commands.cfg file?
i.e.
Commands.cfg
# 'check_local_memory' command definition
define command{
command_namecheck_local_memory
command_line$USER1$/check_memory -w 10% -c 5%
}
Services.cfg
define service{
use
Yu Watanabe jp.fujitsu.com> writes:
>
> Hi.
>
> I was looking for versions that can be compatible with following libssl
version.
>
> libssl-dev : 0.9.8g-16ubuntu3
>
> So , I was thinking older than v 2.12 might do so.
>
> Thanks,
> Yu
>
> Edwin Zoeller writes:
> >What version are you looki
1) Nagios user
2) Yes
3) Which details ? the point is that the plugin work correctly on
command line, but not on web gui
Command line out à OK + + exit status 0
Web gui output à WARNING + (null message) + exit status 1
Log file à SERVICE ALERT: ; ;WARNING;HARD;3;(null)
Reg
Did you run the install and check your prerequisites, I found that some of
these are not present by default, You can run
sudo ./install -check=prereq
If everything is ok, you can proceed, otherwise you will need to install the
missing packages
At install time you may need to pass the argument
The outputs I show you are:
1) given by web gui (not correct)
2) given by line command (correct)
The notification is the same that web gui
-Messaggio originale-
Da: Paul Dubuc [mailto:w...@paul.dubuc.org]
Inviato: giovedì 2 agosto 2012 16:00
A: Nagios Users List
Cc: Marco Borsani
Oggett
Yes I did.
Da: James Pratt [mailto:jpr...@norwich.edu]
Inviato: giovedì 2 agosto 2012 16:01
A: 'Nagios Users List'
Oggetto: Re: [Nagios-users] R: R: check_memory does not work properly
Have you tried suing to the nagios user and running it from the command
line? I am betting its permissi
The automated install didn't work for me either, for to me unknown reasons.
I didn't waste time debugging why it didn't work and did the manual
installation instead, which is not that difficult.
Work through section "Recipe for Manual Installation" in the INSTALL file:
http://nagiosgraph.svn.sourc
What user is your Nagios server running as? Is it the same as the user that
you are using on the command line? Could you post more details about the exact
check_memory command that you are using, there are several of them out there.
The output you are getting from Nagios, is this on the web g
Have you tried su'ing to the nagios user and running it from the command line?
I am betting it's permissions issue.
Cheers,
James
From: Marco Borsani [mailto:m.bors...@it.net]
Sent: Thursday, August 02, 2012 9:48 AM
To: 'Nagios Users List'
Subject: [Nagios-users] R: R: check_memory does not work
Maybe the problem is in your notification command. It may not be reporting
the result correctly.
Marco Borsani wrote:
> No idea?
>
> Regards
>
> *Da:*Marco Borsani [mailto:m.bors...@it.net]
> *Inviato:* mercoled� 1 agosto 2012 09:19
> *A:* 'Nagios Users List'
> *Oggetto:* [Nagios-users] R: check
No idea?
Regards
Da: Marco Borsani [mailto:m.bors...@it.net]
Inviato: mercoledì 1 agosto 2012 09:19
A: 'Nagios Users List'
Oggetto: [Nagios-users] R: check_memory does not work properly
Commands.cfg
# 'check_local_memory' command definition
define command{
command_name
Aravinth Anto Intern wrote:
> On Wed, Aug 1, 2012 at 10:24 PM, Paul Dubuc wrote:
>> Alex Griffin wrote:
>>
>>> Aravinth Anto Intern wrote:
Hi all, I'm new to nagios. And trying to figure out how do I do this :
Response time> 2s for 10 continuous requests in a 5 minutes.
Hi all, I'm trying to install Nagios Plugin :
http://exchange.nagios.org/directory/Addons/Graphing-and-Trending/nagiosgraph/details
I downloaded it, unzip it and then I run the install.pl as
*sudo ./install.pl
*
I accepted every directory as default and done with installation.
I changed the si
As I said, it's possible to extract the data from the variables you
mentioned.
*[root@bravura ~]# cat /usr/local/nagios/libexec/just_test*
#!/bin/bash
echo $NAGIOS_HOSTNAME
*Define a command:*
define command {
command_namejust_test_cmd
command_line$USER1$/just_test
Hello there,
Thanks for fast reply.
I have that setting in my nagios.cfg file:
enable_environment_macros=1
Do you know how can I make this possible, if it is really possible...
Best regards,
Bruno
On Thu, Aug 2, 2012 at 11:32 AM, Assaf Flatto wrote:
> **
> The marco's are internal to nagios
You need to append "NAGIOS_" eg. NAGIOS_NOTIFICATIONTYPE. And also make
sure you do "enable_environment_macros=1" in nagios.cfg
Ruslan
On Thu, Aug 2, 2012 at 12:32 PM, Assaf Flatto wrote:
> **
> The marco's are internal to nagios and will not be read from an external
> text file .
>
> there is
The marco's are internal to nagios and will not be read from an external
text file .
there is a way to make nagios macros available to external commands (
look for "macros" in the nagios.cfg file)
But what you are trying to do with the message.txt file will fail to
work as the SendEmail scri
Hello list,
How can I access Nagios variables like $NOTIFICATIONTYPE$, $SHORTDATETIME$,
etc from a text file passed in a command?
I have one command which is:
/usr/local/bin/sendEmail -o message-file=/etc/nagios/message.txt ... bla
bla bla
And inside message.txt I have those variables. However w
Thanks for replying. Is it possible for me to specify this via any
Object configuration file? Is so provide me an example. I can't find
this detail in docs.
On Thu, Aug 2, 2012 at 12:22 PM, Mark Elsen wrote:
>
>
>
>>
>> Hi all,
>>
>>
>> I'm new to nagios. I need to know how I can specify the timi
23 matches
Mail list logo