Search found 10 matches

by brent_weaver
Mon Sep 22, 2014 12:41 pm
Forum: Open Source Nagios Projects
Topic: Monitoring JBOSS with Nagios Core
Replies: 3
Views: 1049

Re: Monitoring JBOSS with Nagios Core

It is EAP 5.1, which I believe is an "older" version. This is a medical device so tightly regulated so upgrades are not easy, nor is the fact that we are way behind.

Thanks for the quick reply.
by brent_weaver
Mon Sep 22, 2014 9:05 am
Forum: Open Source Nagios Projects
Topic: Monitoring JBOSS with Nagios Core
Replies: 3
Views: 1049

Monitoring JBOSS with Nagios Core

Good day! I am wondering what people are doing to monitor Jboss server. Specifically the number of thereads/users. It seems that everything I am reading is very convoluted. Any direction is much appreciated!
by brent_weaver
Thu May 22, 2014 6:55 am
Forum: Open Source Nagios Projects
Topic: Using utils.pl
Replies: 1
Views: 1748

Using utils.pl

Hello all!!! #!/usr/bin/perl -w #use strict; use lib "/opt/openitc/nagios/libexec"; use utils; print "$ERRORS{'OK'}\n"; # ls /opt/openitc/nagios/libexec/utils.pm /opt/openitc/nagios/libexec/utils.pm I would expect that my little sample script would print 0 but this is what happen...
by brent_weaver
Wed Apr 30, 2014 9:13 am
Forum: Open Source Nagios Projects
Topic: Unable to get host notification to work
Replies: 1
Views: 1214

Unable to get host notification to work

I am unable to get host notification to work. Where is this defined? I have my config object to alert me when a host has gone down but it is not working. Is this defined at a contact level or host level or both?
by brent_weaver
Sun Jan 26, 2014 6:07 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Windows 2008 Server
Replies: 13
Views: 4460

Re: Monitoring Windows 2008 Server

Hey there... Went dark on you guys for a bit there, other pressing issues @ work. I'm back. Thank you for the GREAT reposes to this. I now have working what I need. I am monitoring C and D drive space, no big deal but shows it is working and i have a better handle on the conventions.. Next is how do...
by brent_weaver
Sun Jan 26, 2014 6:01 pm
Forum: Open Source Nagios Projects
Topic: Monitoring MSSQL Server
Replies: 1
Views: 754

Monitoring MSSQL Server

Nagios world, I am a Linux/UNIX admin being thrust into the world of microsoft... The good news is that it seems there are finally powerful scripting environments in Windows, so I feel this may be a good time to jump in. I have allot of exp with shell/perl scripting in *NIX env's... So my question. ...
by brent_weaver
Tue Aug 13, 2013 10:11 am
Forum: Open Source Nagios Projects
Topic: Monitoring Windows 2008 Server
Replies: 13
Views: 4460

Re: Monitoring Windows 2008 Server

Here is my ini file: # If you want to fill this file with all avalible options run the following command: # nscp settings --generate --add-defaults --load-all # If you want to activate a module and bring in all its options use: # nscp settings --activate-module <MODULE NAME> --add-defaults # For det...
by brent_weaver
Mon Aug 12, 2013 2:25 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Windows 2008 Server
Replies: 13
Views: 4460

Re: Monitoring Windows 2008 Server

That worked: nagios@usmke1nagvm01l # check_nt -H win -p 12489 -v UPTIME System Uptime - 22 day(s) 11 hour(s) 0 minute(s) How do I figure out what checks are avail on the windows side? Thanks allot for taking your valuable time to help me here! It always amazes and inspires me at how helpful people a...
by brent_weaver
Mon Aug 12, 2013 12:24 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Windows 2008 Server
Replies: 13
Views: 4460

Re: Monitoring Windows 2008 Server

Hey guys... Thanks for the quick response. Due to the computing env these servers are in nmap is not allowed. It is a very highly security sensitive world I live in :) Slansing - I can get to port 12489 on the windows server. nagios@usmke1nagvm01l # telnet win 12489 Trying 10.5.30.220... Connected t...
by brent_weaver
Mon Aug 12, 2013 9:32 am
Forum: Open Source Nagios Projects
Topic: Monitoring Windows 2008 Server
Replies: 13
Views: 4460

Monitoring Windows 2008 Server

Hello all! I am a UNIX/Linux engineer having to monitor a Windows 2008 server and I cannot seem to get it working. I am using NSCClient++ on the windows side and nagios core on the "server" side. All the instructions I find on NSClient++ seem to be outdated, specifically the configuration ...