centreon-plugins icon indicating copy to clipboard operation
centreon-plugins copied to clipboard

[storage::hp::3par::ssh::plugin] Request a new modes "time" and "uptime"

Open Aleksey-Maksimov opened this issue 3 years ago • 0 comments

Hello

Please make a new modes time and uptime in storage::hp::3par::ssh::plugin


Command for mode time to be executed showdate.

From HPE 3PAR Command Line Interface Reference Guide:

The showdate command displays the date and time for each system node

Example:

3PAR01 cli% showdate
Node Date
0    2022-01-25 15:55:37 MSK (Europe/Moscow)
1    2022-01-25 15:55:36 MSK (Europe/Moscow)

Here we need to be able to compare the time with the NTP server or with the local time on the monitoring server, as this is implemented in other plugins. Perfdata can be in the context of nodes like node0.time.offset.seconds, node1.time.offset.seconds ... nodeX.time.offset.seconds


Command for mode time to be executed shownode -uptime.

From HPE 3PAR Command Line Interface Reference Guide:

-uptime Shows the amount of time each node has been running since the last shutdown.

Example:

3PAR01 cli% shownode -uptime
Node -------Up Since--------
   0 2021-09-16 10:50:15 MSK
   1 2021-09-15 13:21:39 MSK

Perfdata can be in the context of nodes like node0.uptime.seconds, node1.uptime.seconds ... nodeX.uptime.seconds

Aleksey-Maksimov avatar Jan 27 '22 10:01 Aleksey-Maksimov