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 - Dani@M3T

#391
We also have a fritzbox in one site. How does your script works? telnet or UPnP?
#392
Does anybody else see this behavior?
#393
Announcements / Re: NetXMS 1.2.12 released
February 20, 2014, 07:50:45 PM
that works. thank you
#394
Announcements / Re: NetXMS 1.2.12 released
February 20, 2014, 07:01:02 PM
Hi Victor
Is there some kind of workaround to upload images in the meanwhile?

thanks, Dani
#395
I tested the same again on NetXMS V1.2.12. Still crashing the agent.
#396
Announcements / Re: NetXMS 1.2.12 released
February 19, 2014, 10:18:56 PM
I just updated to V1.2.12 (on linux 64bit from sources). When I want to upload a new image to the Image Library, I get the error 'Access denied'. I checked then the user group for the new permission 'Manage Image Library', but there is no such item in the list (in java console). See attached printscreen.
#397
thanks for this 'workaround'. But in my opinion this is not very elegant, it's inconsistent. All DCIs of a node are managed by there own 'custom schedule', only for 'status' we need an event processing policy. A 'custom schedule' for the status of a node would be a good feature. Or maybe SYS_NODE_DOWN event could be triggered by the 'status' DCI, so the 'custom schedule' of this DCI could be used.
#398
I have defined on a node a Network Service type=HTTPS, Port=5001 (custom port). With the first poll the nxagentd crashes.

Request is: $node:\index.html
Response is: ^HTTP/1\.[01] 200.*

server is V1.2.11 on Linux. Debug log (D= 9) of agent on the NetXMS server shows:

---
[07-Feb-2014 12:39:49.436] [DEBUG] [session:1] Received message CMD_CHECK_NETWORK_SERVICE
Segmentation fault
---

If port is 443 there is no crash. Case is not very urgent
#399
General Support / Re: Server with BMC-Board as one node
February 06, 2014, 05:33:08 PM
Has anybody an answer for my last question about the interfaces used for polling? Thanks.
#400
Hi Victor

Thanks a lot. Thats ok for the moment  :)

thanks, Dani
#401
So I have to find a solution on level of events and not in the syslog parser. Is that what you mean?
#402
I have a follow up to this case.
I retested the same situation and double checked it in syslog and in internal log of the node. Now I see the log entries also twice (I don't drink anything  ;).
So they are generated twice by the original device. Definetively not a NetXMS fault. I don't understand why I saw this log entries only once yesterday (as you can see in the printscreen at the original post).....

Does someone has an idea for the log parser to only generate one event altough there are double entries in syslog?

thanks, Dani

#403
Hi Victor

Thanks a lot. It looks strange for me too. No hurry in this case ;-)

Dani
#404
I just started with syslog parser for the first time. At the moment I only have 3 rules to start:

<parser>
   <rules>
      <rule>
         <match>.*Due to active connection allowed exceeded.*</match>
         <event params="0">100832</event>
      </rule>
      <rule>
         <match>.*msg=(Administrator|User) (.*) from l2tp has logged in ZyWALL.*</match>
         <event params="2">100833</event>
      </rule>
      <rule>
         <match>.*msg=(Administrator|User) (.*) from l2tp has logged out ZyWALL.*</match>
         <event params="2">100834</event>
      </rule>
   </rules>
   <macros/>
</parser>

The first is ok.
But the 2. and the 3. are always generated twice. But in internal syslog there is only one entry. (see attachments)
My install is V1.2.11 (from sources) on linux.
Thanks for any help.
#405
General Support / Re: Server with BMC-Board as one node
January 27, 2014, 04:15:29 PM
thanks. Yes this workaround could be a solution. I just tested that. One disadvantage of this solution is, that I can't use templates for the iLO related DCIs. In the DCIs of the template is a field 'proxy node'. But I can't set this fix for all servers with iLO.
A follow up question:
Which interface NetXMS uses for SNMP-, ICMP- and Agent-Poll if the node has more than one interface? So far I can see I can't select an interface for SNMP-Poll and a separate for Agent-Poll or even on DCI level.