Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
4e97124c
Commit
4e97124c
authored
Feb 21, 2019
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change to previous revision
parent
6130b742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
protogeni/lib/GeniSlice.pm.in
protogeni/lib/GeniSlice.pm.in
+2
-1
No files found.
protogeni/lib/GeniSlice.pm.in
View file @
4e97124c
...
...
@@ -1681,6 +1681,7 @@ sub KillMonitor($)
{
my
($
slice
)
=
@
_
;
my
$
pid
=
$
slice
->
monitor_pid
();
require
libtestbed
;
return
0
if
(
!$pid);
...
...
@@ -1735,7 +1736,7 @@ sub KillMonitor($)
}
if
($
slice
->
GetMonitorPid
())
{
print
STDERR
"Monitor process $pid would not die!
\n
"
;
SENDMAIL
($
TBOPS
,
"Monitor for slice would not die!"
,
libtestbed
::
SENDMAIL
($
TBOPS
,
"Monitor for slice would not die!"
,
"Monitor would not die: $slice
\n\n
"
.
"$TBBASE/showslice.php?slice_idx="
.
$
slice
->
idx
()
.
"&showtype=cm"
,
...
...
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