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/


  • 相关阅读:
    IO—》字节流&字符流
    IO—》递归
    IO—》File类
    IDEA快速升级模块版本号
    redis使用Jackson2JsonRedisSerializer序列化问题
    git 创建管理多用户
    linux后台启动程序脚本实例
    linux 安装配置kafka脚本
    linux 安装配置zookeeper脚本
    linux安装配置JDK脚本
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/3438494.html
Copyright © 2011-2022 走看看