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

#1
stratum@HOU-L1-RPI-1:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy

Thanks!
#2
Trying to do as the subject states.

Following the steps on the download page produces the errors below.  What am I missing?

Thanks

stratum@stratum-desktop:~/Downloads$
stratum@stratum-desktop:~/Downloads$
stratum@stratum-desktop:~/Downloads$ wget https://packages.netxms.org/netxms-release-latest.deb
--2024-04-04 20:59:59--  https://packages.netxms.org/netxms-release-latest.deb
Resolving packages.netxms.org (packages.netxms.org)... 104.21.52.110, 172.67.198.50, 2606:4700:3031::6815:346e, ...
Connecting to packages.netxms.org (packages.netxms.org)|104.21.52.110|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5600 (5.5K) [application/octet-stream]
Saving to: 'netxms-release-latest.deb'

netxms-release-latest.deb                  100%[=========================================================================================>]  5.47K  --.-KB/s    in 0.001s

2024-04-04 21:00:00 (4.03 MB/s) - 'netxms-release-latest.deb' saved [5600/5600]

stratum@stratum-desktop:~/Downloads$ sha256sum netxms-release-latest.deb
18db187d42946041ff5edfccd53982f309747420bf1374432713ace0029e34fa  netxms-release-latest.deb
stratum@stratum-desktop:~/Downloads$ sudo dpkg -i netxms-release-latest.deb
Selecting previously unselected package netxms-release.
(Reading database ... 151279 files and directories currently installed.)
Preparing to unpack netxms-release-latest.deb ...
Unpacking netxms-release (1.12) ...
Setting up netxms-release (1.12) ...
sed: can't read /etc/apt/sources.list.d/netxms.list: No such file or directory
sed: can't read /etc/apt/sources.list.d/netxms.list: No such file or directory
stratum@stratum-desktop:~/Downloads$
#3
General Support / Re: NetXMS Grafana Plugin
March 18, 2024, 11:58:13 PM
Hi Victor,

Has there been any progress on this?

I'm afraid to upgrade my Grafana for fear of losing the NetXMS abilities!

However, I've recently run into an issue where any queries from Grafana peg the CPU at 100%.

It seems to make at least 5 sessions for each refresh of the page!

As you can see, I don't have a very large installation and this has been fine up until very recently.  Memory is only using about half of 16GB.

Thanks!

#4
General Support / Re: NetXMS Grafana Plugin
August 31, 2023, 01:55:14 AM
Can we please get a reply to this?  The Grafana site says it will be removed completely in 2024.

https://grafana.com/docs/grafana/latest/developers/angular_deprecation/

When will Angular plugins stop working?
Our goal is to transfer all the remaining Angular code to the core of Grafana before Grafana 10 is released in Summer 2023. Once this is done, the option "angular_support_enabled" will be disabled by default for new Grafana Cloud users, resulting in the inability to use Angular plugins. In case you still rely on AngularJS-based plugins developed internally or by the community, you will need to enable this option to continue using them. Following the release of Grafana 10 we will be migrating Grafana Cloud users where possible and disabling Angular support when appropriate, we will also be introducing new features to help all users identify how they are impacted and to warn of the use of deprecated plugins within the Grafana UI.

When will we remove Angular support completely?
Our plan is to completely remove support for Angular plugins in version 11, which will be released in 2024. This means that all plugins that depend on Angular will stop working and the temporary option introduced in version 10 to enable Angular will be removed.

Thanks!
#5
General Support / Re: Report server - Windows
August 12, 2022, 06:23:49 PM
Can I please get some help with this?
#6
General Support / Re: Report server - Windows
August 09, 2022, 04:28:42 PM
Can I please get some help with this?
#7
General Support / Re: Report server - Windows
August 02, 2022, 02:04:15 AM
How do I make a connection to the database?

Is that a data adapter?  What type / settings do I use?
#8
General Support / Re: Report server - Windows
August 01, 2022, 08:43:13 PM
Thank you.

I now have the reports in the console and can run the sample reports.

How do I create a new report?

How does Jaspersoft studio know what fields are available?  Does it need to / can it connect to the database directly?

Or do I just have to build my own query, replacing this line and write the XML to display it?

<![CDATA[SELECT id, name, full_name, description, email, phone_number FROM users ORDER BY name]]>

My goal is to create a report to list the quantity of each type of device in the entire organization.

Thanks
#9
General Support / Re: Report server - Windows
July 31, 2022, 07:11:27 PM
Quote from: Alex Kirhenshtein on July 31, 2022, 01:47:36 PM
Check this repo: https://github.com/netxms/sample-report

Thank you for the link.  Can you let me know where this is in the documentation?  Did I miss something?

What do I do with it?  I was able to get Maven to compile the .jar files.  I placed them in what I think is the correct place, see photos below.

After restarting the core service along with the reporting service, I still have an empty report navigator window.

Thanks
#10
General Support / Report server - Windows
July 30, 2022, 03:42:50 AM
This is a continuation of this thread:
https://www.netxms.org/forum/general-support/install-report-server/15/

Based on what I can find, the report server is now included in the main NetXMS installation.  I'm currently on 4.0.2157 and after reading one of the other threads (not the documentation), learned that I had to install Java 15 on the server itself.  I now have a report navigator window (again, something I learned from a forum post, not the documentation) that looks like the attached image.

The last response on the thread linked above said I had to create the reports myself.  I have no idea how to do that, or where to put the files (on Windows) that previous post is referencing to even begin to try and make my own.

The documentation that is available: https://www.netxms.org/documentation/adminguide/reporting.html, references using Jaspersoft Studio, although the documentation states "Simplest way to create jar files are using Maven, empty project is provided in samples archive.".  Which is it?

Samples archive is not linked, where is this archive?  The documentation only talks about the format of the file expected, and not how to create it.

I downloaded Jaspersoft Studio, and have no idea what do do from this point.  Am I supposed to connect to the NetXMS DB with a data adapter?

Thanks
#11
General Support / Re: MIB parsing errors
June 17, 2022, 11:49:59 PM
Thanks for the guidance!

I corrected that error, and found about 4 more, plus another line that was commented out that it required.

I passed all this info along to EnGenius so hopefully they can fix their MIB generator.

#12
General Support / MIB parsing errors
June 16, 2022, 04:02:42 AM
Having issues loading an MIB for EnGenius WiFi AP.

I've had these in the past with other devices, and I remove a few offending lines, and it seems to work.  However, when I do that, it just keeps failing.

What am I missing?

Thanks!

C:\NetXMS\share\mibs\ENGENIUS-PRIVATE-MIB-EAP1300.mib.txt: WARNING 007: Object identifier started with uppercase letter in line 363
C:\NetXMS\share\mibs\ENGENIUS-PRIVATE-MIB-EAP1300.mib.txt: WARNING 007: Object identifier started with uppercase letter in line 527
C:\NetXMS\share\mibs\ENGENIUS-PRIVATE-MIB-EAP1300.mib.txt: ERROR 003: Parser error - syntax error, unexpected RIGHT_BRACE_SYM in line 1279
#13
General Support / Re: WebAPI v4
April 15, 2022, 12:42:50 AM
Thanks!
#14
General Support / WebAPI v4
April 13, 2022, 05:03:31 PM
After moving to version 4 of NetXMS, the API no longer works connecting Grafana to NetXMS.

I've completely removed and reinstalled it according to the wiki page:

https://wiki.netxms.org/wiki/Deploy_NetXMS_WebAPI_using_the_WebUI_Windows_installer_(Windows_only!)

The windows installer puts all of the files in C:\NetXMS-WebUI.

The instructions weren't 100% specific, like what to do with the nxmc-4.0.2227.war file that is downloaded.  I assume you rename it to webapi.war, as has been done in the past and noted in the jetty-web.xml file.  If we can get the wiki updated with this information, that would be helpful.

I've got it working somewhat, and when I go to http://localhost:8080/webapi, it redirects to http://localhost:8080/webapi/nxmc-clarity and provides the web login page.

What am I missing?

Thanks!
#15
Victor, that seems to have done it... not sure how it became empty, but it's all quiet now.

Thanks!