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

#1
General Support / Re: traffic spike
February 28, 2018, 08:59:19 AM
hello,
thanks for the help (attempt) but i'm not sure that you actually read the whole post, nor the ones you linked yourself :P
Yes I have seen both posts, but I'm looking for a better, more accurate solution and i explained why in the op.
#2
General Support / traffic spike
February 27, 2018, 12:27:40 PM
Hello,

Was wondering if any of you have had issues with snmp bandwidth polling on netxms. Huge spikes showing up at a random basis is quite annoying - whether it being because of counter resets or what not. (screenshots attached)

My question is, is there a way to bypass this? I mean i have seen similar posts and found one of the devs mentioning a transformation script, which essentially just limits the maximum value your network can handle, then returns the max bandwidth your interface can handle ie
if ($1 > 1000)
   return 1000;
return $1;
OR some sort of a fixed value you assign via script, which I'd rather not use
Anyone got any ideas? is it possible to return the last polled value if the current poll exceeded the limit? or are there any other methods /ideas? thanks in advance :)
#3
General Support / Netxms - send sms feature
February 13, 2018, 04:46:38 PM
Greetings,
One of our colleagues recommended netxms few weeks ago, so we decided to test it out on our companies Infra - and so far so good.
However, we did run into an issue today.
We tried setting up the "send sms" feature with the Portech MV-372, as referrenced in NETXMS 2.0 Administrator guide / Appendix - section "SMS Drivers"
We followed the steps and set everything up as follows (see screenshot)
where the wan port on the portech sms gateway is set to 192.168.200.12/24, nextms server hosted on localhost (192.168.200.27*/24)

Main problem is that sending sms via portech webgui works, whereas netxms does not.
We have tried various mods of SMSDrvConfig; ie
changing mode=T/P and similar.
any suggestions welcome  :)

EDIT 14.2.2018
attached debug log lvl5  (we used an actual phone number, not the imaginary one listed in the log)
again, any help or tips would be greatly appreciated.