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

#796
General Support / Re: Filter Script
May 18, 2011, 07:48:31 AM
hi victor,

thanx a lot for your help.
one last question though, is there a way to do this in a loop where the subnet ip addresses will be declared at the beginning and  the script will check all of them until a match found ?

something like that:

a="xxx.xxx.xxx.xxx"
b="yyy.yyy.yyy.yyy"

do...until
return AddrInSubnet($1->ipAddr,a,"255.255.255.0");

thank u
#797
General Support / Re: Filter Script
May 17, 2011, 01:35:26 PM
hi victor,

when i am trying to select a network discovery filter script the "select" button does not work, why is that ?
i have created a script with the name Filter::xxx ,is that the name i should enter in the script name param. or should i enter just xxx ?

10x alot,
lindeamon
#798
General Support / Re: Filter Script
May 17, 2011, 01:31:41 PM
sub main()
{
  return AddrInSubnet($1->ipAddr,"xxx.xxx.xxx.xxx","255.255.255.0) ||
  return AddrInSubnet($1->ipAddr,"xxx.xxx.xxx.xxx","255.255.255.0);
}
#799
General Support / Re: agent deployment
May 17, 2011, 12:15:53 PM
hi victor,

isn't there a way to do it with action command running the agent file from a shared network drive when a new node is added and one of it's attributes is "win-i386" ?

10x
#800
Feature Requests / Help File #new
May 16, 2011, 03:43:54 PM
hi,

the thing i found needed the most is the help file and this are my requests:

1.incorporate it into the installation package.
2.if it is possible, turn it into windows help file.
3.give more examples.
4.structure the info in a logic way.

and so forth...

10x,
Lindeamon
#801
General Support / agent deployment
May 16, 2011, 02:32:49 PM
hi,

can anyone tell what is the best way to deploy a windows agent ?
for me,the ultimate way is to deploy it via the netxms program but it is possible only to deploy to already installed agents

10x,
lindeamon
#802
General Support / zoning
May 16, 2011, 02:24:39 PM
hi,

what is zoning in netxms ? what does it mean to enable support for management zones ?

10x
#803
General Support / winperf.nsm options
May 16, 2011, 02:11:09 PM
hi,

where can i find all the posibilities to the winperf.nsm other then the "default" mentioned in the user manual ?

10x,
lindeamon
#804
Hi Teddy,

I have 2 possibilities for u:

1. MailEnable
2. Argosoft

both of those programs have free edition and standard installation wil provide u with the solution u need
#805
General Support / Agent Config
May 16, 2011, 01:58:58 PM
Hi,

is there a way to use the program to copy the eventlog parsing file when an agent's template is applied ?

10x,
Lindeamon
#806
General Support / Filter Script
May 16, 2011, 01:50:55 PM
hi,

i am trying to create a network discovery filter script which will include several "AddrInSubnet" of several different subnets.
i have managed to create a script with the return function but after reading the use manual i have come to realize that this is not the solution.
can anyone help ?

10x,
Lindeamon