News:

We really need your input in this questionnaire

Main Menu
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

#661
General Support / snmp configuration
October 16, 2011, 07:13:12 PM
hi,

i need a clarification on this subject:
1. what are parameters in "snmp trap mapping" ? are those varbinds ? if so,i have added 1 param. and i have told him to take it by position of 1 but the param number is 2, does that mean that it will take varbind 1 from the trap and tag it is netxms parameter num.1 ?
2. following th example i have given in the above section i have created an event with %1 in the message field and i have created a corresponding event in the event processing and i got an alarm without the message and only when i changed %1 to %2 as corresponded to the 1st section i got the alarm, should there be a correlation between the parameter number in the snmp trap template and the %# in the event template ?
3. if all the above is true, what does the %1 from the snmp trap contains and why can not i start the parameters in the varbinds from 1 to match the parameter's number to the varbind number ?

Thanks,
Lindeamon
#662
Feature Requests / event processing
October 16, 2011, 06:48:10 PM
hi,

since creating a policy is made of several components which can be exported, there is got to be a way to export the event processing data since unlike hp openview it is stored within it's own and not in the event or trap configuration.

lindeamon
#663
hi all,

i have attached a template for printer's cartridge.ihave not tested it on different kind of printers but i believe that it will work without any problems.

enjoy
#664
ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

i will give this a try cause i think i have tried it before and it did not worked.

Best Regards,
Lindeamon
#665
hi victor,

apparently the disk.used parameter did not show up when i listed the available parameters of an agent,why is that ?
wasn't the tool "supported parameters" suppose to show me that ? if it wasn't for this post i would have never known that there are parameters that are enabled but not listed.
this help me a lot cause instead of creating a startup script for mapping a drive and then check it now i am free to apply this check on any agent i want.

Best Regards,
Lindeamon
#666
General Support / Re: Polling Definitions
October 04, 2011, 11:50:19 AM
thank you victor,

will this be repaired in the versions to come or should i remember this for the future ?

Best Regards,
Lindeamon
#667
General Support / Re: Polling Definitions
October 04, 2011, 10:36:16 AM
here is the exact script:

sub main()
{
return ($node->snmpOID == ".1.3.6.1.4.1.9.1.516");   //(this is the oid of the cisco 3750 switch)
}


now it bind all of the nodes having this oid but it also adds nodes whith this oid .1.3.6.1.4.1.789.2.3 (this is the oid of netapp fas270).
#668
General Support / Re: Polling Definitions
October 03, 2011, 06:51:37 PM
sorry but i was wrong.deleting the trailing dot unbinded everything.back to square 1.
#669
Feature Requests / Java Console - Clusters
October 03, 2011, 06:36:56 PM
hi,

there is no option to resize the resource section of the cluster and therefor i can see only 1 line of the resources while the diagram takes more space then it needs

thanks'
lindeamon
#670
General Support / Re: Polling Definitions
October 03, 2011, 06:20:14 PM
found the problem to my 2nd post and the problem was that the oid is written in the node's properties with a trailing dot as it should but the this dot confused the script.
still need an answer to my 1st post

10x,
lindeamon
#671
General Support / Re: Polling Definitions
October 03, 2011, 05:58:23 PM
i have created a container and added an auto bind rule as follows:

sub main()
{
return ($node->snmpOID == "<oid number>");
}

but other nodes with different oid's were binded too,how come ?

10x,
Lindeamon
#672
General Support / Polling Definitions
October 03, 2011, 05:33:11 PM
hi,

how can i disable the agent polling for all the switches instead of checking it 1 by 1 ?
10x,
Lindeamon
#673
Announcements / Re: NetXMS 1.1.5 released
October 02, 2011, 11:47:08 AM
hi victor,

the npi files are not on the server.

10x,
lindeamon
#674
General Support / Re: createing dci's
September 28, 2011, 04:01:41 PM
thanks a lot,how come i did not think about it ?

Best Regards,
Lindeamon
#675
General Support / createing dci's
September 27, 2011, 04:58:59 PM
hi,

i have found two parameters that i can create dci's for them via snmp regarding the printer's toner and i want to create one dci which will give the percentage of the remaining toner based on those 2 dci's,how can i do it ?

lindeamon