Security

Safenet Protectserver HSM check

Description:

This is a Nagios plugin to monitor a Safenet Protectserver HSM using the Safenet tools. It can also gather information about the device, like firmware and functional module information.

https://raymii.org/s/software/Nagios_Plugin_to_check_a_Safenet_HSM.html

Usage

usage: ./hsm.sh options

This script checks various safenet HSM things and outputs nagios style results.

OPTIONS:
-h Show this message
-t Check type: “battery”, “RAM”, “datetime”, “eventlog”, “initialized”, “hsminfo”, “fminfo”
-n HSM name for $ET_HSM_NETCLIENT_SERVERLIST.
-b ctcheck binary (default: /opt/PTK/bin/ctcheck)

CHECKS:
battery Show HSM Battery status, GOOD (ok) or LOW (crit)
ram HSM RAM, (ok) if 75% 85% used.
datetime Local HSM date/time, (crit) if different from host time, host should use ntp in same timezone.
eventlog (ok) if eventlog not full, (crit) if eventlog full.
initialized (ok) if initialized, (crit) if not. Documentation states that a FALSE could mean a tampered device.
hsminfo always (ok), returns general HSM info, model, version, firmware and such.
fminfo always (ok), returns Functional Module information.

Examples

user@host ~$ ./hsm.sh -n hsm-038 -t ram
OK: RAM Usage OK: 41% used, ( 10192256 total). HSM: hsm-038.
user@host ~$ ./hsm.sh -n hsm-038 -t datetime
OK: HSM: hsm-038 time is the same as local time: 15/04/2013 12:48.
user@host ~$ ./hsm.sh -n hsm-038 -t eventlog
OK: HSM: hsm-038 Event Log Count: 11
user@host ~$ ./hsm.sh -n hsm-038 -t initialized
OK: HSM: hsm-038 is initialized. All is well.
user@host ~$ ./hsm.sh -n hsm-038 -t hsminfo
OK: HSM: hsm-038; Serial Number:[…]; Model: […]; Device Revision: F; Firmware Revision: […]; Manufacturing Date: […]; Device Batch: […]; PTKC Revision: […]; Slot Count: […] Security Mode: […]; Transport Mode:[…]; Event Log Count: 88.
user@host ~$ ./hsm.sh -n hsm-038 -t battery
OK: Battery status is good for HSM: hsm-038

Current Version

1

Last Release Date

2013-05-03

Compatible With

  • Nagios 3.x
  • Nagios 4.x

Owner

License

GPL


Project Notes
Reviews (1) Add a Review
Still working with ProtectToolkit 5.7.0
by hablutzel1, April 30, 2020

I just wanted to report that it is still working with ProtectToolkit 5.7.0. Thanks for this excellent plugin.



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (2)
Favorites
1
Views
28,991