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 - Victor Kirhenshtein

#7201
Uptime измеряется в секундах. При желании можно трансформировать в читаемую строку таким скриптом:


SecondsToUptime($1)


Но, конечно, тогда условия вроде "меньше" или "больше" уже поставить не получится.

Best regards,
Victor
#7202
Neskol'ko raz pitalsja povtorit' u sebja etu situaciju - bezuspeshno. Esli noda podnjalas' i alarm ushel, to sledujushij SYS_NODE_DOWN delaet normal'nij Outstanding alarm. A v event policy standartnie pravila obrabotki SYS_NODE_DOWN i SYS_NODE_UP? Esche vopros - a esli iz konsoli smotret' - situacija takaja-ze?

Best regards,
Victor
#7203
Vopros k tem kto ispol'zuet russkij Windows - kak vedet sebja agent? Est' li kakie-to specificheskie problemi? Osobenno interesujet winperf subagent - vozvraschaet li on parametri System.Uptime, System.ThreadCount, System.CPU.LoadAvg i System.CPU.Usage?

Best regards,
Victor
#7204
Currently it's not possible. However, since the next release you will be able to use scripts to form event message. Inside the script, you can access event parameters and do various string manipulations on them.

Best regards,
Victor
#7205
One more question: how counter names \System\System Up Time and \System\Threads looks in your localized Windows?

Best regards,
Victor
#7206
Hello!

What kind of acknowledgment you device need? If it can be done with some external command, you can do the following:

1. Create event from SNMP trap
2. In event processing policy, define an action for this event to call external command for trap acknowledgment.

Best regards,
Victor
#7207
General Support / Re: Nodes topology
June 04, 2008, 09:19:59 AM
Currently there are no automatic layer 2 topology, but I have this in plans.

Best regards,
Victor
#7208
Sorry for delay, I was quite busy :( Could you please do some additional tests?

1. Comment out winperf.nsm subagent - I suspect that it can be the cause of crash.
2. If agent service crashes without winperf.nsm, run nxagentd.exe from command line with -D switch - it will cause agent to log additional debug information.

Best regards,
Victor
#7209
Hi!

NPI file is just a reference to actual package file. You should have it as well in the same directory as NPI file. Open NPI with any text editor and see what package file is required.

Best regards,
Victor
#7210
General Support / Re: Adding Mibs
June 03, 2008, 11:35:01 AM
Hello!

Second error is definitely a bug in MIB compiler, I'll fix it. I\m not sure about first error - it's quite strange ta have parenthesis as part of object name, I'll check if it's allowed by standard.
As a workaround, for first error you can change object name from ms-dhcp-MillisecondsPerPacket(Avg) to ms-dhcp-MillisecondsPerPacket, and delete entire INDEX line for second error.

Best regards,
Victor
#7211
General Support / Re: Transformation not working
May 30, 2008, 02:54:17 PM
If you remove transformation script from net.interface.bytesin(65539) parameter, did you get correct non-zero values?

Best regards,
Victor
#7212
Could you please type


dump


on server console to create core dump of server process and send it to us for analysis?

Best regards,
Victor
#7213
Unfortunately this parameter does not affect SNMP agent status detection. It only affects interface status checks.

Best regards,
Victor
#7214
General Support / Re: Smart status problem
May 29, 2008, 11:18:25 AM
It's because these parameters currently works only with IDE (ATA) disks. Most likely you have SCSI or SAS in your servers.

Best regards,
Victor
#7215
On what operating system you run NetXMS server? If it is Windows, please add following lines to your netxmsd.conf


CreateCrashDumps = yes
DumpDirectory = C:\


This will cause server to create crash dumps in root of disk C:. You can set any other directory for dumps of course.
When it crashes again, please send dumps to [email protected].

Best regards,
Victor