newbie questions

Javier javier.rojasr at gmail.com
Thu Dec 20 14:31:45 CET 2007


hello,

thanks in advance for your kind andwers..

here's what i did on the websphere:

a created a new command definition

# 'check_http_websphere' command definition
define command{
        command_name    check_http_websphere
        command_line    $USER1$/check_http -H $HOSTADDRESS$ -p 9080 -u
http://172.18.52.141:9080/eibs_bancoagricola/
        }

and i created a new command for the tcp as well:


# 'check_tcp_websphere' command definition
define command{
        command_name    check_tcp_websphere
        command_line    $USER1$/check_tcp -H $HOSTADDRESS$ -p 9060  $ARG1$
        }

here's the thing, websphere answers in the 9060 for the management
console, and on the 9080 for the appl, but it redirects to the 9043
(ssl)

is it ok so far what im doing?, i think i'm checking the url in the
hhtp command... should i created a new command for the 9043 port?


2007/12/21, trevor obba <trevor_obba at yahoo.co.uk>:
> you can use check_tcp like check_tcp -H $HOSTADDRESS$ -p $ARG1$
> on commandline ./check_tcp -H foobar -p 9080
> check_tcp basically telnet to a port
>
> or you can use websphere plug-in from http://www.nagiosexchange.org/Search_Projects.43.0.html?tx_netnagext_pi1%5Bphrase%5D=websphere&tx_netnagext_pi1%5Bsubmit%5D=search&tx_netnagext_pi1%5Boptions%5D%5Bshort%5D=1&tx_netnagext_pi1%5Boptions%5D%5Bdescription%5D=1&tx_netnagext_pi1%5Bsearch%5D=1
>
> yes you can use check_tcp for as400
>
> ----- Original Message ----
> From: Javier <javier.rojasr at gmail.com>
> To: nagios-users at lists.sourceforge.net
> Sent: Thursday, 20 December, 2007 6:55:26 AM
> Subject: [Nagios-users] newbie questions
>
> Hello,
>
> i have installed nagios yesterday and i have a check_ping on 4
> servers, a check_http on an apache server and a check_mysql on another
> one....
>
> but i have a lot of websphere servers and i would like to add them to
> my nagios platform, they answer on the 9080, 9043 and 9060 ports, is
> there a plugin for websphere?, or do i have to modify only the
> commands.cfg for websphere?
>
> i also have another question, if i want to check a socket on iseries
> (as400), is it ok to use the check_tcp plugin?, has anyone use it
> before?
>
> --
> Ciao, Javier
> linux counter #393724
> GPG Key Fingerprint = 46B76CFEDB0161089D9ECB22FEFDE7EBA8C2007E
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> 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://sf.net/marketplace
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> 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
>
>
>
>
>
>       ___________________________________________________________
> Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
> now.
> http://uk.answers.yahoo.com/
>
>


-- 
Ciao, Javier
linux counter #393724
GPG Key Fingerprint = 46B76CFEDB0161089D9ECB22FEFDE7EBA8C2007E

-------------------------------------------------------------------------
SF.Net email is sponsored by:
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://sf.net/marketplace
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
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





More information about the Users mailing list