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

Topics - ditonet

#1
General Support / How to set node comment from script?
January 24, 2019, 01:21:50 AM
Hello,

As title says:
How to set node comment from script?
I want to change it based on some conditition, but can't find any info in documentation.
Thanks in advance.

Regards, Grzegorz.
#2
General Support / Agent 2.2.1 X86 won't start
December 21, 2017, 05:35:16 PM
Hello,

After upgrade to version 2.2.1 on old Windows Server 2003 X86, agent won't start.
When I tried to run it from command line,
C:\NetXMS\bin>nxagentd.exe -c "C:\NetXMS\etc\nxagentd.conf"
there is an error:
Error loading configuration file
Configuration file exists and access is allowed for Everyone.

Regards, Grzegorz.
#3
Feature Requests / Send mail as HTML
October 07, 2016, 10:13:25 AM
Hello,

Please, add option to send email as HTML.
It is only small change in 'Content-Type' header  :)
Option to select 'text/plain' or 'text/html' will be fine too.

Best regards, Grzegorz.
#4
General Support / LVM_PV_STATE_NOT_ACTIVE event
September 19, 2016, 10:29:04 AM
@NetXMS Team

LVM_PV_STATE_NOT_ACTIVE   Major   Physical volume  is in 4 state
Please explain what exactly this event mean.

Regards, Grzegorz.

#5
General Support / Windows event log processing
July 29, 2016, 11:49:14 AM
Hello,

In general Windows event log processing work fine for me, but some event are not processed and NetXMS log says:
[DEBUG] LogWatch: Call to EvtFormatMessage failed: error 15027
or
[DEBUG] LogWatch: Call to EvtOpenPublisherMetadata failed

It looks that some event are incomplete (do not contain all fields properly filled) and NetXMS is unable to procces them.
Any ideas how to fix this?

Regards, Grzegorz.
#6
General Support / XMPP problem
November 19, 2015, 12:12:11 AM
Hello,

I tried to configure XMPP notifications, which looks as quite easy task.
But these notification doesn't work and server log shows multiple errors:
[18-Nov-2015 23:10:13.391] [ERROR] XMPP: auth Cannot authenticate without resource
NetXMS 2.0-RC2 on Win 8.1 Pro, 64-bit.
Every help is more than welcome  :)

Regards, Grzegorz.
#7
General Support / Error in filtering script
October 20, 2015, 09:59:28 PM
Hello,

I have a network map with simple filtering script:
return ($node->name != "nwa3560-n");
and sometime I found in event log:
Error 14 in line 1: Function or operation argument is not an object.
Map object filtering works as expected.
NetXMS runs on Win 8.1 Pro.
Is it possible bug or my mistake/misconfiguration?

Regards, Grzegorz.
#8
General Support / Line Chart legend potential bug
February 22, 2014, 02:53:31 PM
Hi,

I've found that potential bug:
When chart 'Y Axis range' is set to 'Automatic' everything is OK,
but when is set to 'Manual' (0-100) legend is displayed incorrectly.
Chart is part of four elements dashboard.
See attached screenshots. WinXP, NetXMS 1.2.12 console.

Regards, Grzegorz.
#9
General Support / Content of 'Agent List / Agent Table'
February 21, 2014, 12:19:01 AM
Hi!

How to find content (possible values) of 'Agent List / Agent Table' used by DCI's 'Instance Discovery'?
Manual (http://wiki.netxms.org/wiki/UM:Data_Collection#Instance_Discovery) says nothing about it.

Regards, Grzegorz.
#10
General Support / Windows layout
February 19, 2014, 02:11:22 PM
Hi!

How to achive windows layout like shown here:
https://www.netxms.org/screenshots/nxmc_14.png
Default perspective is divided into three parts/windows.
I tried almost everything, but unsuccesfully  :(

Regards, Grzegorz.
#11
General Support / Can't add new DCI
February 17, 2014, 05:07:07 PM
Hello,

When I'm trying to add new DCI (Origin: NetXMS Agent) and click 'Select...' button, available parameters list is empty.
Same situation when I'm trying to edit existing DCI by changing it's parameter, list is empty.
NetXMS 1.2.12, WinXP, SQLite, server and agent both run on one computer.
Any ideas?

Regards, Grzegorz.
#12
Hello all,

First of all, many thanks to developers for such great software.
I'm new to NetXMS, so please be patient  :).
I have a question about 'Business Services/Service Check' configuration.
Node status checking script is quiet simple and documented in manual,
but how to write script to check that specific service (e.g. Web server or SQL server) on node is running?

Thanks in advance, Grzegorz.