SNMP log issue

Status
Not open for further replies.

maafty

Dabbler
Joined
Jul 7, 2016
Messages
12
Hi

FreeNAS Version 9.10.2-U4 and also FreeNAS Version 9.10.2-U5

since ive setup a VM with OpenNMS installed to monitor my hosts etc my FreeNAS servers both have this in the log many times (i guess each time OpenNMS queries FreeNAS via SNMP)

Anyway to stop this appearing in my logs? not having any issues its just very annoying.

Thanks

Jul 25 13:57:01 iscsi2 snmpd[2622]: params 1017/1024 -n
#pragma D option quiet
inline int OPT_time = 0;
inline int OPT_txg = 0;
inline int OPT_pool = 0;
inline int OPT_mega = 0;
inline int INTERVAL = 10;
inline int LINES = -1;
inline int COUNTER = 1;
inline int FILTER = 0;
inline string POOL = "";
dtrace:::BEGIN
{
/* starting values */
MEGA = 1000000;
counts = COUNTER;
secs = INTERVAL;
interval = INTERVAL;
interval == 0 ? interval++ : 1;
line = 0;
last_event[""] = 0;
nused=0;
nused_max_per_sec=0;
nused_per_sec=0;
size=0;
size_max_per_sec=0;
size_per_sec=0;
syncops=0;
size_4k=0;
size_4k_32k=0;
size_32k=0;
OPT_txg ? printf("waiting for txg commit...\n") : 1;
}

/*
* collect info when zil_lwb_write_start fires
*/
fbt::zil_lwb_write_start:entry
/OPT_pool == 0 || POOL == args[0]->zl_dmu_pool->dp_spa->spa_name/
{
nused += args[1]->lwb_nused;
nused_per_sec += args[1]->lwb_nused;
size += args[1]->lwb_sz;
size_per_sec += args[1]->lwb_sz;
syncops
 

BloodyIron

Contributor
Joined
Feb 28, 2013
Messages
133
Yeah I'm getting this too, it's kind of worrying :S
 

Evan Richardson

Explorer
Joined
Dec 11, 2015
Messages
76
Looks like it will be fixed for 11.1 (according to #24051).
dont think so
upload_2018-1-1_12-37-3.png


upload_2018-1-1_12-37-28.png


turning logs down fixes it though...or at least hides it.
 
Status
Not open for further replies.
Top