
SNMP
check_time_snmp
Description:
A Perl-based plugin to check the time on a remote system using SNMP.
Current Version
Last Release Date
June 23, 2009
Compatible With
Owner
Project Files
File | Description |
---|---|
check_time_snmp.pl | check_time_snmp.pl |
Project Notes
A Perl-based plugin to check the time on a remote system using SNMP.
Reviews
(2)
Add a Review
bad time offsets were preventing kerberos from working, now we can monitor it. (firewall blocks many ports)
one bug... UTC translates to an invalid offset of 00000 (5 zeros) fix:
143 $remote_tz="0000" if $remote_tz eq '00000'; #eden
144
145 $remote_ts=DateTime->new( year=>$r_year, month=>$r_month, day=>$r_day, hour=>$r_hour, minute=>$r_minute, second=>$r _sec, time_zone=>$remote_tz,formatter =>$formatter);
one bug... UTC translates to an invalid offset of 00000 (5 zeros) fix:
143 $remote_tz="0000" if $remote_tz eq '00000'; #eden
144
145 $remote_ts=DateTime->new( year=>$r_year, month=>$r_month, day=>$r_day, hour=>$r_hour, minute=>$r_minute, second=>$r _sec, time_zone=>$remote_tz,formatter =>$formatter);
Page Sections
Project Stats
Rating
3.3 (4)
Favorites
1
Views
148,689