/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-ctl

  • Committer: Teddy Hogeborn
  • Date: 2010-09-26 17:44:43 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100926174443-452k363uuvczuuzg
* mandos-ctl: Also show "LastApprovalRequest" property.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    'Enabled': u'Enabled',
18
18
    'Timeout': u'Timeout',
19
19
    'LastCheckedOK': u'Last Successful Check',
 
20
    'LastApprovalRequest': u'Last Approval Request',
20
21
    'Created': u'Created',
21
22
    'Interval': u'Interval',
22
23
    'Host': u'Host',
239
240
                            'LastCheckedOK', 'Created', 'Interval',
240
241
                            'Host', 'Fingerprint', 'CheckerRunning',
241
242
                            'LastEnabled', 'ApprovalPending',
242
 
                            'ApprovedByDefault', 'ApprovalDelay',
 
243
                            'ApprovedByDefault',
 
244
                            'LastApprovalRequest', 'ApprovalDelay',
243
245
                            'ApprovalDuration', 'Checker')
244
246
            else:
245
247
                keywords = defaultkeywords
246
 
                
 
248
            
247
249
            print_clients(clients.values(), keywords)
248
250
        else:
249
251
            # Process each client in the list by all selected options