This happens because the netprobe used net-snmp module which writes messages to standard error (stderr)
https://docs.itrsgroup.com/docs/geneos/7.7.0/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
Comments
0 comments
Please sign in to leave a comment.