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 - curruscanis

#16
General Support / Re: upgrade to 3.0 - from 2.2.10
September 12, 2019, 04:08:24 PM
Thank you for that insight Victor, however this is the error that I get when I attempt the following:

apt-get update

..................
Reading package lists... Done
W: The repository 'http://packages.netxms.org/debian xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://packages.netxms.org/debian/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


.....................


Do you have any further advice?
#17
General Support / upgrade to 3.0 - from 2.2.10
September 11, 2019, 09:30:57 PM
Hello, I am attempting to upgrade my Ubuntu linux ( Ubuntu 16.04.6 LTS ) based NetXMS system from 2.2.10 to 3.0 

I have followed the upgrade instructions on the wiki, although it is out of date.

I have attempted the following...

Downloaded the new release and extracted it:
wget https://netxms.org/download/releases/3.0/netxms-3.0.2258.tar.gz

I then attempted to run the shell program:
sh ./configure --with-server --with-mysql

I get the following error:

....................

checking for sensors/sensors.h... no
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: error: libcurl is required. Check that it is installed or use --without-curl option


I do use the --without-curl option I get an error about SSL
.............
checking for sensors/sensors.h... no
checking libssh/libssh.h usability... no
checking libssh/libssh.h presence... no
checking for libssh/libssh.h... no
configure: error: libssh is required for SSH support. Check that it is installed or use --disable-ssh option



I do have Curl installed as well as SSH, I have confirmed this and dont' know why the install script is giving me these errors.

Please let me know if anyone has any advice...



#18
I am attempting to display the status of a DCI poll that I have created for a windows agent process object.  I would like to display a simple Green / Red Dot for good / bad status if the process is running or not. 

The closest I have gotten is to use a gauge - pie graph as only chart objects seem to display DCI values on the dashboards.  This does provide me a green dot if I customize the color and my process count is a value greater than zero.  However if it is zero it is just "blank" no value.

Is there a way to display a DCI value as a good / bad color indicator on a dashboard that I am missing?
#19
Well, after continuing to research this, I found out about "Object Tools" and was able to make this work.

I can now run agent side commands from my management console and web console.


Thank you again Victor for such great software!
#20
Is there anyway to run an Windows agent side script from a dashboard?  I would like to have the capacity to run scripts from a dashboard to do various functions on our servers so that I don't have to remote into them just to do a simple task.

the only method I have seen to launch an agent side script is via an event processing policy, but I don't see any way an event can be called from a dashboard to be enacted.

Thank you.
#21
Hello all, I wanted to share how I have been fixing my DCI collection errors.  First, I am using a CentOS based linux server as a NetXMS host, so your commands may be a little different for your OS.

NETXMS DCI Database repair steps:

If DCI errors are reported in Graph Elements perform the following steps from the command line of the NetXMS linux server:

service netxmsd stop
mysqlcheck --auto-repair netxms -u root –p
nxdbmgr check
service netxmsd start



Graph Elements should now populate after a few polls.
#22
General Support / Re: DCI Database errors
September 26, 2015, 01:07:46 AM
I did the following after shutting down the NetXMS service:

mysqlcheck --auto-repair netxms -u root -p

Many entries were repaired...

started the NetXMS service:

the node with failures now allows charts... however they are blank for now, which I suppose should be expected.

#23
General Support / Re: DCI Database errors
September 26, 2015, 12:57:32 AM
I have done the following attempt to repair:

[root@netxms ~]# nxdbmgr check
NetXMS Database Manager Version 2.0-M5 Build 8027

Checking database (excluding collected data):
Database is locked by server 192.168.231.150 [netxms Linux Release 2.6.32-504.23.4.el6.x86_64]
Do you wish to force database unlock? (Y/N) y
Database lock removed
* Checking zone objects...                                            [PASSED]
* Checking node objects...                                            [PASSED]
* Checking interface objects...                                       [PASSED]
* Checking network service objects...                                 [PASSED]
* Checking cluster objects...                                         [PASSED]
* Checking template to node mapping...                                [PASSED]
* Checking object properties...                                       [PASSED]
* Checking event processing policy...                                 [PASSED]
* Checking network map links...                                       [PASSED]
* Checking data tables...                                             [PASSED]
Database doesn't contain any errors
Database check completed
[root@netxms ~]#
#24
General Support / Re: DCI Database errors
September 26, 2015, 12:43:15 AM
I do  I have many entries with "SQL query failed"...
#25
General Support / DCI Database errors
September 21, 2015, 07:36:42 PM
I have a node with a DCI issue.

I am getting the error:

'Read DCI data from server' has encountered a problem.  Cannot get data for DCI "Node Name":[1464]: database failure

I noticed this as the data from the node was displaying on a dashboard and now just shows "Cannot get DCI Value..."

I have run a database check and all passed, I have deleted and recreated the DCI collection items with no success.

Please let me know what I can do to troubleshoot this.

Thank you.

#26
Thank you Victor, I will give that a try.  It is easier than setting up different alerts and actions for each email address.

#27
Thank you Alex, that is what I came up with too.  I was hoping there was a way to alter a given rule in the event processing that would do both.  If I have to create a new rule for each container that has a different person responsible it will eventually be a lot of redundant rules with the only difference being the email destination.

#28
I have emails setup to email a user upon all critical alerts and resolution of given alerts.  Is there is method to email an additional user only for nodes within a container? 

Thank you for your assistance!
#29
Feature Requests / Client Web Access Window
July 06, 2015, 05:02:50 PM
Is it possible to alter the primary view within the Web Admin for users with only read permissions to a given container subset to not have the top tool bar and all the associated configuration options.  With read permissions they can't really do anything but it woudl be nice if it wasn't there.

This is for roll out of a Client View for our monitored devices.  I would like to make it as simple and clean for them as  possible.

Also, containers on Dashboards would be nice.

Thank you, and great software!!
#30
I didn't do anything... but I checked back on it a day later and it was working...