From owner-freebsd-questions@FreeBSD.ORG Sun Aug 7 04:46:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 778B116A420 for ; Sun, 7 Aug 2005 04:46:09 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-209-132-220.dsl.sfldmi.ameritech.net [69.209.132.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F984432E for ; Sun, 7 Aug 2005 04:46:08 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.9] (unknown [192.168.212.9]) by nawcom.no-ip.com (Postfix) with ESMTP id 19F156D22; Sun, 7 Aug 2005 01:09:27 -0400 (EDT) Message-ID: <42F59221.2030609@nawcom.no-ip.com> Date: Sun, 07 Aug 2005 00:46:25 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Alexandre D." References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: How can i monitor my server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 04:46:09 -0000 Theres always php that you can use which can report shell command results on a web page. since ifconfig is a root command (assuming that no one else has access to files which report net status), you can cron it to a file. thats one of many ways to do that. you can also use swatch to report it if the net interface goes down. like i said, just a couple of many ways to go around this. hope this helps, Ben Alexandre D. wrote: >you can do it with Big Brother www.bb4.org > >-----Message d'origine----- >De : owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]De la part de Carstea >Catalin >Envoyé : samedi 6 août 2005 11:46 >À : freebsd-questions@freebsd.org >Objet : How can i monitor my server? > > >It is possible to monitoring activity of freebsd -services ( apache, mysqld, >squid, named, postfix ) if it is down or up via internet with some scripts? >............ >I want to know if this services is running via internet ( web page - if it >is possible) . >................... >I belive the response is in crontab with somethings to verify if the >services is running. >.................. >Sorry for my english. >............... >Pls help me! Tks! >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >