Commit Diff


commit - 4bce26b84a2a73b0596ed3e4ef541e9b7880ff9b
commit + 52561dc772dfc76eaa4d970a0db40ec217e2b5cf
blob - 85020afb3c73f53980e6ae8f01636af3c6e61bd9
blob + 7fe3f21a20245c94f54bb31bc2ba0edb79323401
--- README.md
+++ README.md
@@ -24,7 +24,7 @@ with gathering data with custom OID and

 service snmpd stop

 echo 'rouser pstorage_user priv' >> /etc/snmp/snmpd.conf

 echo 'extend  .1.3.6.1.4.1.2021.51  license pstorage -c STORAGE_NAME view-license | grep "status"' >> /etc/snmp/snmpd.conf

-echo  'createUser pstorage_user MD5 pstorage_password DES' >> /var/lib/snmp/snmpd.conf

+echo 'createUser pstorage_user MD5 pstorage_password DES' >> /var/lib/snmp/snmpd.conf

 service snmpd start 

 ```