什么是在Windows Vista中监控IIS的好/免费软件?

时间:2021-10-10 01:59:19

I always forget to check what's going on in IIS on our webservers, and am wondering: is there some stupid applet or something that always runs locally that I can click on to check event logs and IIS logs on a remote machine?

我总是忘记检查我们的网络服务器上IIS中发生了什么,我想知道:是否有一些愚蠢的小程序或总是在本地运行的东西,我可以点击检查远程机器上的事件日志和IIS日志?

Mark

2 个解决方案

#1


You can set up samurize to follow the output of the logging on the local and remote machines but it requires some setup.

您可以设置samurize以跟踪本地和远程计算机上的日志记录输出,但需要进行一些设置。

You can use a remote shell utility such as OpenSSH to connect to remote machines securely.

您可以使用远程shell实用程序(如OpenSSH)安全地连接到远程计算机。

#2


One at a time. Compmgmt.msc -> connect to another computer.

一次一个。 Compmgmt.msc - >连接到另一台计算机。

But one at a time is boring. Monitoring dozens of machines? I've been using logparser from MS for my log monitoring needs. I run a query that dumps errors and warnings to a csv file a few times a day.

但是一次一个人很无聊。监控几十台机器?我一直在使用MS的logparser来满足我的日志监控需求。我运行一个查询,每天几次将错误和警告转储到csv文件。

So far, I've only used it to aggregate event logs across the dozen servers in our QA environment, but it appears to take many forms on log input, including IIS. A pseudo log file query (don't have samples with me)

到目前为止,我只使用它在我们的QA环境中聚合十几台服务器上的事件日志,但它似乎在日志输入上采用了许多形式,包括IIS。伪日志文件查询(没有我的样本)

logparser "Select [eventtype], [message] into output.csv FROM \\server1\system, \\server2\system" -i EVT

This shows: You can aggregate multiple servers. You tell it the input format - it supports a dozen log types. You can dump it into a csv file. It looks sort of like SQL. This article in security focus has an IIS log sample.

这表明:您可以聚合多个服务器。你告诉它输入格式 - 它支持十几种日志类型。您可以将其转储到csv文件中。它看起来有点像SQL。安全焦点中的这篇文章有一个IIS日志示例。

I'm not an applet type of guy, so I haven't though much about desktop widgets to do this.

我不是applet类型的人,所以我没有太多关于桌面小部件来做这件事。

#1


You can set up samurize to follow the output of the logging on the local and remote machines but it requires some setup.

您可以设置samurize以跟踪本地和远程计算机上的日志记录输出,但需要进行一些设置。

You can use a remote shell utility such as OpenSSH to connect to remote machines securely.

您可以使用远程shell实用程序(如OpenSSH)安全地连接到远程计算机。

#2


One at a time. Compmgmt.msc -> connect to another computer.

一次一个。 Compmgmt.msc - >连接到另一台计算机。

But one at a time is boring. Monitoring dozens of machines? I've been using logparser from MS for my log monitoring needs. I run a query that dumps errors and warnings to a csv file a few times a day.

但是一次一个人很无聊。监控几十台机器?我一直在使用MS的logparser来满足我的日志监控需求。我运行一个查询,每天几次将错误和警告转储到csv文件。

So far, I've only used it to aggregate event logs across the dozen servers in our QA environment, but it appears to take many forms on log input, including IIS. A pseudo log file query (don't have samples with me)

到目前为止,我只使用它在我们的QA环境中聚合十几台服务器上的事件日志,但它似乎在日志输入上采用了许多形式,包括IIS。伪日志文件查询(没有我的样本)

logparser "Select [eventtype], [message] into output.csv FROM \\server1\system, \\server2\system" -i EVT

This shows: You can aggregate multiple servers. You tell it the input format - it supports a dozen log types. You can dump it into a csv file. It looks sort of like SQL. This article in security focus has an IIS log sample.

这表明:您可以聚合多个服务器。你告诉它输入格式 - 它支持十几种日志类型。您可以将其转储到csv文件中。它看起来有点像SQL。安全焦点中的这篇文章有一个IIS日志示例。

I'm not an applet type of guy, so I haven't though much about desktop widgets to do this.

我不是applet类型的人,所以我没有太多关于桌面小部件来做这件事。