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

#1
But I think that's a real shame! I would be happy if a Windows version was still offered.

PLS!
;)
#2
General Support / Windows Event Parser
November 23, 2023, 10:59:38 AM
Hello Community!

I hope one of you can help me...
I play with 'Windows Event Parser' and Event ID 4771.

In this Event, i want to get the Username, but i don't know how!?

QuoteFehler bei der Kerberos-Vorauthentifizierung.
Kontoinformationen:
 Sicherheits-ID: ...
Kontoname: Administrator
Dienstinformationen:
 Dienstname: krbtgt/K...
Netzwerkinformationen:
 Clientadresse: ::1
 Clientport: 0
Weitere Informationen:
 Ticketoptionen: 0x40810010
 Fehlercode: 0x18
 Typ vor der Authentifizierung: 2
Zertifikatsinformationen:
 Zertifikatausstellername:
 Seriennummer des Zertifikats:
 Zertifikatfingerabdruck:
Zertifikatinformationen werden nur bereitgestellt, wenn ein Zertifikat zur Vorauthentifizierung verwendet wurde.
Vorauthentifizierungtypen, Ticketoptionen und Fehlercodes sind in RFC 4120 definiert.
Wenn das Ticket eine ungültige Form hat oder beim Transport beschädigt wurde und nicht entschlüsselt werden kann, sind viele Fehler dieses Ereignisses möglicherweise nicht vorhanden.

<parser processALL="true" name="Fehlerhafte AD Anmeldung">
   <macros/>
   <rules>
      <rule name="Fehlerhafte AD Anmeldung">
         <match repeatInterval="0" reset="false">.*</match>
         <event>Teams_Alarm_AD_Anmeldung</event>
         <id>4771</id>
         <agentAction action=""></agentAction>
      </rule>
   </rules>
</parser>

#3
Perfect! Best THX! ;)
#4
Hello!

Is there a solution, to view only a dashboard in XMS-Web? (Without any menu ore something...)

THX 4 a Hint! ;)
#5
Correction!

The Task is running, but i can't see it in the current user session...

:(
#6
Hello!

I am trying to run an external program (cmd.exe) whenever a threshold is reached.

I added an Actions Configuration called notepad of type 'Execute command on remote node via agent',
and in the agent's configfile (etc/nxagentd.conf) i add 'ActionShellExec = notepad:cmd.exe /C pause'.

But, it does not work.

Can anyone give me a hint?

THX! ;)
#7
General Support / Re: Global DCI Table?
February 01, 2016, 11:36:02 AM
Best Thanks! ;)
#8
Hy!

Same Problem here!
Database check -> ok!
Database upgrade -> ok!
And with the change of the DLL-File i can start nxmc.

But still i've many Errors, and no new data!

Can anyone help me please?

THX! ;)
#9
General Support / Global DCI Table?
January 27, 2016, 02:24:10 PM
Hello Community,
i hope you can help me! ;)

I have a WLAN-Accesspoint, and get some SNMP Data (ClientHostname, IP, SSID, VLan,...) into a DCI-Table. And it works fine!

But, i have some more Accesspoints, an so i've got a lot of DCI-Tables. :(

So my question: How can I get all DCI-Table data to one Table?
Is there a solution?

Best regards!
#10
General Support / Re: Action configuration
March 12, 2015, 08:35:08 AM
It works greate!

Thanks for your help! ;)
#11
General Support / Re: Action configuration
March 09, 2015, 11:07:52 AM
Hello!

First: Thanks for your replay! ;)

In my case i test: sc \\\\pmtbackup start spooler >> C:\\test.txt
And the result in test.txt is: access denied

Both Servers (2008R2) are in domain, domain-admin is logon console, and NetXMS runs under local system.
...is there any way to run the command as admin?

Best regards!
#12
General Support / Action configuration
February 27, 2015, 10:56:48 AM
Hello!

Perhaps, someone has a tip for me!?

My "Action configuration" does not work, and i don't know, what i should do/test.



Can anyone help me, please?

THX!
#13
General Support / Re: Monitor a running application
December 15, 2014, 10:55:08 AM
Perfect!

Thanks! ;)
#14
General Support / Monitor a running application
December 12, 2014, 09:25:54 AM
Hello!

First, best thanks for this great tool!

But as a newbie, I unfortunately still have many problems, and hope you can help me.

I would like to monitor a running application.
But, this is no service, so System.ServiceState(*) does not help.
With the ProcessID I also get no further. Because this ID changes each time.

So my question:
Is there any solution for my problem?

Best regards!
;)