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

#1
General Support / Syslog Parse
November 11, 2021, 03:04:42 PM
Hi everyone,
First of all I am new in Syslog parse  :)
I would like to parse the following Syslog msg:
firewall,info New DDOS attacker block-ddos: in:pppoe-GO out:br_servers, proto TCP (SYN), 62.171.142.116:47878->10.11.0.4:80, NAT 62.171.142.116:47878->(195.158.101.163:80->10.11.0.4:80), len 60

These is my Regual Expression
.*New DDOS attacker block-ddos: in:(.*) out:(.*), proto TCP (SYN), (.*):.*->(.*):.*

However this is not working could you help me with this. Can u help me with this one, I am new to Syslog parse.

Thanks for any help
#2
General Support / NetXMS Agent for FreeBSD
November 22, 2020, 06:43:12 PM
Hi everyone,

Recently i recognized on the Netxms website they say there is a supported agent for FreeBSD
This is where i found it:
https://www.netxms.org/documentation/adminguide/installation.html
But i could found anyhwere.
I know there is a way to compile myself but i dont want to install on my TrueNAS("FreeBSD") server all the required compiling stuffs.
So could you please provide me a link where can i found the agent for FreeBSD.
Thanks for any kind of help and have a nice day. :)
#3
General Support / Thread "Syncer Thread" is not responding
September 20, 2020, 11:04:14 AM
Hi everyone,
I am having some issues with the netxms server.
Everyone 5-6 hrs my netxms server sending me an error with this event "Thread "Syncer Thread" is not responding"
I found this forum post

"https://www.netxms.org/forum/general-support/syncer-thread-flapping/"

but i did as they said but it didn't fixed the error.
If anybody faced the same issue and they found a way to fix,
I would really glad to him/her.
Here are some ping measure that i took

Between the DB server and mysql the ping is less then 1 ms.

I also have a gitea connected to this DB and with that i have no issue at all
Thanks for your answer
#4
Hi everyone

I currently working on a small project with some mates and somehow i need to monitor a PC which are outer then my network
My network (Server Network)
10.6.1.0./24  Here is the netXMS server

And what i want to monitor is behind a NAT network not in my house this is far away from my home.
How i could done this

Thanks and Best and Regards
#5
General Support / Run ssh command through agent
April 07, 2019, 09:41:23 PM
Hi every one

I would like to to run a ssh command through my agent as a script
I puted the subagent in the nxagentd.conf
SubAgent = ssh.nsm

I tried this

Ssh.command(ip,"username","password","reboot now")
and i got back this

Error 11 in line 1: Function not found

Does anybody have any idea why this dont want to work?
Thanks for any help
#6
Feature Requests / Automatic binding to a container
March 17, 2019, 08:42:18 PM
Hi everyone

I want to create an automatic binding to a container

This is how my object tree look like

--Entire Network

--Infrastructure Services
      --MainServer
      --others
      --routers
   

What i want to do is to bind all of the nodes to the (others container) from the Entire Network but its really importent to me that do not bind those nodes which are inside the (MainServer and routers) containers.
Thanks for any kind of help