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 - xatteg

#16
Hello Victor,

It is working now! It compiled in both cases with and without --with-all-static (I'm using without). The thing is it was trying to copy odbc.so to <netxms-install-dir>/odbc.ddr when I issued "make install". So I had to go to "src/agent" subdir and issue "make install" there, and everything installed fine.
#17
This does not help, same error appears.
#18
Problem solved when I deployed 1.2.2 agent package.
#19
Hello Victor,

I've got a problem compiling Static Agent when enabling ODBC subagent.
Configure string:
./configure --with-static-agent --disable-encryption --with-static-subagents=ODBCQuery --without-sqlite --with-all-static

Error:
make[4]: Entering directory `/distr/netxms-1.2.2/src/agent/core'
  CXXLD  nxagentd
static_subagents.o: In function `InitStaticSubagents()':
/distr/netxms-1.2.2/src/agent/core/static_subagents.cpp:13: undefined reference to `NxSubAgentRegister_ODBCQUERY'
collect2: ld returned 1 exit status
make[4]: *** [nxagentd] Error 1
make[4]: Leaving directory `/distr/netxms-1.2.2/src/agent/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/distr/netxms-1.2.2/src/agent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/distr/netxms-1.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/distr/netxms-1.2.2'
make: *** [all] Error 2
[root@netxms netxms-1.2.2]#


Static agent without ODBC subagent compiles fine and Not static agent with ODBC subagent also compiles fine.
#20
Hi,

For the first question: you'll have to provide IP connectivity to you laptop from netxms server and open tcp port 4700. And you will need to change IP address setting int netxms console each time you get new IP on your laptop. If you connect your laptop to internet in another location you have to think about NAT/port forwarding or VPN solution.
As I see it does not worth effort to monitor node that constantly keeps changing IP address.  :)

For second question: You must provide IP connectivity from netxms server to domain network B and allow TCP port 4700 in direction of these hosts, just in case you have stateful firewall.
#21
General Support / Web console graphs GMT timezone
July 04, 2012, 11:36:21 AM
Hello Victor,

I have netxms version 1.2.1 and tomcat6 installed. Server is running CentOS 6.1 and is configured for EEST local time which is GMT+3 currently.
All graphs accessed through regular console display correct GMT+3 time, but in the WEB console all graphs are displayed with wrong GMT+0 time, and all alarms in both consoles are displayed with correct GMT+3 time.

Best regards,
Roman
#22
General Support / Re: Difference between parameters
July 04, 2012, 11:21:53 AM
Understood, thanks!
#23
General Support / Difference between parameters
July 03, 2012, 04:57:55 PM
Hello Victor,

There are two parameters that could be measured by agent - System.CPU.Usage.IoWait and System.IO.DiskTime. What is the difference between them?

Best regards,
Roman
#24
Here is it, I ran it several times:

[root@crmdb ~]# cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo: 9578769    9315    0    0    0     0          0         0  9578769    9315    0    0    0     0       0          0
  eth2:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth3:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth1:548135446519 1534725341    0    0    0     0          0     13256 3021810219311 2402835835    0    0    0     0       0          0
  eth0:13516617  203334    0    0    0     0          0        28     6115      28    0    0    0     0       0          0
  sit0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
[root@crmdb ~]# cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo: 9578769    9315    0    0    0     0          0         0  9578769    9315    0    0    0     0       0          0
  eth2:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth3:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth1:548136728863 1534727685    0    0    0     0          0     13256 3021812811220 2402838469    0    0    0     0       0          0
  eth0:13516617  203334    0    0    0     0          0        28     6115      28    0    0    0     0       0          0
  sit0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
[root@crmdb ~]# cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo: 9578769    9315    0    0    0     0          0         0  9578769    9315    0    0    0     0       0          0
  eth2:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth3:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth1:548136992519 1534728206    0    0    0     0          0     13256 3021813390065 2402839057    0    0    0     0       0          0
  eth0:13516617  203334    0    0    0     0          0        28     6115      28    0    0    0     0       0          0
  sit0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
[root@crmdb ~]#

Could you please move this topic to general support? I missed the right forum subtree. :(
#25
Feature Requests / Tube and Bar charts
June 25, 2012, 12:22:12 PM
Hello Victor,

It is a good idea to add actual values at the top of the tubes/bars. It is especially useful when there are several charts on the dashboards. They are getting automatically shrunk and there is no way of seeing actual value of each tube/bar.

Best regards,
Roman
#26
Hello Victor,

I have compiled static agent under CentOS 6.1 and installed it on remote machine running RHEL 5.2. All readings are OK except network interface statistics like Net.Interface.BytesOut(ifname) and Net.Interface.BytesIn(ifname). The number of TXed/RXed bytes has reached 4294967295 and does not change, although there is active traffic. As far as I understand it is stuck with 'unsigned int' limitation. The numbers of TXed and RXed packets are growing but they still have not reached that limit.

Best regards,
Roman
#27
General Support / Re: Unix static agent build fails
June 20, 2012, 03:35:22 PM
KjellO, this also worked for me!
The trick is that all subsequent "makes" are successful, even if I make global "make clean" before configuring with different parameters.
Thanks a lot!
#28
Feature Requests / Re: SOAP/XML Polling
June 20, 2012, 03:31:18 PM
Sibiu, thanks for putting me into right direction. I worked with SOAPUI before, it is a good tool. But I need SOAP functionality to poll webservices from netxms itself.
#29
General Support / Re: Unix static agent build fails
June 13, 2012, 12:43:48 PM
There was the same error for 1.2.0 version according to forum. It persists in 1.2.1.  :(
#30
General Support / Unix static agent build fails
June 13, 2012, 12:33:49 PM
Hello Victor,

I'm configuring netxms on CentOS 6.2 with following ./configure --with-agent-static. Configure script executes normally. But make produces error:

../../../tools/create_ssa_list.sh "linux ecs logwatch ping portcheck ups" > static_subagents.cpp
  CXX    static_subagents.o
  CXX    subagent.o
  CXX    sysinfo.o
  CXX    tools.o
  CXX    trap.o
  CXX    upgrade.o
  CXX    watchdog.o
make[4]: *** No rule to make target `../../../src/db/libnxdb/libnxdb.la', needed by `nxagentd'.  Stop.
make[4]: Leaving directory `/distr/netxms-1.2.1/src/agent/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/distr/netxms-1.2.1/src/agent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/distr/netxms-1.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/distr/netxms-1.2.1'
make: *** [all] Error 2
[root@netxms netxms-1.2.1]#

Can that be fixed?