diff options
Diffstat (limited to 'src/hooks/dhcp/perfmon/perfmon_messages.mes')
-rw-r--r-- | src/hooks/dhcp/perfmon/perfmon_messages.mes | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/hooks/dhcp/perfmon/perfmon_messages.mes b/src/hooks/dhcp/perfmon/perfmon_messages.mes index 67f3610b86..b2d9f5a1c3 100644 --- a/src/hooks/dhcp/perfmon/perfmon_messages.mes +++ b/src/hooks/dhcp/perfmon/perfmon_messages.mes @@ -15,6 +15,26 @@ Arguments detail the alarm's key, the time the alarm was first triggered, the most recent reported mean, and the high-water-ms value. +% PERFMON_CMDS_CONTROL_ERROR perfmon-control command processing failed: %1 +This error message is issued when the PerfMon hook library encounters an +error processing a perfmon-control command. The argument explains the +command error. + +% PERFMON_CMDS_CONTROL_OK perfmon-control command success: active monitoring: %1, stats-mgr-reporting: %2 +This info log is issued when perfmon-control command has successfully +enabled/disabled active monitoring and/or statistics mgr reporting. +Arguments reflect the current state of both. + +% PERFMON_CMDS_GET_ALL_DURATIONS_ERROR perfmon-get-all-durations command processing failed: %1 +This error message is issued when the PerfMon hook library encounters an +error processing a perfmon-get-all-durations command. The argument explains the +command error. + +% PERFMON_CMDS_GET_ALL_DURATIONS_OK perfmon-get-all-durations returning %1 durations +This info log is issued when perfmon-get-all-durations command has +completed successfully. The argument contains the number of +durations returned. + % PERFMON_DEINIT_FAILED unloading PerfMon hooks library failed: %1 This error message indicates an error unloading the PerfMon hooks library. The details of the error are provided as argument of @@ -70,23 +90,3 @@ the log message. % PERFMON_INIT_OK loading PerfMon hooks library successful This info message indicates that the PerfMon hooks library has been loaded successfully. Enjoy! - -% PERFMON_CMDS_CONTROL_ERROR perfmon-control command processing failed: %1 -This error message is issued when the PerfMon hook library encounters an -error processing a perfmon-control command. The argument explains the -command error. - -% PERFMON_CMDS_CONTROL_OK perfmon-control command success: active monitoring: %1, stats-mgr-reporting: %2 -This info log is issued when perfmon-control command has successfully -enabled/disabled active monitoring and/or statistics mgr reporting. -Arguments reflect the current state of both. - -% PERFMON_CMDS_GET_ALL_DURATIONS_ERROR perfmon-get-all-durations command processing failed: %1 -This error message is issued when the PerfMon hook library encounters an -error processing a perfmon-get-all-durations command. The argument explains the -command error. - -% PERFMON_CMDS_GET_ALL_DURATIONS_OK perfmon-get-all-durations returning %1 durations -This info log is issued when perfmon-get-all-durations command has -completed successfully. The argument contains the number of -durations returned. |