[Nagios-users] Connection refused or timed out

2008-01-02 Thread Mad Unix
the nagios shows Current Users CRITICAL 01-02-2008 11:35:13 0d 0h 47m 47s 4/4 Connection refused or timed out PING CRITICAL 01-02-2008 11:36:20 0d 0h 46m 40s 4/4 Connection refused or timed out Root Partition CRITICAL 01-02-2008 11:37:27 0d 0h 45m 33s 4/4 Connection refused or timed out To

Re: [Nagios-users] Connection refused or timed out

2008-01-02 Thread Mad Unix
On Jan 2, 2008 10:45 AM, Mad Unix <[EMAIL PROTECTED]> wrote: > the nagios shows > > Current Users > CRITICAL 01-02-2008 11:35:13 0d 0h 47m 47s 4/4 Connection refused or > timed out > PING > > CRITICAL 01-02-2008 11:36:20 0d 0h 46m 40s 4/4 Connection refused or >

[Nagios-users] ping

2008-01-02 Thread Mad Unix
my nagios shows the following check_ping: %s: Warning threshold must be integer or percentage! on the server define service{ use generic-service ; Name of service template to use host_name linux1 service_description

Re: [Nagios-users] ping

2008-01-02 Thread Mad Unix
o > > //edit(based on your cfg): > > command[check_ping]=/usr/local/nagios/libexec/check_ping -H > $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 > > > Mad Unix wrote: > > my nagios shows the following > > > > check_ping: %s: Warning threshold must be integer or pe

Re: [Nagios-users] ping

2008-01-02 Thread Mad Unix
ry changing it to localhost or the correct local domain > > Mad Unix wrote: > > it gave now check_ping: Invalid hostname/address - $ other commands > > work, only the ping it gave eror > > > > i changed the ping the client to > > command[check_local_disk]=/us

Re: [Nagios-users] ping

2008-01-02 Thread Mad Unix
> -Original Message- > > From: [EMAIL PROTECTED] [mailto:nagios-users- > > [EMAIL PROTECTED] On Behalf Of Mad Unix > > Sent: Wednesday, January 02, 2008 7:52 AM > > To: [EMAIL PROTECTED] > > Cc: nagios-users@lists.sourceforge.net > > Subject: Re: [Nagios-us

Re: [Nagios-users] ping

2008-01-02 Thread Mad Unix
= no > > only_from = 127.0.0.1 10.5.1.32 ß You need to make > sure your server IP is listed here – just need a space between the IPs (no > comma, quotes etc). > > } > > > > IP restrictions in nrpe.cfg aren't used if you are using xinetd > &

[Nagios-users] SMS gateway

2008-01-03 Thread Mad Unix
*I am trying to connect 2N Analog GSM Gateways* to my Linux Server in order to send SMS messages to my admins through nagios. 1. any one installed this device before on RHEL5 server if yes your help appreciated. 2. how can modify the nagios config in order to send SMS messages -- madunix ---

Re: [Nagios-users] SMS gateway

2008-01-04 Thread Mad Unix
chive/forum.php?thread_name=iSeXznEC.1196286006.0182960.maco%40blava.net&forum_name=nagios-users > > Thanks. > > On Thu, 3 Jan 2008 10:54:59 +0200, "Mad Unix" wrote: > > *I am trying to connect 2N Analog GSM Gateways* to my Linux Server in > order to send SMS message

Re: [Nagios-users] SMS gateway

2008-01-04 Thread Mad Unix
can you send me how did you configure the GSM modem (Serial Port) under linux, and the smstools configuration and also how did you add the sms to your nagios config, would be really appreciated Thanks On 1/4/08, Dennis Hünseler <[EMAIL PROTECTED]> wrote: > > Hello Mad Unix, > &

Re: [Nagios-users] SMS gateway

2008-01-05 Thread Mad Unix
in the future am thinking of a good enhancements of SMS (gnokii or smstools) to be 2 way communications, i.e. so the server can be controled via mobile phone. if a server/service goes down, you can reply to the alert SMS message with a reboot command or start an application, to fix a service as lon

Re: [Nagios-users] SMS gateway

2008-01-06 Thread Mad Unix
sms/sent incoming = /var/spool/sms/incoming logfile = /var/log/smsd.log loglevel = 7 [GSM1] device = /dev/ttyS0 incoming = yes #baudrate = 115200 #cs_convert = yes #pin = #mode = nw #baudrate = 115200 #rtscts = yes #pin = what could be wrong? On Jan 5, 2008 10:15 PM, Dario B. Bestett

[Nagios-users] 10g

2008-01-08 Thread Mad Unix
Does Nagios work with 10g ? -- madunix - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http

Re: [Nagios-users] 10g

2008-01-08 Thread Mad Unix
sorry, yes i mean Oracle10g On 1/8/08, Roger <[EMAIL PROTECTED]> wrote: > > On Jan 8, 2008 10:16 AM, Mad Unix <[EMAIL PROTECTED]> wrote: > > > Does Nagios work with 10g ? > > > > Are you talk

Re: [Nagios-users] 10g

2008-01-09 Thread Mad Unix
Definition of "Work" i.e. details about multiple databases Database Space, Used Space, Log Size, Used Log Size, CPU Usage, I/O Usage, Locking etc. Regards On Jan 8, 2008 10:43 PM, Mad Unix <[EMAIL PROTECTED]> wrote: > sorry, yes i mean Oracle10g > > > On 1/8

Re: [Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-09 Thread Mad Unix
try to reconfugure the xinetd service, my cat /etc/xinetd.d/nrpe # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port= 5666 wait= no user=

Re: [Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-09 Thread Mad Unix
Check iptables ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:nrpe Check netstat -- [EMAIL PROTECTED] libexec]# netstat -at | grep nrpe tcp0 0 *:nrpe *:* LISTEN On 1/10/08, Mad Unix <[EMAIL PROTECTED]> wrote: >

Re: [Nagios-users] ***SPAM*** sms from Nagios

2008-01-11 Thread Mad Unix
what about using smstools, any help in this issue? On Jan 11, 2008 10:57 AM, Michael Hüttig < [EMAIL PROTECTED]> wrote: > Hi, > i´m using for several years sms_client (http://www.smsclient.org/) . It´s > working very stable with german T-Mobile. > Please look at Nagios-Faq: > http://www.nagios.or

[Nagios-users] NSClient

2008-01-11 Thread Mad Unix
I installed the Nagios client (nsclient ... pNSClient.exe) to extend nagios ability to monitor Windows servers. my nagios server is hosted on RHEL5 64bit Server What should i add on my nagios server to be able to see the CPU/ Disk/RAM/No. Process for the Windows Server? Thanks -- madunix

[Nagios-users] nagios graph

2008-01-11 Thread Mad Unix
am running nagios 2, what would be the best way to add the nagiosgraph.. and other packages should be install inorder to install/run nagiosgraph thanks -- madunix - Check out the new SourceForge.net Marketplace. It's the

Re: [Nagios-users] nagios graph

2008-01-13 Thread Mad Unix
, 2008 2:01 PM, Alex Dehaini <[EMAIL PROTECTED]> wrote: > Have you read the nagiosgraph manual. Read that first, when you run into > any issues, post your errors and then we can help you. > > Alex > > On Jan 12, 2008 2:48 AM, Mad Unix < [EMAIL PROTECTED]> wrote: > >

Re: [Nagios-users] nagios graph

2008-01-14 Thread Mad Unix
OTECTED]> wrote: > > > Any time you receive that message, try running "nagios –v > file>". Look for ERROR indications in the output for a better idea of where > > your problems lie. > > > > - Brock > > > > ----

[Nagios-users] AIX monitor

2008-08-09 Thread Mad Unix
I have a linux server RHEL5 64bit running cacti/nagios, I am in process to capture the snmp data of my AIX5.3 clients (10x), any help how to proceed with this. -- Your search - madunix - did not match any documents. - This SF