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

#4696
General Support / Re: Network Service Alert
March 05, 2013, 06:09:55 PM
Hi!

Yes, it's a property called "Required poll count" on a "Network Service" page, 0 means "use system default".

Best regards,
Victor
#4697
Hi!

Unfortunately there are no predefined templates out of the box. You have to create your own. Some templates created by user also available here: https://www.netxms.org/forum/general-support/sharing-standard-templates-for-netxms/.

There are also short tutorial on how to setup adta collection and notification: http://wiki.netxms.org/wiki/How_to_send_e-mail_notification_when_disk_space_is_low.

Best regards,
Victor
#4698
General Support / Re: ICMP PING
March 05, 2013, 04:29:26 PM
Most likely that means that agent cannot resolve host name for some reason. Try Icmp.Ping(localhost) - it should work. Also, what NetXMS agent version you have? Ping by DNS names only supported in 1.2.6.

Best regards,
Victor
#4699
Hi!

Can you check server's log for mail sending errors? ";" separator should work.

Best regards,
Victor

#4700
Hi!

You may need libssl-dev if you want encryption support. Otherwise it should be ok.

You can also try to install from Debian packages - most likely it will work on Ubuntu.

Best regards,
Victor
#4701
С utf-8 могут быть проблемы. Лучше поставить CP-1251 как code page или собрать сервер в unicode.
#4702
General Support / Re: not able to login in web gui
March 04, 2013, 04:21:17 PM
Hi!

What username and password you are using? Also, try to connect with desktop console.

Best regards,
Victor
#4703
Дампы получили, спасибо. Постараюсь в 1.2.7 добавить.
#4704
Quote from: inspirit on March 04, 2013, 03:05:29 PM
Начал наводить порядок в базе Netxms. Решил перевести всю  базу из CP-1251(пережиток прошлого) в UTF-8.

C помощью нехитрого скрипта

выполнил кучку запросов

ALTER TABLE `netxms`.`acl` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`actions` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`address_lists` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`agent_configs` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`agent_pkg` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`alarms` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`alarm_events` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`alarm_notes` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`ap_bindings` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `netxms`.`ap_common` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
....
....

и тд.

Все замечательно отработало. Все запускается без ошибок. При попытке переименовать ноду - ее название почему то затирается на несколько символов.

Похоже на баг консоли. Могу прислать дамп базы или предоставить другую нужную информацию.

А что за база? И как собран сервер - с enable-unicode или нет? Если нет, то какой CodePage поставлен в netxmsd.conf?
#4705
Quote from: inspirit on March 04, 2013, 01:16:46 PM
Заметил в логе netxms следующие записи:

[04-Mar-2013 15:12:06.078] 9 network device drivers loaded
[04-Mar-2013 15:12:06.088] Built-in objects created
[04-Mar-2013 15:12:06.088] Loading container categories...
[04-Mar-2013 15:12:06.088] Apply template thread started
[04-Mar-2013 15:12:06.090] Loading built-in object properties...
[b][04-Mar-2013 15:12:06.110] NetObj::loadCommonProperties() failed for object Policies [5] class=16
[04-Mar-2013 15:12:06.114] NetObj::loadCommonProperties() failed for object Network Maps [6] class=19
[04-Mar-2013 15:12:06.117] NetObj::loadCommonProperties() failed for object Dashboards [7] class=22
[04-Mar-2013 15:12:06.120] NetObj::loadCommonProperties() failed for object Reports [8] class=24[/b]
[04-Mar-2013 15:12:06.131] Loading conditions...


На работе вроде бы не сказывается. Хотелось бы узнать - что это, и можно ли исправить, или забить.

Это нормально. Обьекты с ID меньше 10 - ето встроенные обьекты, которые есть всегда. Если они не менялись, то записей о них в базе может и не быть, они со значениями по умолчанию создаются.
#4706
Announcements / Re: NetXMS 1.2.6 released
March 04, 2013, 04:16:14 PM
Hi!

So far I plan 1.2.7 to be released between March 15 and March 20.

Best regards,
Victor
#4707
General Support / Re: Astaro firewall MIB
March 03, 2013, 01:42:56 PM
Problem with this MIB is that according to standard object names must start with lowercase letter, while all notification objects in this MIB starts with uppercase letter. Corrected MIB attached.

Best regards,
Victor
#4708
General Support / Re: ICMP PING
March 03, 2013, 01:38:23 PM
Value 10000 means "unreachable".

Best regards,
Victor
#4709
You have to options here:

1. Start using expected port state "ignore" for end users' ports instead of unmanaging them. Then you can use manage/unmanage on switch level without problems (additional benefit here is that you still be able to see link state of a port, but it's status will always be normal).

2. Add temporary rule in the beginning of event processing policy which will stop processing of all events from given node.

Best regards,
Victor
#4710
Hi!

Yes, you can right-click on node and select "unmanage". Then node will be put to "unmanaged" state and excluded from monitoring. To bring it back, select "manage" from context menu.

Best regards,
Victor