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/


  • 相关阅读:
    验证码缓存问题完美解决方案
    最近项目是跟框架有关的两个问题
    未与信任 SQL Server 连接相关联
    Get请求
    Post请求
    jQuery操作元素
    Dom对象和jQuery包装集
    XMLHttpRequest对象
    jQuery事件与事件对象
    处理数据集
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/3438494.html
Copyright © 2011-2022 走看看