Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
orchard
/
CSCS
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e424c5c2
authored
Nov 09, 2018
by
jajapi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixed Integration_uxen_check.sh
parent
f61256f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
14 deletions
GuestPM/Integration/.kpf_local_check.sh.swp
GuestPM/Integration/Integration_uxen_check.sh
GuestPM/Integration/.kpf_local_check.sh.swp
deleted
100644 → 0
View file @
f61256f7
No preview for this file type
GuestPM/Integration/Integration_uxen_check.sh
View file @
e424c5c2
...
...
@@ -22,7 +22,7 @@ function CHECK_MEMORY()
DRAW_A_LINE
}
function
KPF
_CHECK_PROCESS
()
function
WEB
_CHECK_PROCESS
()
{
echo
-e
"
\n
-------------- Check Process --------------"
...
...
@@ -461,7 +461,7 @@ function GET_SUMMARY()
function
CMS_MAIN
()
{
GET_DATE
C
MS_C
HECK_PROCESS
CHECK_PROCESS
UXEN_DSTAT
GET_VM_LIST
CMS_UXEN_VERSION_CHECK
...
...
@@ -504,7 +504,7 @@ function WEB_MAIN()
function
KPF_MAIN
()
{
GET_DATE
KPF_
CHECK_PROCESS
CHECK_PROCESS
KPF_RUN_DSTAT
GET_VM_LIST
KPF_VERSION_CHECK
...
...
@@ -527,7 +527,7 @@ function KPF_MAIN()
function
KPF_LOCAL_MAIN
()
{
GET_DATE
KPF_
CHECK_PROCESS
CHECK_PROCESS
KPF_RUN_DSTAT
GET_VM_LIST
KPF_LOCAL_VERSION_CHECK
...
...
@@ -545,21 +545,27 @@ function KPF_LOCAL_MAIN()
GET_SUMMARY
}
if
[
-e
/opt/uxen3]
VAR
=
0
if
[
-e
/opt/uxen3
]
;
then
CMS_MAIN
VAR
=
1
fi
elif
[
-e
/opt/pengx3]
if
[
-e
/opt/pengx3
]
;
then
WEB_MAIN
VAR
=
1
fi
elif
[
-e
/home/orchard/uxen_new]
KPF_MAIN
()
else
if
[
-e
/home/orchard/uxen_new
]
;
then
KPF_MAIN
VAR
=
1
fi
if
[
$VAR
-eq
0
]
KPF_LOCAL_MAIN
if
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment