Skip to content
Nov 15 / Greg

Cacti – Syslog Alert SQL Insert

I was inserting lots of new syslog alerts and didn’t want to do it through the GUI, so I wrote a quick mysql query:

1
INSERT INTO syslog_alert (name,type,message,user,date,email) VALUES("MessageTitle","messagec","MatchMe","ADMIN",1186586067,"[email protected]"),("MessageTitle2","messagec","MatchMe2","ADMIN",1186586067,"[email protected]")
Leave a Comment

 

*