News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rainerh

#31
General Support / Re: Process - Instance discovery
July 10, 2018, 01:31:49 PM
Thanks

i am not able to handle these new list.
I added these to netxmsd.config:

# Log File
LogFile=/var/log/nxagentd

# IP white list, can contain multiple records separated by comma.
# CIDR notation supported for subnets.
MasterServers=10.10.__.__/32

#ExternalList
ExternalList=Phonalisa.Processes:ps axco command | grep phonalisa- | sort -u


Then I restartet the Agent.
I think that these will work fine, because a test of show agent suportet lists in info will result like this:

Agent.ActionList
Agent.SubAgentList
...
Phonalisa.Processes
...
System.IO.Devices
System.ProcessList


How can I use this?

In "General" I set   Process.Count({instance})   at Parameter

In Instance Discovery I select Agent List at discovery method
and   Phonalisa.Processes  in List name

What Have I to do in discovery filter script?

When I do nothin only   75  will be returned  -I thin the total number of precesses


Thank you very much
Rainer
#32
General Support / Process - Instance discovery
June 21, 2018, 08:28:01 PM
Hello,

I have 8 prcesses to discover.
phonalisa-ctrld
phonalisa-dbsrv
phonalisa-ldapd
phonalisa-logd
phonalisa-random
...
and so on

I want to use Process.Count(*) and will check if =1

How can I creat an Instance Discovery to get all processes called phonalisa-*

Thank you

#33
General Support / Re: disable push notification
December 18, 2017, 08:30:59 AM
Thank you  :)
Rainer
#34
General Support / disable push notification
December 15, 2017, 08:43:13 AM
Hello and thankĀ“s for the wonderful product  :D

Is there a way to disable the (push) notifications in NetXMS Management Console.
I Think, that I get to many of theses messages and I can not stop it.
The messages appear at the right down corner of the screen.

Than you
Rainer
#35
Thank you - this link solved my problem
#36
General Support / Re: SNMP Walk - Access Denied
November 02, 2017, 10:02:28 AM
Thank you very much.
Now it works fine  :)
#37
General Support / Re: SNMP Walk - Access Denied
October 27, 2017, 02:23:16 PM
I was not able to find  the right "Read SNMP data access" or "infrastrukture services"
My version: 2.1.2
I was looking at groups and user.
I give all rigths in users and groups, but it does not work.

Greetings
Rainer
#38
Hello,

I cannot start a MIB walk. Any node will result with:

'Walk MIB tree' has encountered a problem.
Cannot do SNMB MIB tree walk: Access denied

Tested with nodes SNMP V2c and SNMP V3 - same problem.

But all SNMP values, which are created in the template Data Collection Configuration will work fine.

Than you very much.
Rainer
#39
General Support / Re: Transform string to integer
September 08, 2017, 08:16:07 AM
Works fine  :) :) :)

Thank you very much
Rainer
#40
General Support / Transform string to integer
September 07, 2017, 04:01:37 PM
Hello,

I get the disk temperature in string format:
Temperature Disk HDD4 = 40 C/104 F
The value is 40 C/104 F (string)
How can I transform these value for Thresholds to integer? And I only want to get 40 without "C/ 104 F"
For Example warning if temperature is grater then 50 C

Thank you
Rainer
#41
General Support / Re: transfom SNMP Server UpTime
June 09, 2017, 04:34:59 PM
? ? ?
#42
General Support / transfom SNMP Server UpTime
June 06, 2017, 11:10:56 AM
Hello,

I got the following Value, when I ask for Server UpTime via SNMP (Walk 1.3.6.1.2.1.25.1.2)
07 E1 06 05 15 0F 11 0D 0A

07 E1 means 2017, 06 means Month 6, 05 menas day 5

Is there a transformation in NETXMS like strtotime?

A date-time specification.

            field  octets  contents                  range
            -----  ------  --------                  -----
              1      1-2   year*                     0..65536
              2       3    month                     1..12
              3       4    day                       1..31
              4       5    hour                      0..23
              5       6    minutes                   0..59
              6       7    seconds                   0..60
                           (use 60 for leap-second)
              7       8    deci-seconds              0..9
              8       9    direction from UTC        '+' / '-'
              9      10    hours from UTC*           0..13
             10      11    minutes from UTC          0..59


Thank you
#43
Hello,

I tried to use HP.xml for Import from Hanfelt (Post April 06, 2017).
* HP.xml (78.52 kB - downloaded 23 times.)

The Import ends with error:

Cannot import configuration: Configuration cannot be imported because of validation errors

How can I import the XML-File?

I use version 2.1-RC1

Thank you
:)
#44
General Support / Re: Windows updates
May 26, 2017, 02:32:52 PM
With new Version nxagent-2.1-RC1-x64 I will have the same error:
Cannot get current parameter value: Operation cannot be completed due to agent error
#45
General Support / Re: Web Interface does not work
May 15, 2017, 10:51:05 PM
I solved the problem:

- uninstall all old versions, I found it with:  dpkg --get-selections | less | grep jdk | java | tomcat
example: # apt-get remove openjdk-7-jre-headless:amd64
# apt-get remove openjdk-7-jre:amd64
# apt-get remove tomcat7
In Logfile /var/log/tomcat8/catalina.out I found a missing JAVA servlet 2.3
solved with # apt-get install libservlet3.1-java
# service tomcat8 restart
# delete nxmc.war and folder
deployed with tomcat web admin page the new nxmc.war
And now it runs.

I have a new problem in LogFile:
[/nxmc] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

Who can I manage / increase the cache level?