`
blogfeifei
  • 浏览: 1191979 次
文章分类
社区版块
存档分类
最新评论

cacti+nagios整合问题

 
阅读更多
./mysql -ucacti -p cacti
alter table npc_eventhandlers add long_output TEXT NOT NULL default '' after output;
alter table npc_hostchecks add long_output TEXT NOT NULL default '' after output;
alter table npc_hoststatus add long_output TEXT NOT NULL default '' after output;
alter table npc_notifications add long_output TEXT NOT NULL default '' after output;
alter table npc_servicechecks add long_output TEXT NOT NULL default '' after output;
alter table npc_servicestatus add long_output TEXT NOT NULL default '' after output;
alter table npc_statehistory add long_output TEXT NOT NULL default '' after output;
alter table npc_systemcommands add long_output TEXT NOT NULL default '' after output;
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics