Search found 15 matches

by sandyspatil
Thu Mar 10, 2011 1:23 am
Forum: Open Source Nagios Projects
Topic: sendEmail perl script problem
Replies: 0
Views: 1130

sendEmail perl script problem

Hi All, I am using sendEmail.pl as a mail sender. I defined following commands for notification handler in commands.cfg -> define command nd { command_name notify-host-by-email command_line /usr/local/bin/sendEmail -t $CONTACTEMAIL$ -f $USER5$ -l /var/log/sendEmail -u "** $NOTIFICATIONTYPE$ Hos...
by sandyspatil
Wed Feb 23, 2011 2:34 am
Forum: Nagios XI
Topic: Getting Windows Performance counters "just right"
Replies: 11
Views: 6670

Re: Getting Windows Performance counters "just right"

I used this -> ./check_nrpe -H mssqlserver -t 30 -c CheckCounter -a "Counter=\SQLServer:Databases(dbase_name)\Log File(s) Used Size (KB)" ShowAll -> OK: \SQLServer:Databases(dbase_name)\Log File(s) Used Size (KB): 990 and it work's for me displaying the actual log file size.
by sandyspatil
Wed Feb 16, 2011 1:13 am
Forum: Nagios XI
Topic: Getting Windows Performance counters "just right"
Replies: 11
Views: 6670

Re: Getting Windows Performance counters "just right"

Edit your NSC.ini file in NSClient++ dir. and enable the following parameter ->
allow_nasty_meta_chars=1
And restart the NSClient++ service.
by sandyspatil
Wed Feb 16, 2011 1:03 am
Forum: Nagios XI
Topic: check_mssql_health unable to aquire counter data
Replies: 3
Views: 2628

Re: check_mssql_health unable to aquire counter data

Assign admin permission of mssql user which U R using while running the check_mssql_health plugin on MS Sql Server.
by sandyspatil
Sat Feb 05, 2011 5:56 am
Forum: Open Source Nagios Projects
Topic: check_nrpe socket timeout alerts
Replies: 2
Views: 2072

Re: check_nrpe socket timeout alerts

Change the command definition of nrpe_check and increase the time period to 30 sec.
For e. g. -t 30
by sandyspatil
Tue Jan 25, 2011 6:51 am
Forum: Open Source Nagios Projects
Topic: Can I Use Ninja With Nagios XI
Replies: 1
Views: 1350

Can I Use Ninja With Nagios XI

Hi All, I installed NAgios XI trial version. It is running without any problems. But I want to try new dashboards like Ninja. I installed it with lot of difficulties but finally with success. Can I use Ninja where the Nagios XI is already installed because the problem is I can able to log in success...
by sandyspatil
Tue Jan 11, 2011 2:00 am
Forum: Nagios XI
Topic: Not displaying Nagios XI main page
Replies: 1
Views: 840

Not displaying Nagios XI main page

Hi All,
I am not able to see my Nagios XI main page using URL ->
http://<nagios Server>/nagiosxi
But the Nagios Core is displayed using URL ->
http://<nagios Server>/nagios
I restarted nagios, httpd & mysqld services but it doesn't help.
by sandyspatil
Tue Jan 11, 2011 1:56 am
Forum: Nagios XI
Topic: Windows Service monitoring using NagiosXi
Replies: 14
Views: 5815

Re: Windows Service monitoring using NagiosXi

Hi, I am getting the same problem with check_iis_pool_state. Where U need to pass the IIS App Pool name as a argument. I tried following command -> ./check_nrpe -H IISServer -c check_iis_pool_state -a "Classic .NET AppPool" But it returns the error can't find the App Pool Classic !
by sandyspatil
Tue Jan 04, 2011 5:26 am
Forum: Nagios XI
Topic: Can I change Status Info under view section in Nagios XI
Replies: 3
Views: 1348

Can I change Status Info under view section in Nagios XI

Hi to all, I installed a Nagios XI trial version to monitor our infrastructure . Can I change the status information in View section in front of the server name which currently displays the ping stats under the status information column. I want the CPU load status in place of ping stats. If the answ...
by sandyspatil
Tue Jan 04, 2011 5:03 am
Forum: Nagios XI
Topic: Windows Service monitoring using NagiosXi
Replies: 14
Views: 5815

Re: Windows Service monitoring using NagiosXi

Thanks to all
Using your posts Now I can monitor Various Windows Services using Nagios XI.