zoukankan      html  css  js  c++  java
  • EventLog监控

    http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/logs/eventlogs/

    http://etutorials.org/Server+Administration/Active+directory/Part+III+Scripting+Active+Directory+with+ADSI+ADO+and+WMI/Chapter+26.+Scripting+with+WMI/26.6+Querying+the+Event+Logs/

    http://www.paessler.com/manuals/prtg/wmi_event_log_sensor

    ----

    
    "SELECT * FROM __InstanceCreationEvent WITHIN 60 WHERE TargetInstance ISA 'Win32_NTLogEvent' and TargetInstance.EventType <= 2"

    http://www.codeproject.com/Articles/42571/WMI-Windows-Event-Logs-and-User-Privileges
    http://msdn.microsoft.com/en-us/library/aa394593%28v=vs.85%29.aspx
    http://www.siccolo.com/Articles/CodeProject/LogWatcher_RSS_feed/build_log_watcher_rss_feed_using_WMI.html

    http://sourceforge.net/projects/eventlogmonitor/files/
    http://etutorials.org/Server+Administration/Active+directory/Part+III+Scripting+Active+Directory+with+ADSI+ADO+and+WMI/Chapter+26.+Scripting+with+WMI/26.6+Querying+the+Event+Logs/
    http://sourceforge.net/projects/jarapac/



    http://algo.math.ntua.gr/~symvonis/other-material/java_material/docs/technotes/guides/rmi/socketfactory/index.html
    http://www.cnblogs.com/guotd/archive/2011/12/21/2295328.html
    http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/socketfactory/index.html


    http://sourceforge.net/p/eventlogmonitor/code/HEAD/tree/eventlogmon/


  • 相关阅读:
    PowerMockito
    java--树封装
    plugin--Lombok
    Mysql--sql
    Oracle--sql
    hive--分区表和分桶表
    hive支持的数据类型和存储格式
    HashMap
    golang 创建 tun 设备
    golang ctrie demo
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/3438494.html
Copyright © 2011-2022 走看看