Ошибка мониторинга пула потоков WebSphere с помощью плагина check_was Nagios - PullRequest
0 голосов
/ 06 июня 2018

Я установил версию WebSphere Portal 8.5 в CentOS 7.Я пытаюсь отслеживать различные параметры портала, такие как динамическая память, сеансы в реальном времени, пулы потоков и т. Д.Для мониторинга я использую Nagios. Для этого я установил последнюю версию плагина nagios 'check_was'.Я могу контролировать память кучи и сеансы в реальном времени, но я не могу контролировать пулы потоков.Всякий раз, когда я запускаю команду reqd для проверки 'threadpool', я получаю следующую ошибку ----

/ usr / local / nagios / libexec / check_was-0.4 / check_was -s threadpool -w 80-c 90 -p WebSphere_Portal ОШИБКА - Не удалось получить объект статистики в WebSphere: cell = Cell85, mbeanIdentifier = null, name = server.startup, node = Node85, platform = dynamicproxy, process = WebSphere_Portal, spec = 1.0, type = ThreadPool,версия = 8.5.5.2.

Кто-нибудь может мне помочь в этом?

1 Ответ

0 голосов
/ 06 июня 2018

Возможно, вам не хватает PMI.Посмотрите на ссылку ниже:

https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.0/com.ibm.websphere.nd.multiplatform.doc/ae/tprf_prfstartadmin.html

Как включить PMI:

Процедура

Open the administrative console.
Click Servers > Server Types > WebSphere application servers > server_name.
Click the Configuration tab.
Click Performance Monitoring Infrastructure (PMI) under Performance.
Select the Enable Performance Monitoring Infrastructure (PMI) check box.
Optionally, select the check box Use sequential counter updates to enable precise statistic update.
Optionally, choose a statistic set that needs to be monitored under Currently Monitored Statistic Set.
Optionally, click on Custom to selectively enable or disable statistics. Choose a component from the tree and enable or disable statistics on the opposite table. Go back to the main PMI configuration page by clicking the Performance Monitoring Infrastructure link.
Click Apply or OK.
Click Save.
Restart the application server. The changes you make will not take effect until you restart the application server.
Note: When Intelligent Management is enabled, the application server does not let you disable PMI counters that the Intelligent Management requires. For information about the list of PMI counters that cannot be disabled when Intelligent Management is enabled, see Enabling PMI data collection.

С уважением!

...