Back to Geneos FAQ

NetProbe - How to stop messages writing to standard output when configuring Trapmon plugin

This happens because the netprobe used net-snmp module which writes messages to standard error (stderr)

https://docs.itrsgroup.com/docs/geneos/current/collection/trapmon/index.html#Heading-introduction

To get around this you can redirect standard output to a separate log file.

Example (supported in bash)

nohup ./netprobe.linux &> file.out
["Geneos"] ["Geneos > Netprobe"] ["FAQ"]

Was this topic helpful?