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

#571
Feature Requests / Message
January 07, 2012, 11:35:08 AM
hi,

it would be great if there was a possibilty to double click the message or event or snmp trap and etc. and see all the relevant info like you see in the hp openview when one double clicks the message.

Best Regards,
Lindeamon
#572
Feature Requests / Message Key
January 07, 2012, 11:32:47 AM
hi,

i have come to realize that the message key is no where to be found other then the "event processor" and that is not right.
it would be great to be able to see it int the event log or anywhere that it is relevant.
to continue this line of thought, i think that there should be the possibilty to add columns of chosen.

Best Regards,
Lindeamon
#573
General Support / 1.1.7 Release - sub agnets
January 07, 2012, 11:28:37 AM
hi victor,

one of the changes u made on the last release is "Added possibility to run different subagents under different user accounts", how do i do that ?

Best Regards,
Lindeamon
#574
Announcements / Re: NetXMS 1.1.7 released
January 05, 2012, 11:50:30 AM
can't wait till Sunday morning to install and test.

Best Regards,
Lindeamon
#575
Announcements / Re: NetXMS 1.1.7 released
January 04, 2012, 03:33:14 PM
hi victor,

when the new version will be released.

Best Regards,
Lindeamon
#576
Feature Requests / Events
January 01, 2012, 01:53:55 PM
hi,

if my memory serves me correctly there is no place to see the alarm key of an alarm and i think that it is something that should be

Best Regards,
Lindeamon
#577
General Support / Re: cannot install netxms webserver
December 27, 2011, 02:34:39 PM
i think victor answered your questioned.
Quote from: Victor Kirhenshtein on December 25, 2011, 01:19:51 PM
Sorry, I forgot to mention it - in 1.1.x correct configure option is --with-webui instead of --with-nxhttpd.

Best regards,
Victor

#578
General Support / Re: Alarms
December 27, 2011, 12:31:01 PM
thank you very much

Best Regards,
Lindeamon
#579
General Support / Re: Alarms
December 27, 2011, 11:49:39 AM
hi victor,

thank you for the clarification although there is one thing i do not understand.
do i have to begin the script with:
sub main()
{
}

and then write the other functions i want to use ?

Best Regards,
Lindeamon
#580
Feature Requests / Re: Java Console - Script Library
December 27, 2011, 11:42:38 AM
hi victor,

thank you very much.
i hope it will replace it too but it would be nice if will keep the old console just for comparison.

Best Regards,
Lindeamon
#581
General Support / Re: Alarms
December 25, 2011, 05:48:18 PM
hi victor,

it worked.
now, i do not understand why i had to do it like this,can you break down the syntax for me ?
for exm., i understand that "use XXXXX" will use the XXXXX script and the "return XXXX" is transferring what ever is in the () to the script but what i do not understand is why i had to do the last change you recommended ?
when i do this configuration the used script become the name of the function ?

Best Regards,
Lindeamon
#582
General Support / Re: Alarms
December 25, 2011, 02:32:17 PM
and i forgot to mention that once i have tried the above configuration the server crashed.
#583
General Support / Re: Alarms
December 25, 2011, 02:25:54 PM
hi victor,

no luck.
i have created 2 scripts:
1. the main script for converting called "CISCO_Config_Event_Config" and it's syntax is:
    sub main(e)
    {
    switch(e)
    {
    case 3: return "running";
    case 4: return "startup";
    }
    }
2. the event #3 param script called "CISCO_Config_Event_Source" and it's syntax is:
    use CISCO_Config_Event_Config;
    return CISCO_Config_Event_Config($event->parameters[3]);

in the event i have configured like this:
%[CISCO_Config_Event_Source]

and nothing works.where is my problem ?

Best Regards,
Lindeamon
#584
General Support / Re: Alarms
December 25, 2011, 01:51:04 PM
hi victor,

i think i understand.i will give it a try.
b.t.w - a feature request regarding this subject - the ability to copy/paste scripts.

Best Regards,
Lindeamon
#585
Feature Requests / Java Console - Script Library
December 25, 2011, 01:37:19 PM
hi,

there is no "rename" ability to rename scripts in the java console.
when will the java console include all the old features of the native console ?

10x,
Lindeamon