Какое количество открытых сокетов, когда перестает работать icmp в NetXMS?
Code Select
for f in /proc/net/{tcp,udp,raw}; do wc -l $f ; done
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuExternalParameter = SQL.CountEventLog:echo 'SELECT count(*) from event_log' | psql -tA netxms_db