> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Danilo Perdomo > Sent: Wednesday, August 01, 2007 9:28 AM > To: [email protected] > Cc: Marc Powell > Subject: [Nagios-users] [Fwd: Re: check_sybase] > > > Hi Marc! im sorry to bother you. I can't make the check_sybase plugin > work. Here's the error message > > ./check_sybase --config=/usr/local/nagios/etc/sybase.cfg > src/tds/login.c: tds_connect: x.x.x.x:1433: Connection refused
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Looks like your Sybase database isn't allowing connections from your monitoring host. I've never used Sybase so I can't tell you how to fix it other than to verify that Sybase is listening for connections from other hosts and that your monitoring machine is allowed to connect to the database. > Here's the config file: > USER sa > PASS pcube2001 > DBSVR x.x.x.x (IP) > DBNAME apricot I presume that x.x.x.x here matches x.x.x.x above. -- Marc ------------------------------------------------------------------------- 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 [email protected] 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
