websphere
Re: websphere
You can use check_procs:
Or check_services:
Or use one of the many plugins on the exchange:
https://exchange.nagios.org/index.php?o ... ck_service
https://exchange.nagios.org/index.php?o ... ck_process
Code: Select all
Examples:
check_procs -w 2:2 -c 2:1024 -C portsentry
Warning if not two processes with command name portsentry.
Critical if < 2 or > 1024 processes
check_procs -w 10 -a '/usr/local/bin/perl' -u root
Warning alert if > 10 processes with command arguments containing
'/usr/local/bin/perl' and owned by rootCode: Select all
check_services - 0.01.1
Usage: check_services -p egrep_patern_to_find_in_procs[,...]
Usage: check_services -h (help)
Usage: check_services -V (version)https://exchange.nagios.org/index.php?o ... ck_service
https://exchange.nagios.org/index.php?o ... ck_process
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: websphere
It is a good idea , but you may have servers with more than one service
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: websphere
Will you have a predictable number?
This will provide a warning alert if you have fewer than 10 or more than 100 websphere processes, and it will provide a critical alert if you have fewer than 9 or more than 1000.
Would this work?
Code: Select all
check_procs -w 10:100 -c 9:1000 -C websphereWould this work?
Re: websphere
There is no way that this works just putting the name of the service?
Re: websphere
Are you looking to see if a Websphere server is running and is functional?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: websphere
I want to see if one of these services was running in x server
Re: websphere
Take a look at the link below to the Exchange site for plugins that monitor a Websphere server. Would one of these work for you?
https://exchange.nagios.org/index.php?o ... =websphere
https://exchange.nagios.org/index.php?o ... =websphere
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: websphere
yes, , That page I've looked but did not have what I want. That is whether the application of this fucionando was good, distinctly whether the service is running or stopped.
Re: websphere
Depending on the OS that is hosting your Websphere application, you could install Nagios Remote Plugin Executor "NRPE" on your remote system and then you could use the check_procs or check_services plugins to check to see if the service is running from the XI system.
Here is a link to the instructions for installing NRPE.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
What is the Operation System that is hosting your Websphere application?
Here is a link to the instructions for installing NRPE.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
What is the Operation System that is hosting your Websphere application?
Be sure to check out our Knowledgebase for helpful articles and solutions!