Erlang SNMP and os_mon questions

Tomas Pihl tomas.pihl@REDACTED
Thu Dec 18 10:40:06 CET 2003


On Thu, 18 Dec 2003, Mickael Remond wrote:

> And here is the agent debug message log when I try to get the
> LoadSystemTotalMemory.

>
> =ERROR REPORT==== 18-Dec-2003::09:57:20 ===
> ** User error: Invalid return value
> {'EXIT',{bad_snmp_key,[{loadTable,[110,111,110,111,100,101,64,110,111,104,111,115,116]},[110,111,110,111,100,101,64,110,111,104,111,115,116],integer]}}
> from {os_mon_mib,load_table,[]} (get_next)

bad_snmp_key comes from mnesia so it seems you have to do a create_table
on loadTable before you access it.

--Tomas Pihl
tomas.pihl@REDACTED




More information about the erlang-questions mailing list