~ubuntu-branches/ubuntu/maverick/monit/maverick

« back to all changes in this revision

Viewing changes to status.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Alfredsson
  • Date: 2010-03-19 22:40:11 UTC
  • mfrom: (1.1.6 upstream) (5.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100319224011-o1z4m0xh8z81jczo
Tags: 1:5.1.1-1
* New upstream release (Closes: #573777)
* Added configurable statefile in /etc/default/monit (Closes: #569616)
* Verbose info when syntax errors are detected at start (Closes: #427922)
* Sample configuration adjustments (Closes: #427924)
* Removed pam_securityserver in pam config (Closes: #574120)
* An include-directory is supplied (Closes: #249933)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2009 Tildeslash Ltd. All rights reserved.
 
2
 * Copyright (C) 2010 Tildeslash Ltd. All rights reserved.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License version 3.
70
70
 *  @author Jan-Henrik Haukeland, <hauk@tildeslash.com>
71
71
 *  @author Christian Hopp, <chopp@iei.tu-clausthal.de>
72
72
 *
73
 
 *  @version \$Id: status.c,v 1.69 2009/02/13 09:18:11 hauk Exp $
74
 
 *
75
73
 *  @file
76
74
 */
77
75