initial commit; version 22.5.12042
This commit is contained in:
13
scripts/agent-local/nsd
Executable file
13
scripts/agent-local/nsd
Executable file
@ -0,0 +1,13 @@
|
||||
# Required server configuration:
|
||||
#
|
||||
# statistics-cumulative: yes
|
||||
# extended-statistics: yes
|
||||
|
||||
nsdctl=`which nsd-control`
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
echo '<<<app-nsd>>>'
|
||||
$nsdctl stats_noreset
|
||||
fi
|
||||
|
Reference in New Issue
Block a user