Displaying 20 results from an estimated 100000 matches similar to: "nagios check_sip plugin"
2007 Apr 11
10
Nagios asterisk monitoring
Dear list,
I am trying to configure the nagios plugin called check_sip. I just read the
README file included with the plugin. I follow the readme steps to configure
the plugin, without success. In the nagios web interface I can see (No
output!) In the status information column. If I run the chech_sip plugin
from a linux console, I get
/usr/local/nagios/libexec# ./check_sip -u
2011 Jul 31
3
perl-Nagios-Plugin-0.35-1.el5.rf.noarch from rpmforge: dependency problem
Hi folks,
I hope this is the right mailing list to ask since on the repoforge
website there is no list or contact information.
I have a problem with updating the perl-Nagios-Plugin package. I have
installed perl-Nagios-Plugin-0.33-1.el6.rf.noarch, and running yum
update leads to:
> Error: Package: perl-Nagios-Plugin-0.35-1.el6.rf.noarch (rpmforge)
> Requires:
2008 Nov 07
0
puppetlast nagios monitoring plugin
We had nodes on which puppetd keeps on dying and we like to know about
it. So I wrote a small Nagios plugin (that we run through NRPE,
naturally), to process the output of ''puppetlast'' regularly and monitor
for boundary conditions.
The source is maintaned here:
http://hg.koumbit.net/module-puppet/file/tip/files/check_puppet
Patches, comments, flames are welcome.
A.
--
The
2004 Nov 15
2
asterisk nagios plugin
hi
I've written, or upgraded a little more, a plugin for asterisk/nagios,
just in case someone should be interested. it uses the manager
interface to connect and checks staus. it's a dirty hack, but it works.
see
https://sourceforge.net/tracker/?
func=detail&aid=746083&group_id=29880&atid=541465 for more info
roy
2006 Feb 20
1
CentOS 4 x86_64 - Nagios plugins compile issue
Hi
Trying to compile nagios plugins on an x86_64 box as i have non standard
locations for some software and coming accross this issue. The plugins
compile OK but the check_mysql plugin fails to compile and i see this
error in the compile log
configure:9368: checking for mysql_init in -lmysqlclient
configure:9398: gcc -o conftest -g -O2 -I/opt/mysql/include -L.
conftest.c -lmysqlclient
2005 Jul 28
1
Querying Nagios users...
Mike Clark wrote:
> I am interested. We have just started using Nagios, so this could be a
> nice add-on.
>
> Mike Clark
>
> Jeremy Melanson wrote:
>
>> If anyone is interested, I can send the script (it's in Perl) and an
>> example of how to check the PRI status in Nagios.
>>
>> I'd love to hear from other people about how to use it to
2009 Nov 02
0
Nagios check_asterisk_peers needs rights to question the Asterisk-server
When executing the following command :
[root at nagios ~]# /usr/local/nagios/libexec/check_nrpe -H ip_address -c
check_asterisk_peers
I get the following output :
NRPE: Unable to read output
Somewhere Nagios does not have enough rights to question Asterisk about
the sip peers.
These are the rights of the check_nrpe on the Nagios Server :
[root at nagios ~]# ls -l
2017 Oct 24
4
Not Able to Configure Nagios Server 4.3.4 in Centos 7
Hi Team,
I was trying to install the Nagios server in Centos 7.
I had downloaded and unzipped the Nagios server and it's plugins file.
As per the installation instructions I ran the commands in the concerned folders of ./configure , make , make install for both the core and the Nagios plugins.
I am not able to figure out the issue behind that it is not working
It did got installed using
2015 Jun 22
2
Nagios, getting started
Hi List,
I have noted a number of times, various comments on this list about
Nagios, hence my questions.
just been employed by an ISP and they want to upgrade their fairly
extensive nagios monitoring.
They are mostly an ubuntu lts shop, so 1st question
What advantages does the RH/CentOS world have (if any?) over the ubuntu
LTS world?
They are talking about running the server on a vm, as I
2008 Nov 11
0
nagios command-plugins: unexpected token
Hi
I just installed nagios et al[1] in my Centos-5.2 (x86). When I try to
test the configuration file it fails[2] with the message "Unexpected
token or statement(...)".
The line is:
command[notify-by-email]=/usr/bin/printf "$OUTPUT$" | /bin/mail -s
'$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTEMAIL$
But if I comment this line, then I got the same
2015 May 14
0
nagios check_local_disk failing
On 14/05/2015 02:42, Tim Dunphy wrote:
> Hey all,
>
> I have a local disk check defined which is giving me an error:
>
> Current Status:
> UNKNOWN
> (for 0d 0h 1m 38s)Status Information:Unknown argument
> Usage:
> check_disk -w limit -c limit [-W limit] [-K limit] {-p pathPerformance Data:-x
> device} [-C] [-E] [-e] [-f] [-g group ] [-k] [-l] [-M] [-m] [-R path ]
2005 Jan 18
4
Asterisk monitoring with Nagios and IAX
Hi *,
Does anyone have a lead on a Nagios plugin that speaks IAX or a small
app to do so? I'm trying to set up remote monitoring for my Asterisk
server and only IAX2 traffic is allowed through the firewall. Simply
using check_udp to port 4569 yields no usable answer and Asterisk
complains about receiving a midget packet or something like that :)
jens
2008 May 15
1
Using Nagios in CentOS (It was Re: Somewhat OT: (Nagios))
2008/5/14 Thomas Harold <tgh at tgharold.com>:
> Sergio Belkin wrote:
>>
>> 2008/5/13 <jleaver+centos at reachone.com>:
>>
>> OK, you won :) I'm going to test nagios. I am using centos 5.1
>> x86_64. Do I lose much if I use rpm from rpmforge (version 2.9)?
>>
>
> We're running version 2.11 at the office (on CentOS 5.1 x86_64).
2010 Mar 02
2
Nagios based on David Schmitt's Complete Config : variables are empty
Hello !
I''m trying to implement a Nagios solution based on David Schmitt''s
Complete Config. But I the following error when running puppetd -t -
v :
notice: Starting catalog run
err: //Node[monitoring]/nagios::target/Nagios::Host[]/File[/conf.d/
_host.cfg]/ensure: change from absent to present failed: Could not set
present on ensure: No such file or directory - /conf.d/
2011 Nov 18
0
Setting nagios hostgroups based on included classes
I''m trying to generate (and manage) nagios configuration based on what classes have been included by nodes. I''ve seen the example at http://docs.puppetlabs.com/guides/exported_resources.html, and I''m doing that now. However, it has some problems:
- puppet runs are very slow on the nagios node
- when I want to change the service configuration in nagios, I have to wait
2009 Feb 13
10
Nagios: Error: Service check command ... not defined anywhere!
Hello CentOS users,
I have problems posting the question below
to the Nagios mailing list (my subscription is
not accepted for some reason). Has anybody
of you already had this probably frequent
problem with Nagios in CentOS? I can''t use
check_squid from command-plugins.cfg (s. below)
Thank you for any hints
Alex
---------- Forwarded message ----------
To: nagios-users at
2009 Jun 17
2
Nagios Asterisk
Hi
I am trying to implement monitoring of asterisk (all 4 spans-i want to show them line by line Up or down) using nagios using below script, but i always get the status as down and red..can anyone let me know how to read an output from nagios plugin ? nagios etc is configured already and is working
PATH=/bin:/sbin:/usr/bin:/usr/sbin
FAILS=""
SPANS=$(asterisk -rnx "pri show
2009 Jun 18
3
Nagios under *
Hi
I am trying to implement monitoring of asterisk (all 4 spans-i want to show them line by line Up or down) using nagios using below script, but i always get the status as down and red..can anyone let me know how to read an output from nagios plugin ? nagios etc is configured already and is working
PATH=/bin:/sbin:/usr/bin:/usr/sbin
FAILS=""
STATUS=$(asterisk -rnx "pri
2006 Dec 19
0
Nagios doc on wiki updated
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Just wanted to let everyone know I added a small section of notes for
upgrading Nagios from 2.5 to 2.6 using Dag's RPMs.
There was an issue with the RPMs (supposedly) reported on the Nagios
mailing list, so I just added my notes on upgrading. I didn't have any
issues other than the plugin mentioned I mention on the notes.
Thanks!
Max
2008 Dec 06
0
Trying to setting a selinux policy to Nagios 3.0.6 on CentOS 5.2 .
Hello,
I'm trying to run Nagios 3.0.6 on CentOS 5.2 with SELinux in enforcing mode but
it is not working.
I'm using the following packages:
httpd-2.2.3-11.el5_2.centos.4
nagios-3.0.6-1.el5.rf
nagios-plugins-1.4.12-1.el5.rf
I followed the steps bellow to try to create a selinux policy to Nagios but it
is failing.
Any help, please?
# setenforce Permissive
# service nagios start
#