This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#7 добавил в параметры поиск web клиентов, конфигуратора
- Loading branch information
1 parent
69a5922
commit b355ff7
Showing
4 changed files
with
188 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
UserParameter=onec-session,/opt/1C/v8.3/x86_64/rac session --cluster=<uuid> list --infobase=<uuid> | grep 1CV8C | wc -l | ||
UserParameter=onec-bgj,/opt/1C/v8.3/x86_64/rac session --cluster=<uuid> list --infobase=<uuid> | grep BackgroundJob | wc -l | ||
UserParameter=web-session,/opt/1C/v8.3/x86_64/rac session session --cluster=<uuid> list --infobase=<uuid> | grep WebClient | wc -l | ||
# UserParameter=fat-session,/opt/1C/v8.3/x86_64/rac session session --cluster=<uuid> list --infobase=<uuid> | grep 1CV8 | wc -l | ||
UserParameter=designer-session,/opt/1C/v8.3/x86_64/rac session session --cluster=<uuid> list --infobase=<uuid> | grep Designer | wc -l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
UserParameter=onec-session,"C:\Program Files\1cv8\X.X.X.XXX\bin\rac.exe" session --cluster=<uuid> list --infobase=<uuid> | find /c "1CV8C" | ||
UserParameter=onec-bgj,"C:\Program Files\1cv8\8.3.9.1850\bin\rac.exe" session --cluster=<uuid> list --infobase=<uuid> | find /c "BackgroundJob" | ||
UserParameter=web-session,"C:\Program Files\1cv8\8.3.11.3034\bin\rac.exe" session --cluster=<uuid> list --infobase=<uuid> | find /c "WebClient" | ||
# UserParameter=fat-session,"C:\Program Files\1cv8\8.3.11.3034\bin\rac.exe" session --cluster=<uuid> list --infobase=<uuid> | find /c "1CV8" | ||
UserParameter=designer-session,"C:\Program Files\1cv8\8.3.11.3034\bin\rac.exe" session --cluster=<uuid> list --infobase=<uuid> | find /c "Designer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters