Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux authored Oct 31, 2016
1 parent db69d88 commit f5640c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ With this items `php[snmpget.php,<hostname>,<community>]` they do snmp get of th
$zabbix_community=$zabbix_params[2];
$zabbix_oid=$zabbix_params[3];
snmp_set_quick_print(1);
$snmp_retval = snmpget($zabbix_hostname, $zabbix_community, $oid);
$snmp_retval = snmpget($zabbix_hostname, $zabbix_community, $zabbix_oid);
return $snmp_retval;
```

Expand Down

0 comments on commit f5640c0

Please sign in to comment.