Search found 113 matches

by maxwellmiranda
Mon May 06, 2013 3:01 pm
Forum: Nagios XI
Topic: Query on sql server cluster monitoring
Replies: 14
Views: 4940

Re: Query on sql server cluster monitoring

i get the message " cannot connect to the sql server"

i tried with just the instance name but am getting the same error
by maxwellmiranda
Mon May 06, 2013 1:55 pm
Forum: Nagios XI
Topic: Query on sql server cluster monitoring
Replies: 14
Views: 4940

Re: Query on sql server cluster monitoring

how do i monitor a non default instance on sql server i am trying the below query at the command line ./check_mssql_database.py -H 'usmasql1.bose.com' -U 'nagios' -P 'nagios' -I USMASQL1\USMASQL1 -T 'master' -p 1433 --time2connect --warning 1 --critical 5 my sql instance is USMASQL1 and the server n...
by maxwellmiranda
Wed Apr 24, 2013 2:29 pm
Forum: Nagios XI
Topic: monitoring windos server
Replies: 1
Views: 637

monitoring windos server

is there a way to monitor a windows server 2008 like disk space, cpu, memory without installing a remote agent on the client node
by maxwellmiranda
Wed Apr 24, 2013 2:27 pm
Forum: Nagios XI
Topic: Oracle 10.2.0.4 database monitoring from nagios xi
Replies: 3
Views: 1256

Re: Oracle 10.2.0.4 database monitoring from nagios xi

the commandline command times out too
by maxwellmiranda
Tue Apr 23, 2013 11:12 pm
Forum: Nagios XI
Topic: Oracle 10.2.0.4 database monitoring from nagios xi
Replies: 3
Views: 1256

Oracle 10.2.0.4 database monitoring from nagios xi

i have trouble setting up nagios monitoring for my database 10.2.0.4 on HPUX 11.11 the instant client on Nagios server is 11gR2 and i am monitoring a database 10.2.0.4 i can ssh from nagios server and also can do sqlplus using the tns from nagios xi server to the 10g host... but the plugin times out...
by maxwellmiranda
Mon Apr 01, 2013 2:58 pm
Forum: Nagios XI
Topic: Query on sql server cluster monitoring
Replies: 14
Views: 4940

Re: Query on sql server cluster monitoring

thanks for the reply...
would you be able to tell us if these plugins work in a sql 2008 cluster environment...
is there any way we can monitor a sql cluster with nagios XI
by maxwellmiranda
Mon Apr 01, 2013 2:16 pm
Forum: Nagios XI
Topic: Query on sql server cluster monitoring
Replies: 14
Views: 4940

Re: Query on sql server cluster monitoring

yes..i have these wizards installed...
i didnot find any parameters that i can configure to monitor the events that i specified
by maxwellmiranda
Mon Apr 01, 2013 1:45 pm
Forum: Nagios XI
Topic: Query on sql server cluster monitoring
Replies: 14
Views: 4940

Query on sql server cluster monitoring

Hi we already have Nagios XI for monitoring our database infrastructure. we would like to use the nagios to monitor our Microsoft SQL server Cluster. the version is 2008 cluster. also we would like to monitor the following • SQL Error log check • Database status check • SQL service check • Database ...
by maxwellmiranda
Thu Mar 14, 2013 3:41 pm
Forum: Nagios XI
Topic: services
Replies: 14
Views: 2936

Re: services

okay...will do that
by maxwellmiranda
Thu Mar 14, 2013 3:40 pm
Forum: Nagios XI
Topic: check file for a pattern fails if using CHECK_BY_SSH
Replies: 10
Views: 4862

Re: check file for a pattern fails if using CHECK_BY_SSH

i am using check_log3.pl....i don't see the lines you mentioned in the plugin i have below is my script #!/usr/bin/perl # # Log file regular expression based parser plugin for Nagios. # # Written by Aaron Bostick (abostick@mydoconline.com) # Rewritten by Peter Mc Aulay and Tom Wuyts # Released under...