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

#7216
А crash dump присылали уже на [email protected]?
#7217
Uptime измеряется в секундах. При желании можно трансформировать в читаемую строку таким скриптом:


SecondsToUptime($1)


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

Best regards,
Victor
#7218
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
#7219
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
#7220
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
#7221
One more question: how counter names \System\System Up Time and \System\Threads looks in your localized Windows?

Best regards,
Victor
#7222
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
#7223
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
#7224
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
#7225
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
#7226
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
#7227
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
#7228
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
#7229
Unfortunately this parameter does not affect SNMP agent status detection. It only affects interface status checks.

Best regards,
Victor
#7230
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