This happens because the netprobe used net-snmp module which writes messages to standard error (stderr)
https://docs.itrsgroup.com/docs/geneos/current/data-collection/trapmon.html
To get around this you can redirect standard output to a separate log file.
Example (supported in bash)
nohup ./netprobe.linux &> file.out
Comments
0 comments
Please sign in to leave a comment.