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

#1
Same problem:
- Disabled Network discovery
- show queue as attached (0)
- Enabled Network disconvery
- Queue start to grow
- after some minutes, the nodes appear again
#2
General Support / Re: Network discovery filter scipt
April 11, 2022, 06:21:48 PM
Hi Filipp,
  The nodes are present, I delete them (as you can see in the screenshot) and after some time they appear again, without running the script
#3
General Support / Network discovery filter script
April 10, 2022, 10:39:42 PM
Hi,
this is my Network Discovery configuration:


and this is Filter::NetworkDiscovery scipt:
tracelevel=0;
trace(tracelevel, "======= Filter::NetworkDiscovery ==========");
return false;


Nodes on 192.168.150.0/24 are discovered and added to the right Zone through proxy, the script isn't runned (no log trace) and should filter all (fixed return false).

My server version is 4.0.2227

Do you have any ideas?

thanks
Alessandro
#4
General Support / Re: Dashboards and templates
April 06, 2022, 06:01:32 PM
last thing [for today  ;D 8) ]
Double scale graph are a must have for ICMP monitoring:

RED for packet loss, linked to right y axes, GREEN for response time, linked to te left y axes

Thanks
Alessandro
#5
General Support / Re: Dashboards and templates
April 06, 2022, 03:27:36 PM
Hi Filipp..
   both performace tab and dashboards lack in one point: we need to easly change the shown timeperiod of the graphs and all the timeperiods of that performance tab/dashboard should be sinconized.
I also think that could be an idea to give an option to generate a custom dashboard from a performance tab: it could be used as base for dashboard customizations.

Thanks
Alessandro

#6
General Support / Bug on CreateDCI Function
April 02, 2022, 01:24:26 PM
Hi, I think that on 4.0-2227 ther's a bug in CreateDCI Function, in docs pollingInterval parameter should be 0 for "default", but if you use it the new DCI will have 0 as pollinInterval time. If I use null all seems to be fine.
retentionTime parameter works fine with "0", but with null do strange things, randomly some DCI will have default, somother will have a blank value

Test script to test it:


NodeName="xxxxx";  //existing node name

Mynode = FindObject(NodeName);

value=%(1,2,3,4,5,6,7,8,9,10);  //new dci names

for (v : value) {
     if (!FindDCIByName(Mynode, v))
     {
      println("-------------------NEW----------------------------");
newDci = CreateDCI(Mynode, DataSource::INTERNAL, v , "TEST " . v, DCI::FLOAT, null, 0);  // <<-- null,0 = OK  // null,null = random retentionTime result // 0,0 = 0 pollingInterval set
     }
    else
    {
    println("-------------------" . NodeName . "->". v . "  ALREADY EXIST----------------------------");
    }
}


Thanks
Alessandro
#7
Hi Victor, this it a quite old post, but I think that agent still cache syslog records and SNMP traps only in memory.
Do you think that it will be possible to cache to disk some data  instead of memory? when we have long power outage on our customer site, we lost a lot of information about what's appened during the outage..

thanks
Alessandro
#8
It will be grate if we can also bind Network Map and dashboard in containers.. it will save us a lot of time and confusion :-)

Thanks
Alessandro
#9
Feature Requests / Add text document to a container
April 28, 2020, 08:13:10 PM
Hi,
  managing a lot of different customer divided by container could be a lot easyer if we coul add (and view/edit) simple text files and pdf linked into container.
We already write some information inside the comments of a container, using also dedicated container only for that, but it's not easy to maintain and access.

Thanks
Alessandro
#10
Feature Requests / Re: TR-069 support
February 20, 2020, 06:14:28 AM
Tr69 is a monitor and management protocol that extend snmp capability. Exactly as snmp it have a standard part and a vendor based part. I think that should be evalueted :-)
#11
Victor, you're right if we are talking about a full multi tenant environment, with customer single, isolated access.
But this isn't our goal: we want only grouping the information in a customer-based tree. We manage different customer, and the technician should easily open the customer tree and work on it, having all the infrastructure under eyes.

Tnks
#12
Hi,
  I think that for multi-customer use, we should have another kind of container rapresenting a single customer that could contain in an unique position: Zone/networks, object contaniner, network maps, dashboards and graphs. In this kind of macro container, it will usefull to add documentation files, like photos, docs etc

thanks
Alessandro
#13
Quote from: Filipp Sudanov on January 29, 2020, 01:02:56 PM
You could create Hook::ConfigurationPoll script and change icon for node with NXSL script. It is necessary to specify GUID of image, currently in image library GUIDs are not visible, but will be visible starting from version 3.2 that should be out soon.
Hi Filipp, I'm trying to to exactly what you wrote.. can you link some documentation or (better) one example?
thanks

Alessandro
#14
General Support / Re: Local Command can not find file
January 29, 2020, 01:09:46 PM
Hi, you have to double the '\'
try "C:\\Program Files (x86)\\WinBox"

Alessandro
#15
+1