News:

We really need your input in this questionnaire

Main Menu
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 - kronicklez

#1
General Support / Re: NetXMS not support /31
March 26, 2025, 07:39:50 AM
Hi Filipp,

The alarm keep coming back after 1 hours. 

Appreciate if u can take look this issue.

Thanks
#2
General Support / Re: NetXMS not support /31
March 25, 2025, 10:09:34 AM
Hi Filipp,


Below is the output after i execute that script.

Subnet 10.0.0.0/8 (200)
Subnet 128.0.0.0/2 (201)
Subnet fec0::/64 (202)
Subnet 1200:3a::/112 (620)
Subnet 105.10.10.0/30 (628)
Container PE-Juniper (695)
*** FINISHED ***
Result:
#3
General Support / Re: NetXMS not support /31
March 25, 2025, 08:21:40 AM
Hi Filipp,


Do u mean just copy paste this command "for (p : $object.parents) println(classof(p), p.name .. " (" .. p.id .. ")" );"  at which text box when i already click "execute script" need to paste? It have three textbook "script from library", "parameters" and "source".


Thanks and appreciate your guide.
#4
General Support / Re: NetXMS not support /31
March 24, 2025, 03:16:23 AM
Hi Filipp,

May i know where to go to "context menu" tab? Is it select device and right click then choose "execute server script"?

Thanks and appreciate your feedback
#5
Hi Alex,


Mean this step  vim start.d/ssl.ini # change keyStorePath and keyStorePassword to match your keystrore just optional right incase i just remain with http only. After i skip that step then i just continue with step below right? If yes then i has complete it but when i try open in browser http://ip-address/       it cannot show anything. Is there any step that i miss? Appreciate your guidance.


curl -o webapps/ROOT.war https://netxms.com/download/releases/5.1/nxmc-5.1.4.war # download war file to webapps/ROOT.war, so app will be available at /
java -jar /opt/jetty-home-12.0.17/start.jar # test that it runs

useradd -r -s /sbin/nologin jetty # create user so we don't run it as root
systemctl edit --full --force netxms-web.service # create service, paste sample from bellow
systemctl enable --now netxms-web.service # enable autostart and start immediately



#6
Hi all,

Anyone can guide for this issue?

Thanks
#7
Hi,

Is it under "Infrastructure Service"? I cannot get the snapshot that u share.

Thanks and appreciate your feedback
#8
General Support / Re: NetXMS not support /31
March 21, 2025, 03:59:31 AM
Hi,

I just check the /31 not display in subnet object so i dont know how to delete it. All the device discovered has been put into container.

Thanks and appreciate your feedback
#9
Hi all / expert,

May i know is it any other way we can make the Netxms do automatic create DCI for example when we discover snmp it will automatically create graph for CPU, interface utilization, protocol and etc similar like other open source NMS. 

Thanks and appreciate other feedback

#10
Hi Alex,

May i know  vim start.d/ssl.ini # change keyStorePath and keyStorePassword to match your keystrore --> this keyStorePath and keyStorePassword refer to which info?


I'm use ubuntu server 22.


Thanks and appreciate your feedback
#11
General Support / Re: NetXMS not support /31
March 14, 2025, 03:56:50 AM
Hi Victor,

I'm already install version 5.1.4. But the issue still same. Can u verify it.

Thanks
#12
Hi Alex,

Noted. Thanks for detail steps. Let's me try and revert back if i facing the issue.


Thanks
#13
Hi Alex,

Sorry to disturb u. When u said " deploy it into java application server (e.g. Jetty9-12 or Tomcat9)"   is it means we need to deploy another new server? Sorry i'm not get what u suggest. Can u share the url so i can try read to understand it? 

Thanks
#14
Hi all,

May i know whether we can open the Netxms using browser? I means dont need to install client. Our use cases was the credential extend to our customer. But customer dont want to install any client software.

Thanks and appreciate any freedback 
#15
Hi,

Quote from: Filipp Sudanov on February 18, 2025, 05:17:04 PMI'd guess something wrong with how editor is configured in the system. You can try configuring that with:

update-alternatives --config editor

Currently i'm using nano. Is it issue using nano?

root@ubuntu22:~# update-alternatives --config editor
There are 4 choices for the alternative editor (providing /usr/bin/editor).

  Selection    Path                Priority  Status
------------------------------------------------------------
* 0            /bin/nano            40        auto mode
  1            /bin/ed            -100      manual mode
  2            /bin/nano            40        manual mode
  3            /usr/bin/vim.basic  30        manual mode
  4            /usr/bin/vim.tiny    15        manual mode