Skip to content

Commit

Permalink
add time mode to FreeBSD plugin (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
UrBnW authored and cgagnaire committed Sep 28, 2018
1 parent 6c44d94 commit 31f73e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os/freebsd/snmp/plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ sub new {
'processcount' => 'snmp_standard::mode::processcount',
'storage' => 'snmp_standard::mode::storage',
'swap' => 'snmp_standard::mode::swap',
'time' => 'snmp_standard::mode::ntp',
'tcpcon' => 'snmp_standard::mode::tcpcon',
'uptime' => 'snmp_standard::mode::uptime',
);
Expand Down

0 comments on commit 31f73e3

Please sign in to comment.