system_mib.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  System MIB group interface - system.h
  3.  *
  4.  */
  5. #ifndef _MIBGROUP_SYSTEM_MIB_H
  6. #define _MIBGROUP_SYSTEM_MIB_H
  7. config_require(util_funcs)
  8.      extern char     version_descr[];
  9.      void            init_system_mib(void);
  10.      extern FindVarMethod var_system;
  11. /*
  12.  * config file parsing routines 
  13.  */
  14.      void            system_parse_config_sysloc(const char *, char *);
  15.      void            system_parse_config_syscon(const char *, char *);
  16.      void            system_parse_config_sysname(const char *, char *);
  17. #define VERSION_DESCR 1
  18. #define VERSIONID 2
  19. #define UPTIME 3
  20. #define SYSCONTACT 4
  21. #define SYSTEMNAME 5
  22. #define SYSLOCATION 6
  23. #define SYSSERVICES 7
  24. #define SYSORLASTCHANGE 8
  25. #endif                          /* _MIBGROUP_SYSTEM_MIB_H */