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

#106
Hi again.

Why this alarm indicates that mask is wrong and should be the same?

Best regards.
#107
Hi!

Suppose we have two tabs open: Object Details tab and Alarm browser tab. When I close Alarm brower tab, Object Detail tab is restored improperly (see image attached).

Best regards.
#108
General Support / Capabilities box nxmc bug
March 02, 2011, 09:34:02 AM
Hi!

Object Details tab: in larges system description nodes, Capabilities box is lost . Wrap string should be applied to General box.
Perhaps Capabilities box would be under General box.

Best regards.
#109

QuoteCheck "Capabilities" box on overview page - there should be "Yes" in from of isCDP attribute.

Apologies for my intrusion. But, please where is "Capabilities" box on overview page ?
My Attributes section is empty.

Best regards.
#110
Announcements / Re: NetXMS 1.1.0 released
March 01, 2011, 02:51:12 PM
Hi.

I tested new management console from windows and it is great. IP neighbors option is impressive  :o.
How can I use new management console from Linux?
What is server jobs?
What is policies?

There are very few features not yet implemented.

Congratulations, very great job!

Best regards.
#111
General Support / Re: Complex container status
March 01, 2011, 02:46:39 PM
Hi Victor,

Of course, by using two or more conditions!. I would have never come to mind :-[.

Now, desired container status work fine.

Thank you very much again.
#112
General Support / Re: Complex container status
February 24, 2011, 01:44:30 PM
Hi.

A and B are routers nodes.
"Location" is a container for A and B nodes: the city where they are located.

Next table show status for "Location" container, based in A and B nodes statuses:

If node A change to               Normal      Normal      Critical         Critical
If node B change to               Normal      Critical      Normal         Critical
Location status must be     Normal     Normal     Minor          Major
.

However, I believe that a condition should be able to change his status to the same status returned from his own script.

Best regards.
#113
General Support / Complex container status
February 23, 2011, 03:29:02 PM
Hi again!

My network provider supplies me a main 100 Mbs bandwith line (A) and a backup 10 Mbs bandwith line (B) for a given location.  I need status container follow:

A status Up Up Down Down
B status Up Down Up Down
Location status Normal Normal Minor Major


I have created a condition under same container of A and B, with next condition script:

//trace(0,$1);
//trace(0,$2);
if ($1>0){
if ($2>0)
return 3; //Return MAJOR
else
return 2; // return MINOR
}
return 0; // return NORMAL
// blank last line is required for elude:
// syntax error, unexpected '/', expecting $end



Please, is there any way to change condition active state defined in General tab, from inside script?
Please, is there another way to get needed states?

Thanks in advance.
#114
General Support / Re: nxmibc error compilation
February 23, 2011, 12:04:09 PM

Now all work fine.
Great, fast and perfect reply (as always), your support pokes out in the eyes from commercial products... ;)

I will sent .rar mibs for Fortinet firewalls and HP Procurve switches.

Thx
#115
General Support / Re: nxmibc error compilation
February 22, 2011, 12:25:49 PM
Thank you very much.

I get several errors when I do this gcc compilation:
gcc -Wall -o nxmibc -I../../include lex.yy.c y.tab.c

What is the proper way for gcc compilation?
#116
General Support / Re: nxmibc error compilation
February 19, 2011, 07:56:33 PM
Hi there,

Okay, I would  like you please post here a patch for a Linux server   :).  One thing I would like ask you about nxmibc: compilations are cumulatives (overwriting previous if it was already) or each new compilation remove all above?

Thank you very much for your help.
#117
General Support / Re: nxmibc error compilation
February 18, 2011, 03:48:24 PM
By the by, I'm trying to compile all these CISCO mibs, downloaded from official
ftp://ftp.cisco.com/pub/mibs/v2/ and I am getting several others compilation errors.
I can not attach large prepared .rar
#118
General Support / nxmibc error compilation
February 18, 2011, 02:59:54 PM
Hi,

nxmibc tool can not to compile the mib declaration following :

       MODULE MANDATORY-GROUPS {zoneConfigurationGroup,
                                 zoneStatisticsGroup,
                                 zoneNotificationControlGroup,
                                 zoneNotificationGroup}

It display this complaint:
./CISCO-ZS-MIB.txt: ERROR 003: Parser error - syntax error, unexpected LEFT_BRACE_SYM, expecting ASSIGNMENT_SYM or MODULE_SYM in line 3387

You can try to compile attached file.


Best regards.
#119
Polls / Re: Preferred Client
February 11, 2011, 11:12:47 PM
Interesting opinion about NetXMS in: http://ipinfo.info/html/network_management_software.php  ;)

"...If NetXMS would have a unified web interface instead, it could become a killer application."

Best regardars.
#120
General Support / Re: Macros for DCI description
February 11, 2011, 11:02:10 PM
Hi Victor,

Thanks for your support, is greatly appreciated for me.

Kind regards,