blob: 78a60bc89094eedc09289ee52b92f0d335b5114f [file] [log] [blame]
/*
* System MIB group interface - system.h
*
*/
#ifndef _MIBGROUP_SYSTEM_MIB_H
#define _MIBGROUP_SYSTEM_MIB_H
config_require(util_funcs)
extern char version_descr[];
void init_system (void);
extern FindVarMethod var_system;
/* config file parsing routines */
void system_parse_config_sysloc (char *, char *);
void system_parse_config_syscon (char *, char *);
#define VERSION_DESCR 1
#define VERSIONID 2
#define UPTIME 3
#define SYSCONTACT 4
#define SYSTEMNAME 5
#define SYSLOCATION 6
#define SYSSERVICES 7
#define SYSORLASTCHANGE 8
#endif /* _MIBGROUP_SYSTEM_MIB_H */