X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fnotify_messages.py;h=dac7ad1909578d0953625f66f6721f68b16567cb;hb=bf13ab792bb4091169a9681925bb53917d91d7bb;hp=71df8743559cee4ffb0fbe479bfff6741a5294e9;hpb=2dcd5f4d603a2195c6c7c6cbcc788ef228f1d805;p=bootmanager.git diff --git a/source/notify_messages.py b/source/notify_messages.py index 71df874..dac7ad1 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,3 +1,14 @@ +#!/usr/bin/python +# +# $Id$ +# $URL$ +# +# Copyright (c) 2003 Intel Corporation +# All rights reserved. +# +# Copyright (c) 2004-2006 The Trustees of Princeton University +# All rights reserved. + """ this file contains the ids of messages that we can send the contacts at a site, through the BootNotifyOwners call @@ -9,4 +20,8 @@ MSG_INSUFFICIENT_MEMORY= "insufficientmemory" MSG_NO_NODE_CONFIG_FILE= "noconfig" MSG_AUTH_FAIL= "authfail" MSG_NODE_NOT_INSTALLED= "notinstalled" +MSG_NODE_FILESYSTEM_CORRUPT= "filesystemcorrupted" +MSG_NODE_MOUNT_FAILED= "mountfailed" +MSG_NODE_MISSING_KERNEL= "missingkernel" MSG_HOSTNAME_NOT_RESOLVE= "hostnamenotresolve" +MSG_NO_DETECTED_NETWORK= "nodetectednetwork"