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

#121
General Support / Macros for DCI description
February 10, 2011, 03:36:27 PM
Hi all.

How I can insert a macro substitution into a normal DCI description field?

I wish to carry parameter DCI {instance} content, into nomal DCI description (no template), without copy-paste it.

Best regards.
#122
To handle a large amount of objects could also be interesting to have a special tool to read a formatted text file and load it on the NetXMS server in batch mode.
#123
Hi Victor, thanks for your reply.
I completely agree with you, event processing policy is the best place, but now the binding process should be made by calling corresponding function from script.
I'm trying to use NetXMS in a fairly extensive network (more than 400 locations) and manual deployment work (object by object) is quite hard, since many of data to be incorporated into NetXMS come from external data sources.
It would be extraordinary through scripts we could automate any action we can do through menu options: create, modify, binding, removing objects, ...and if it were possible to read and write text-delimited files on the server, we could do anything in NetXMS. Sounds great.
Best Regards.
#124
General Support / Re: SNMP TRAP ENABLING
February 09, 2011, 03:36:55 PM
Linux snmptrap, snmpinform commands sends an SNMP notification to a manager. Other devices can be configured to send traps to NetXMS server.

In adition, You can use this topic as a reference: https://www.netxms.org/forum/configuration/how-to-configure-snmp-traps-from-my-emc-box/.
Best regards.
#125
Hi all,

It would be great if NetXMS could create containers, conditions, nodes, bind objects, etc., within a Auto Bind filter script  :o. In this way, we could not only filter by IP, but after create a group of containers will hold node, customize and autobind it. So automatic network discovery would be complete.

For example, suppose I want self-discovery a node IP 192.168.1.100, and when it has been discovered, NetXMS create a new node name "New Node", just under a "Routers" existing container, but previously creating two sub-containers "City -> Zone" hanging from "Routers".
My desire Auto Bind script could be something like:
If $ node->ipAddr == 192.168.1.100    {
   CreateContainerGroup ("Services.Routers", "City",)   //Step by step
   CreateContainerGroup ("Services.Routers.City ","Zone ",)   //Only one step
   CreateNode ("Services.Routers.City.Zone"," New Node ", 192.168.1.100);
   return 1;   //Apply Auto Bind
   }

return 0;   //Nothing to do

This will require a few new functions for Accessing Object Data:
CreateContainerGroup (<path from root>, <container name>, <bind to object name>)
CreateNode (<path from root>, <node name>, <ip address>)
CreateCondition (...
...

I hope someone else had this need.

Thanks in advance
#126
Polls / Re: Preferred Client
February 02, 2011, 01:55:03 PM
Hi all,

The web based console, provides the additional benefit of being able to access NetXMS server from any location, unique for all platforms. In addition, it allows automate certain tasks via pluggins browser, such as iOpus iMacros plugin. In this way we could record and replay repetitious work, export data from NetXMS, import data to NetXMS from external databases or files,...
In my opinion, you should focus all efforts on the web console.

Best regards
#127
General Support / New versiĆ³n is coming out?
June 15, 2009, 03:55:03 PM
Does this mean that new version will be released in late June?
We are eager ... :o

Best regards.
#128
General Support / Automatic actions
May 14, 2009, 02:57:49 PM
Hello!

   
How can I automatically replace node names and their comments whether with SNMP OID or with Sugar Community Edition database information, during discovery or later?

Is there something similar to zabbix actions discovery based?

Thanks in advanced.
#129
Ok. Thanks for the explanation.  ;)
Now it complete auto bind/apply. But it takes a few minutes. Is there any parameter in server configuration that I can setting to make it faster?

Quote...$node variable is an object, and you need to compare it's name attribute.

What other attributes for $node object? Some other usefull objects->attributes for auto bind/apply operations?


Best regards.
#130
General Support / Auto bind and auto apply script
May 13, 2009, 12:30:44 PM
Hello again.

I am trying to prove automatic template application and automatic node binding to containers based on filters (node name begins with "FG100A") and do not work none of these filters:

Quotesub main()
{
return left($1,6) = "FG100A" ? 1 : 0;
}

Quotesub main()
{
return left($node,6) = "FG100A" ? 1 : 0;
}

Quotesub main()
{
return left($node,6) = "FG100A" ? $node : 0;
}


What is wrong?
Thanks in advanced
#131
Do you have considered if feasible reuse WilmaScope code?
http://wilma.sourceforge.net/

Best Regards.
#132
Hello!.

You can see dima-u user profile. Last Active: October 02, 2008, 02:55:39 pm.
I sent him this e-mail on March 23, 2009 and so far has not reply:

QuoteHi, thanks for the great mapping, it is full of possibilities.

Are you planed to abandon map project? Are you planed publish sources for integration with NetXMS project?

Thanks in advance.


Best regards.
#133
Hello!

Quote...we are working on recovering rest of the data (mostly forum)

Any news about this?. Some information was certainly valuable.

Best regards.
#134
Hello.

Are you planned Application Dependency Mapping and End User Experience Monitoring implementation at some future point for NetXMS?
These are a couple of interesting references for it:
http://www.itsmwatch.com/article.php/3718406
http://www.wearebsm.com/managed_objects/2008/08/end-user-monitoring-experience.html

And this is an interesting exposition about The Four Dimensions of Application Performance Monitoring:
http://www.tidalsoftware.com/downloads/files/www.tidalsoftware.com/downloads/intersperselaunch/player.html



Best regards.