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

#6151
General Support / Re: Generating Service Alerts
February 08, 2011, 10:37:52 PM
Yes, or any value less than that - you can set it to 1 second for example. On each DCI poll if repeat event is set, server checks if time passed from previous event is longer than given interval, and if yes, generates new event. So, setting this to any value less than poll interval will cause new event to be generated at each poll.

Best regards,
Victor
#6152
General Support / Re: Generating Service Alerts
February 08, 2011, 02:28:12 PM
Hi!

By default, new event is fired only once, when threshold's condition comes from false to true. If you wish to fire event on each check, you should turn on "repeat event" and set repeat interval less or equal to polling interval.

Best regards,
Victor
#6153
Announcements / NetXMS 1.0.10 released
February 07, 2011, 09:17:44 PM
Hi all!

NetXMS version 1.0.10 is released. It's a bugfix version which should fix most of the network discovery problems in 1.0.9 along with few other issues. Changes from previous release:

- Network discovery improved
- Added VRRP support
- Added new object tools type: server command
- New MIBs added: VRRP-MIB
- Fixed issues: #320, #321, #322

Best regards,
Victor
#6154
Hi!

Currently you cannot execute tool on an alarm - you can call object tool, but server will not pass alarm's data to it. It's a good idea to have an "alarm tools" as well - I'll add this as feature request. It should be relatively easy to implement based on object tools - just add few more macros.

Best regards,
Victor
#6155
General Support / Re: .deb package installation issues
February 03, 2011, 03:26:09 PM
Hi!

Question about debian packages to experts: currently, my postrm script looks like following:


#!/bin/sh

if test "x$1" = "xpurge"; then
        rm -f /etc/nxagentd.conf
        rm -f /etc/nxagentd.conf.backup
        rm -f /etc/nxagentd.conf.sample
fi


It supposed to remove configuration files only when package uninstalled completely. However, during upgrade configuration files also got removed. What I am doing wrong?

Best regards,
Victor
#6156
Hi!

That's very strange, because German characters should be supported even by latin1 (ISO 8859-1) encoding. On what platform you are running NetXMS server and what database you are using?

Best regards,
Victor
#6157
General Support / Re: Access denied when using nxpush
February 01, 2011, 09:26:17 AM
No. But why you need that?
#6158
General Support / Re: Access denied when using nxpush
January 31, 2011, 04:26:16 PM
When you configure DCI to receive values via nxpush, you should set it's "Origin" attribute to "Push Agent", like on attached screenshot.

Best regards,
Victor
#6159
General Support / Re: Access denied when using nxpush
January 28, 2011, 05:13:54 PM
Hi!

Command line options are case-sensitive, so you should use -P instead of -p for giving password.

Best regards,
Victor
#6160
Hi!

The problem is following: you generate event SYS_THRESHOLD_REACHED when you cross threshold. This event has sverity WARNING. Then, you have the rule in event processing policy, which has two filtering conditions: if event is either SYS_THRESHOLD_REACHED or DC_HIGH_CPU_UTIL AND event's severity is CRITICAL, then generate alarm. Your event will never pass through this filter, because it has severity WARNING. Also, your custom event - CPU_USAGE - is not used at all.

You should do consistent config, for example as following:

1. In threshold, set event to DC_HIGH_CPU_UTIL
2. In event processing policy, leave "severity" column as "any", and leave only DC_HIGH_CPU_UTIL in "event" column
3. Optionally, change alarm text to %m, if you wish to have alarm text to be the same as event's message

Best regards,
Victor
#6161
Hi!

Most likely server was unable to save generated key file. By default it will try to save it under /usr/share/netxms. Check that this location is writeable by server process.

Best regards,
Victor
#6162
General Support / Re: Web Site monitoring
January 27, 2011, 11:52:45 PM
The syntax is correct, so it's looks like a bug. Could you please enable agent crash dump by adding


CreateCrashDumps = yes
DumpDirectory = <some writeable directory>


to your nxagentd.conf and send generated mdmp and info files to dump-at-netxms.org?

Best regards,
Victor
#6163
Максимальные значения ограничены ресурсами и возможностями ОС. Каждый поллер - это отдельный поток, который требует память под стек и добавляет записи в таблицы ядра (потоки, открытые файлы, и т.д.). Соответственно пока память и системные ресурсы не закончатся, можем добавлять новые поллеры.
#6164
Спасибо :) Можно через PayPal или трансфер на банковский счет - пишите в приват, я пришлю детали. У нас раньше на сайте была кнопка donate, которая вела на PayPal, зря убрали похоже :)
#6165
Протестируйте с патчем из предыдущего поста - возможно эта проблема тоже исчезнет.