Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
A Perl-based plugin to check the time on a remote system using SNMP.
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
check_time_snmp.pl
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);
I just started using this to check the times on some Windows based DVR's. Sometimes the systems become out of sync and there is nothing harder than trying to find specific video when the times are all wrong. Thanks for creating this.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!