GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::API2::Plugin::UI::get_ui_system_status(3) User Contributed Perl Documentation OpenXPKI::Server::API2::Plugin::UI::get_ui_system_status(3)

OpenXPKI::Server::API2::Plugin::UI::get_ui_system_status

Returns a HashRef with informations about critical items of the system:

    {
        secret_offline  => 0,       # offline secret count
        crl_expiry      => 123456,  # CRL expiry timestamp (UNIX epoch)
        dv_expiry       => 654321,  # data vault expiry timestamp (UNIX epoch)
        watchdog        => 1,       # watchdog process count
        worker          => 2,       # worker process count
        workflow        => 1,       # workflow process count
        version         => '...'    # OpenXPKI version string
        hostname        => oxi-test # Name of the host (from sys::hostname)
        config          => { version => .. } # key/values from system.version
    }

Changes compared to API v1: parameter "ITEMS" was removed as it was unused.

crl_expiry only queries CRLs for active certsign tokens. It returns a literal '0' if no crl is found for any active token (or no token is active). The value is not set in the result if no group name is defined in crypto.type.certsign.

dv_expiry is zero if no vault token is found at all, it is unset if no group name is defined in crypto.type.datasafe. If ignore_validity is set and a token ist found it is -1.

2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.