X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.h;h=1b354561ec7e8a2ab6e7a29cb1f6106445cca28f;hb=2f2744072ab144b8130b2296327fc3382e5f7f80;hp=b20fc75f837a8f9992aa5e4e1f5f1183e90e9a6d;hpb=bd66a09b35da21dcb405650ae4587bf2ca811438;p=collectd.git diff --git a/src/network.h b/src/network.h index b20fc75f..1b354561 100644 --- a/src/network.h +++ b/src/network.h @@ -1,6 +1,6 @@ /** * collectd - src/network.h - * Copyright (C) 2005,2006 Florian octo Forster + * Copyright (C) 2005-2008 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -56,10 +56,20 @@ #define TYPE_HOST 0x0000 #define TYPE_TIME 0x0001 +#define TYPE_TIME_HR 0x0008 #define TYPE_PLUGIN 0x0002 #define TYPE_PLUGIN_INSTANCE 0x0003 #define TYPE_TYPE 0x0004 #define TYPE_TYPE_INSTANCE 0x0005 #define TYPE_VALUES 0x0006 +#define TYPE_INTERVAL 0x0007 +#define TYPE_INTERVAL_HR 0x0009 + +/* Types to transmit notifications */ +#define TYPE_MESSAGE 0x0100 +#define TYPE_SEVERITY 0x0101 + +#define TYPE_SIGN_SHA256 0x0200 +#define TYPE_ENCR_AES256 0x0210 #endif /* NETWORK_H */