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

Topics - SmEed

#1
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>

#2
Hello!

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

THX 4 a Hint! ;)
#3
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! ;)
#4
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!
#5
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!
#6
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!
;)