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 - Marco Incalcaterra

#196
General Support / Re: Web console problem
July 13, 2012, 10:54:29 AM
Quote from: Jmp_3f8h on July 11, 2012, 07:15:05 PM
Now it works properly! :-D

I have another little problem that seems related to IE8, I got it on Windows 2003 R2 x64 and Windows XP (no problem on same platforms using Chrome).

Do you have any suggestion?

Best regards,
Marco
#197
General Support / Re: Web console problem
July 11, 2012, 07:15:05 PM
Quote from: Victor Kirhenshtein on July 11, 2012, 06:45:19 PM
I update 64bit installer on download page (netxms-webui-1.2.1-x64.exe). MD5 checksum for updated file is 7dd61e35d0c7251713ccfe3e3ca8835a.

Best regards,
Victor

Now it works properly! :-D

Thank you very much.

Bye,
Marco
#198
General Support / Re: Web console problem
July 10, 2012, 03:55:38 PM
Quote from: Victor Kirhenshtein on July 10, 2012, 02:16:02 PM
You should put as service executable

{your install directory}\WebUI\prunsrv.exe

If it will not work, I'll build a new installer with fixes.

Best regards,
Victor

I'm sorry but it doesn't work :(
#199
General Support / Re: Web console problem
July 10, 2012, 01:43:03 PM
Quote from: Victor Kirhenshtein on July 10, 2012, 12:58:35 PM
Hi!

You should not use nxhttpd. It is deprecated, and will be removed in 1.2.2. You should use new web UI, which comes in separate installation package: https://www.netxms.org/download/webui/netxms-webui-1.2.1-x64.exe. It basically contains Jetty and NetXMS web UI war file. You can also deploy war file to existing Java application server. See this for few more details: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide.

Best regards,
Victor

Thank you very much for your support, I guess that the installer doesn't like the spaces in the path :-) If you can tell me the string to fix I'll put it manually into the registry.

Best regards,
Marco
#200
General Support / Web console problem
July 10, 2012, 11:28:08 AM
Hi Victor,

I tried to use the web console, I'm unable to go beyond the login page, the service crashes. I tried to execute in debug mode but I didn't get any useful info. Server is Win2003 R2 x64 DB is MS-SQL 2008 R2 SP1 on the same machine.
Do you have any hints?

Best regards,
Marco
#201
General Support / SNMP monitoring problem
July 02, 2012, 03:36:27 PM
Hi Victor,

I have a problem monitoring a DLINK DES-1228P power over ethernet switch. When I enable the SNMP management from NetXMS, after a while (it can be one hour or several hours) some of the ports go down (disconnected) and the physical devices attached to those ports are no more reachable; I have to go to the management interface of the switch and force the ports to go on. This is repeatable, if I put the node in "unmanaged" state everything works fine (all the devices are properly reachable), after switching to "managed" state the same story restart again.
Do you have encountered a similar problem? What can be the reason? Is there any way to instruct NetXMS to reduce polling frequency or wathever else that could help?
Switch is updated with latest firmware and unfortunately is no more supported by DLINK.

Bye,
Marco
#202
Hi Victor,

it could be nice to have the Y-axys value "scaled" to a more readable value like in the legacy console (especially for big numbers). Attachment should better explain.

Bye,
Marco
#203
Feature Requests / Java console missing features
March 23, 2012, 07:46:38 PM
Hi Victor,

Here some missing features I found using the Java console:

-   It is not possible to select colors for graphs (either background or line color)
-   Preset checkmark for graphs in the right click menu is not shown
-   Preset for graphs is not mantained after saving perspective (windows position is correctly mantained)
-   Predefined graphs prepared with the legacy console are properly drawn but saving the perspective and reloading it at the next run shows only the white background (apparently without any other data inside)

Best regards,
Marco
#204
General Support / Re: MIB collection
March 23, 2012, 07:25:52 PM
Hi Victor,

Here the MIBs I use to monitor Dell PowerEdge series 860, 1950, and R710 (I guess usable for most of the PowerEdge family servers). I downloaded them from Dell web site, I just added RFC1158 from another source (it wasn't included in the Dell package). As well you can find MIBs for QNAP storage units, I use them to monitor TS-439 and TS-459U models, but I think that can be used for most of their storage unit.

Marco.
#205
General / Re: Android development contribution
January 15, 2012, 06:36:22 PM
Quote from: Victor Kirhenshtein on January 15, 2012, 12:24:16 AM
Hi!

That's excellent news! There are no restrictions, and I'm very happy that someone will take care about Android client. I have a lot of work with the core and main UI. For now, you can send me your modified version, and if you plan to continue development, I'll ask Alex to assign you commit rights for svn repository.

Best regards,
Victor


Hi Victor,

here attached you can find the package as modified by me. Since I'm a newbie to Android programming and to NetXMS API, maybe there are bad things I did. Hope you can have a look and suggest changes so that I can go in the right direction (graph section it's really rough, it has to be enhanced).

Best regards,
Marco
#206
General / Android development contribution
January 14, 2012, 09:32:58 PM
Hi Victor,

I had a look into the sources for the Android console, I'm not familiar with Android programming but I modified the original version to add a couple of features:

1) When clicking on a notification it goes directly to the alarm view (no more on the main menu)
2) From the alarm list it is possible to jump directly to the last values for the node that has generated the alarm
3) From the last values view it is possible to select one of the last values reported and draw a graph (currently it is possible to select last: 30min, 1hour, 2hours, 4hours, 1day and 1week)

Graph section should be improved but I guess that for now it's enough to show trend of values. It is currently based on the GraphViewLibrary of Jonas Gehring (http://www.jjoe64.com/p/graphview-library.html), published under LGPL.

I don't have much free time but I will be glad to continue if there are no restrictions. Before going on please let me know if my contribution can be useful and how can I send it to you for evaluation.

Best regards,
Marco.

#207
Feature Requests / Re: Android client
January 10, 2012, 11:28:17 AM
Quote from: Jmp_3f8h on November 14, 2011, 06:24:59 PM
- In my customized DCI I created two entries to monitor % of used disk space (Disk.UsedPerc(C:)), the reported value is unsigned integer in the PC console (as expected) but it is reported as floating point value in the android console (in the "last value" section).

I found that in the java console the values are floating point too (but not in the legacy console), even if I customized the value to report as integer. Maybe I'm doing something wrong...

Quote from: Jmp_3f8h on November 14, 2011, 06:24:59 PM
- Sometimes the node root is empty, I have to log-out and then log-in again to have it filled properly. It seems that the client
lost the connection (although it states that is connected to the server).

In addition to this I found that, when not in the Home screen, if selecting "Disconnect & Exit" from the menu than the program doesn't exit but it reconnects to the server (there are two toast notification "NetXMS service started" and "Connected to server ..."), if the node list wasn't updated than, after this, it is refreshed correctly. I use it to force a refresh when I think that the console lost the connectivity.

Another little problem I found is in the notification, instead of reporting the node that have problems it is reported "<unknown>: message" (where 'message' is the message of the notification). If you click on the notification it pops up the Home screen, I guess it should open directly the Alarms page (inside the Alarm page the <node> is reported correctly).

As an additional desiderata I can suggest the possibility to have a checkbox in the settings to select if the client will starting automatically on boot, I usually forgot to start it when I reboot the smartphone.

Best regards,
Marco.
#208
General Support / Re: Problem upgrading to 1.1.8
January 10, 2012, 10:42:52 AM
Quote from: Victor Kirhenshtein on January 10, 2012, 01:50:25 AM
I have found a bug in proxy code - it may or may not be the cause for your problem. Could you please try to replace nxagentd.exe with this one: https://www.netxms.org/download/patches/013/nxagentd.exe?

Best regards,
Victor


Hi Victor,

The patch for proxy works fine. I confirm that also the patch for the server works fine: now I have again the performance tab graphs properly filled.

Thank you very much for your quick solution!

Best regards,
Marco
#209
General Support / Re: Problem upgrading to 1.1.8
January 09, 2012, 10:19:19 PM
Quote from: Victor Kirhenshtein on January 09, 2012, 08:27:22 PM
On what OS server are running and what database and database driver you are using? Is there any errors in server's log?

Best regards,
Victor


Hi Victor,

NetXms server is installed on a Windows 2003 R2 x64 SP2, the DB is Microsoft SQL 2008 R2 installed on the same machine.
The machine used as proxy is a Windows 2003 R2 x64 SP2.

There are no errors related to netxms in the event log of the server, but I found that on the machine used as proxy I have this error message:

The NetXMS Agent service terminated unexpectedly.  It has done this 3 time(s).

So I started manually the agent with this command:

"C:\Program Files\NetXMS\bin\nxagentd.exe" -c "C:\Program Files\NetXMS\etc\nxagentd.conf" -n "NetXMSAgentdW32" -e "NetXMS Win32 Agent" -D 9

and I left it running for several minutes without any problem. I Started again the service with Windows service console and it crashed again almost immediately putting the same message in the event log.

The proxy executed "manually" did not produce any changes in the behaviour of the performance tab.

Another additional info I forgot to mention in my original post (I guess totally unrelated to this), during the installation of version 1.1.8 on the server I got the message you can find in the snapshot attached, just clicked ok and finished the installation without any other particular message (I remember the same message either upgrading server to version 1.1.7).

Best regards,
Marco.
#210
General Support / Problem upgrading to 1.1.8
January 09, 2012, 04:35:29 PM
Dear Victor,

I have some problems upgrading from version 1.1.6 to 1.1.8.

1) After upgraded the node I use as proxy, all the nodes accessed through that proxy became unreachable immediately, just reinstalling agent ver. 1.1.6 and everything works properly again. I have the same problem with version 1.1.7. All the nodes accessed directly are fine.
2) After upgraded the server to version 1.1.8, in the legacy console (tab "performance"), for some nodes I'm no more able to see the "Physical Memory" and "Disk Queue" graph properly updated (see attachment). This behaviour isn't related to the version of the agent installed, also this behaviour is present in some nodes accessed directly and in some nodes accessed through the proxy. All my system are Windows based, most of them are x64 but there are also x86 (behaviour present indifferently on both platform).

Here is the config of the agent used as proxy (I removed the public IPs of my server):


MasterServers = xx.xx.xx.xx, yy.yy.yy.yy
LogFile = {syslog}
FileStore = C:\Program Files\NetXMS\var
SubAgent = winperf.nsm
ListenPort = 4700
EnableProxy = yes
EnableSNMPProxy = yes

*WinPerf
Counter = System.IO.DiskQueue.C:"\LogicalDisk(C:)\Current Disk Queue Length":60:A:INT:"Average Current Disk Queue Length on C:"
Counter = System.IO.DiskTime.C:"\LogicalDisk(C:)\% Disk Time":60:A:INT:"Average % Disk Time on C:"
Counter = System.IO.DiskQueue.D:"\LogicalDisk(D:)\Current Disk Queue Length":60:A:INT:"Average Current Disk Queue Length on D:"
Counter = System.IO.DiskTime.D:"\LogicalDisk(D:)\% Disk Time":60:A:INT:"Average % Disk Time on D:"


Do you have any hints for me?

Best regards.
Marco