.SE DNSSEC Monitor Tools 1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News .SE DNSSEC Monitor Tools 1.0 (Default branch)
# 1  
Old 03-12-2009
.SE DNSSEC Monitor Tools 1.0 (Default branch)

.SE DNSSEC Monitor Tools is a handful of tools tomonitor DNSSEC signed zones.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

How can i monitor solaris server by using any monitoring tools

Hi forum We have nearly 240 servers inclding zones . How can i monitor server and its performance by using any monitoring tools. My indentions is to plot graphs based on server utilization interms of cpu and memory Is there any opensource tools for this. I saw collectd and it has agent... (3 Replies)
Discussion started by: bentech4u
3 Replies

2. Programming

Tools to monitor system performance in Android or linux

Hi, May i know the tools which will give the below details in a consolidated fashion for some 'X' duration in single and multicore processors, 1) How many times and how long scheduler code and kernel threads are executing ? 2) Details about each process, time spent in each state (run, wait... (0 Replies)
Discussion started by: tkarthi85
0 Replies

3. Solaris

Problem with running ./configure for DNSSEC-Tools 1.5

checking size of short... configure: error: cannot compute sizeof (short), 77 See `config.log' for more details. configure: error: /bin/bash './configure' failed for validator Above are the last few lines shown before ./configure ended and it was not successful. What am I lacking of? ... (1 Reply)
Discussion started by: kagi182
1 Replies
Login or Register to Ask a Question
CLEANARCH(1p)						User Contributed Perl Documentation					     CLEANARCH(1p)

NAME
cleanarch - Clean a DNSSEC-Tools key archive of old keys SYNOPSIS
cleanarch [options] <keyrec-file | rollrec-file> DESCRIPTION
cleanarch deletes old keys from a DNSSEC-Tools key archive. Key "age" and archives are determined by options and arguments. Command line options and arguments allow selection of archives, keys to delete, amount of output to provide. The options are divided into three groups: archive selection, key selection, and output format. Complete information on options is provided in the OPTIONS section. cleanarch takes a single argument (as distinguished from an option.) This argument may be either a keyrec file or a rollrec file. If the file is a keyrec file, the archive directory for its zone keyrecs are added to the list of archives to clean. If the file is a rollrec file, keyrec files for its zones are searched for the zones' archive directory, and those directories are added to the list of archives to clean. If a zone does not have an archive directory explicitly defined, then the DNSSEC-Tools default will be cleaned. The archives specified by this argument may be modified by archive-selection options. The archive-selection options combine with the keyrec or rollrec file to select a set of archive directories to clean. (Some options can take the place of the file argument.) The key-selection options allow the set of keys to be deleted to contain an entire archive, a particular zone's keys, or all the keys prior to a certain date. The output-format options sets how much output will be given. Without any options selected, the names of keys will be printed as they are deleted. If the -verbose option is given, then the directories selected for searching and the keys selected for deletion will be printed. If the -dirlist option is given, then the directories selected for searching will be printed and no other action will be taken. If the -list option is given, then the keys selected for deletion will be printed and no other action will be taken. cleanarch only cleans the archive directories; the keyrec files are left intact. The cleankrf command should be used in conjunction with cleanarch in order to have a consistent environment. OPTIONS
Archive-Selection Options The following options allow the user to select the archives to be cleaned. -archive directory This option specifies an archive directory to be cleaned. -defarch This option indicates that the default archive directory (named in the DNSSEC-Tools configuration file) should be cleaned. -zone zone This option indicates that zone is the only zone whose archive will be cleaned. If the archive directory is shared by other zones then their keys may also be deleted. Key-Selection Options The following options allow the user to select the keys to be deleted. -all Deletes all keys in the selected archives. This option may not be used with any other key-selection options. -days days Deletes all keys except those whose modification date is within the days full days preceding the current day. -onezone zone Only keys with zone in the key's filename are deleted. This is intended for use in cleaning a multi-zone key archive. This does not validate that zone is an actual zone. Any string can be used here. For example, using "private" will select old private key files for deletion and using "com" will select any filename that contains "com". Options for Output Control The following options allow the user to control cleanarch's output. -dirlist This option lists the selected archive directories. No other action is taken. -list This option lists the selected keys. No other action is taken. -quiet Display no output. -verbose Display verbose output. -Version Displays the version information for cleanarch and the DNSSEC-Tools package. -help Display a usage message and exit. WARNINGS
The user is advised to invest a bit of time testing this tool prior to putting it into production use. Once a key is deleted, it is gone. Some may find this to be detrimental to the health of their DNSSEC-Tools installation. COPYRIGHT
Copyright 2007-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wayne Morrison, tewok@tislabs.com SEE ALSO
cleankrf(8), lskrf(8), zonesigner(8) Net::DNS::SEC::Tools::keyrec.pm(3), Net::DNS::SEC::Tools::rollrec.pm(3) dnssec-tools.conf(5), keyrec.pm(5), rollrec.pm(5) perl v5.14.2 2012-06-21 CLEANARCH(1p)