Search found 194 matches

by sacom01
Wed Dec 15, 2021 11:16 pm
Forum: Nagios XI
Topic: Object Does Not Exist
Replies: 1
Views: 1048

Object Does Not Exist

hi, all my services in nagios xi getting to "Object Does Not Exist" when i click to the service for detail although it is running fine, and i am able to run plugin from the command. [root@dc-nagiosxi libexec]# ./unix_check_HVT.py -H 192.168.xxx.xxx -P 5693 -t 'mytoken' -w 400 -c 500 CRITIC...
by sacom01
Tue Dec 07, 2021 9:46 pm
Forum: Nagios XI
Topic: ncpa for s390x cpu structure
Replies: 21
Views: 8102

Re: ncpa for s390x cpu structure

Hi Benjamin, We have successfully installed the NCPA with your python2.7 by downgrading some packages: 1. MarkupSafe to 0.23 2. packaging to 20.9 Because we cannot use pip to install automatically modules for python, can we have a list of all packages and their dependent packages, also the supported...
by sacom01
Mon Dec 06, 2021 8:29 pm
Forum: Nagios XI
Topic: ncpa for s390x cpu structure
Replies: 21
Views: 8102

Re: ncpa for s390x cpu structure

Hi Benjamin, I have edited the installation script to use our default python2.7 (/usr/bin/python2.7) and install python packages manually. The ncpa_passive is working fine, which is not in the case when using your python2.7 (maybe because missing modules, we cannot use yum to update some packages fo...
by sacom01
Mon Dec 06, 2021 3:34 am
Forum: Nagios XI
Topic: how to get exact objectname for jmx monitor
Replies: 18
Views: 6360

Re: how to get exact objectname for jmx monitor

hi Keith, "Which version of the plugin are you using" --> don't know but i have attached jmx for your check. "The updated version Greg recommended should handle spaces correctly -- it is derived from a version that contains the fix for the space issue." --> i already tried and re...
by sacom01
Mon Dec 06, 2021 1:54 am
Forum: Nagios XI
Topic: ncpa for s390x cpu structure
Replies: 21
Views: 8102

Re: ncpa for s390x cpu structure

I have found a problem when starting service, modules are missed. We currently also have two version of Python2.7 installed on Server, the default is /usr/bin/python2.7 but when running your script is /usr/local/bin/python2.7.
by sacom01
Fri Dec 03, 2021 2:17 am
Forum: Nagios XI
Topic: ncpa for s390x cpu structure
Replies: 21
Views: 8102

Re: ncpa for s390x cpu structure

Hi, We already followed the installation guide on Github https://github.com/NagiosEnterprises/ncpa/blob/master/BUILDING.rst#building-on-linux, The first step is: cd ncpa/build ; run build.sh --> Already Done. The second step: cd to another build folder --> We did not found any build folder in ncpa/b...
by sacom01
Thu Dec 02, 2021 8:48 pm
Forum: Nagios XI
Topic: how to get exact objectname for jmx monitor
Replies: 18
Views: 6360

Re: how to get exact objectname for jmx monitor

hi Keith, as i sent you, some object names do not contain space but still not work. example : [root@dc-nagiosxi-uat01 libexec]# ./check_jmx -U service:jmx:rmi:///jndi/rmi://192.168.117.1:9002/jmxrmi -O "java.lang:type=GarbageCollector,name=ParNew" -A "CollectionCount" -w 100 -c 2...
by sacom01
Wed Dec 01, 2021 10:13 pm
Forum: Nagios XI
Topic: how to get exact objectname for jmx monitor
Replies: 18
Views: 6360

Re: how to get exact objectname for jmx monitor

hi, i tried query GC and the others but some of it was not success, as you told, jmx do not accept space in Object name but some objects do not contain space still not work. I just want ask how to determine exact objectname for jmx monitor as topic subject. :cry: [root@dc-nagiosxi-uat01 libexec]# ./...
by sacom01
Tue Nov 30, 2021 10:29 pm
Forum: Nagios XI
Topic: how to get exact objectname for jmx monitor
Replies: 18
Views: 6360

Re: how to get exact objectname for jmx monitor

hi, [root@dc-nagiosxi-uat01 libexec]# ./check_jmx -U service:jmx:rmi:///jndi/rmi://192.168.117.1:9002/jmxrmi -O "java.lang:type=OperatingSystem" -A "MaxFileDescriptorCount" -w 100 -c 200 -username nagiosxi -password UnixTeam JMX CRITICAL - No such attribute : MaxFileDescriptorCou...
by sacom01
Mon Nov 29, 2021 1:46 am
Forum: Nagios XI
Topic: how to get exact objectname for jmx monitor
Replies: 18
Views: 6360

Re: how to get exact objectname for jmx monitor

hi bro,
any update to us?
thank you