Revisions for nic/status.php

Location: [ Horde ] / nic / status.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.32 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.31 (+4 -2 lines) 10/30/2007 08:24 PM Jan Schneider jan

First round of copyright assignments.

1.30 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.29 (+2 -5 lines) 04/19/2006 07:30 PM Chuck Hagenbuch chuck

- no need for too many graphics here
- remove 'features' configuration item
- mailaddrcheck functionality is now part of Horde_Form
- services.php was a poor version of the main monitoring functions
- some xhtml

1.28 (+2 -2 lines) 04/18/2006 01:32 PM Chuck Hagenbuch chuck

Remove DNS lookup and Whois tools. There are perfectly good online
resources for this, it's not central functionality, and PEAR's Net_DNS
package is pretty awful code and doesn't work on PHP 5.

1.27 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.26 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.25 (+2 -2 lines) 11/20/2004 03:13 PM Jan Schneider jan

New menu.
Submitted by: Roel Gloudemans <roel@gloudemans.info>

1.24 (+2 -2 lines) 10/19/2004 03:02 PM Chuck Hagenbuch chuck

Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
Also, remove several scripts that were basically duplicates of popup.js and
just use popup.js.

1.23 (+3 -3 lines) 10/19/2004 01:57 PM Chuck Hagenbuch chuck

Remove some last remnants of html.php checks or includes and $css
references.

1.22 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.21 (+2 -1 lines) 08/25/2004 07:23 AM Jan Schneider jan

Include html.php, we use  here.

1.20 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.19 (+2 -2 lines) 01/01/2004 10:16 AM Jan Schneider jan

Happy new year everyone.

1.18 (+3 -11 lines) 09/26/2003 03:04 PM Chuck Hagenbuch chuck

More Horde::getThemeConfig() removals, and assorted other cleanups
while I was in the neighborhood.

1.17 (+2 -2 lines) 09/01/2003 07:08 PM Jan Schneider jan

Simplify driver instantiation even more.

1.16 (+2 -2 lines) 08/22/2003 09:20 PM Jan Schneider jan

No hardcoded params anymore.

1.15 (+6 -6 lines) 07/24/2003 10:40 AM Chuck Hagenbuch chuck

Small html cleanups; include the graph rows regardless of jpgraph
(as jpgraph dependancy will be going away, hopefully quite soon)

1.14 (+2 -4 lines) 05/22/2003 11:56 PM Chuck Hagenbuch chuck

Another set of menu.php files gone.

1.13 (+8 -8 lines) 05/07/2003 12:21 PM Chuck Hagenbuch chuck

- cleanup and error checking
- html fixes for default theme
- have the SNMP driver return just an array if snmp support isn't available.
I'd like a better failure solution for this, but I think it'd take something
like the Nic_Device::factory() method knowing how to check for prereqs for
a subclass type. Someone wanna do that?

1.12 (+17 -20 lines) 05/06/2003 09:45 PM Jan Schneider jan

Use unified service names.
Some small fixes and cleanups.

1.11 (+44 -27 lines) 05/05/2003 04:53 AM mikec

Prefs file as Nic now has preferences to worry about.
Files for displaying overall and subsytem status

1.10 (+1 -1 lines) 01/24/2002 02:56 PM Chuck Hagenbuch chuck

use $registry->getParam()
use NIC_TEMPLATES
use configuration values for binary locations

1.9 (+4 -5 lines) 10/15/2001 05:12 PM Chuck Hagenbuch chuck

a bunch of new tools, Apache-style license, headers, etc.

1.8 (+5 -5 lines) 07/17/2001 07:56 AM avsm

Modernise NIC with a lib/base.php and standard includes

Still needs work, but there aren't any parse errors anymore :)

1.7 (+5 -5 lines) 03/21/2001 10:44 AM Chuck Hagenbuch chuck

use global horde status images

1.6 (+34 -78 lines) 12/24/2000 08:25 PM Chuck Hagenbuch chuck

do a little work on bringing NIC up to date - conf file checks, status, standard
menu, etc...

1.5 (+1 -4 lines) 11/26/2000 01:03 AM Chuck Hagenbuch chuck

remove use of package.HTMLDocument.php and a bunch of other uglies. This
module needs serious work to be in line with current standards, but there's
some neat stuff in here.

1.4 (+1 -1 lines) 08/16/2000 04:27 PM Chuck Hagenbuch chuck

replace include_once with require_once where appropriate

Tags: NIC_0_0_1

1.3 (+1 -1 lines) 06/03/2000 12:28 PM Chuck Hagenbuch chuck

Use include_once for all libraries. This will incur a slight performance
penalty, but it allows us to do dynamic inclusion (which is an include_once
anyway) and be _sure_ that code will never be included twice. Before, we
were mixing require_once and include_once in places, and that might
eventually have resulted in a library being included twice, causing an
error. This makes sure that won't happen.

1.2 (+9 -5 lines) 05/07/2000 04:09 AM Chuck Hagenbuch chuck

this is ugly as sin, but the scripts all have links to each other via a
sidebar now. it'll get prettier, i promise.

1.1 05/01/2000 02:58 AM Chuck Hagenbuch chuck

adding a few more utilities to NIC. all of these need major cleanup (most
are hardwired right now), but I thought I'd toss them in so that people
could play with them (and I get a few less ? when I cvs update <g>).

ping.php - pings a host. exciting.
relay.php - test if a host is an open mail relay
status.php - check what services/ports are up/open on various hosts