Search found 14 matches

by DanielKissel
Thu Sep 03, 2020 2:00 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

Ticket was created
by DanielKissel
Thu Sep 03, 2020 1:41 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

It's having issues loading both locations for some reason. Try copying check_jvm.jar to the E:\wildfly\bin\client\ directory and then change the config to look like: jar = java -cp "E:\wildfly\bin\client\" GenericASCheck $plugin_args Just tried this and the Results stay the same... Result...
by DanielKissel
Thu Sep 03, 2020 12:24 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

It's having issues loading both locations for some reason. Try copying check_jvm.jar to the E:\wildfly\bin\client\ directory and then change the config to look like: jar = java -cp "E:\wildfly\bin\client\" GenericASCheck $plugin_args I will try this and give feeback here. If this doesn't ...
by DanielKissel
Mon Aug 31, 2020 4:08 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

Tried it out and copied the check_jvm.jar to the Users Profile and changed the check in the ncpa.cfg These are the two Checks i tried .jar = java -cp "E:\wildfly\bin\client\jboss-cli-client.jar;C:\Users\wildfly\check_jvm.jar" GenericASCheck $plugin_args -> Resulting in -> UNKNOWN: Failed t...
by DanielKissel
Mon Aug 31, 2020 12:28 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

Hi,

i will try. Currently we are still running a Wildfly 12.

Wildfly is on our E:\ Partition. Just change from the C:\ Drive to E:\ Drive and your Path is correct.
by DanielKissel
Fri Aug 28, 2020 1:52 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

The message "UNKNOWN: Failed to connect: Unsupported protocol: http-remoting-jmx" is an indicator that check_jvm.jar is getting loaded but jboss-cli-client.jar isn't. Java can be finicky when it comes to loading classes. Try this entry: .jar = java -cp "C:\wildfly\bin\client\jboss-cl...
by DanielKissel
Fri Aug 28, 2020 1:45 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

Hello everyone,

Wildfly is installed directly on the Windows Server and is running as a Service via NSSM.

Kind regards
Daniel
by DanielKissel
Thu Aug 27, 2020 2:02 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

Hello, this is the response from Nagios XI for the suggested NCPA Configuration UNKNOWN: Failed to connect: Unsupported protocol: http-remoting-jmx These are some variants I have tried and commented in the ncpa.cfg with the results i had recieved from Nagios: #Here i copied the jboss-cli-client.jar ...
by DanielKissel
Wed Aug 26, 2020 9:59 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Re: Wildfly Monitoring with NCPA Client

Just a little update from my side. I invested some time and get a result back when executing the following command from the PowerShell directly on the Windows Server where my Wildfly is running. Console Output PS C:\ncpa\plugins> java -cp "C:\ncpa\plugins\jboss-cli-client.jar;C:\ncpa\plugins\ch...
by DanielKissel
Wed Aug 26, 2020 4:15 am
Forum: Nagios XI
Topic: Wildfly Monitoring with NCPA Client
Replies: 16
Views: 1544

Wildfly Monitoring with NCPA Client

Hello Everyone, I followed your PDF Guide to configure Wildfly Monitoring via the NCPA Client. Sadly I am not able to get any Values into Nagios XI. Everytime I run the Check from the Nagios XI Server i get this as response: /usr/local/nagios/libexec/check_ncpa.py -H ###MYIP#### -t ####MyTOKEN#### -...