Will,

Those transactions are audited in Opsview at the database level. 
A query like this would certainly show creation, activation and deactivation of 
Monitoring Nodes..

select datetime,username,text from opsview.auditlogs
where text like '%monitoringserver%'
and datetime > '2010-06-05'
limit 50

I'm good friends with your DBA so we can see about hooking you up with access...
Opsview used to have a searchable audit log through the web interface but it 
appears you can't do a adhoc search anymore..

James Whittington
VC3, Inc.



-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Will VanDuzer
Sent: Tuesday, June 15, 2010 6:23 PM
To: Opsview Users
Subject: Re: [opsview-users] Auditing

Is there any way to search this?  I was kind of hoping it would be a text file 
or something that I could grep/search in some way.

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Stu Teasdale
Sent: Tuesday, June 15, 2010 5:21 PM
To: Opsview Users
Subject: Re: [opsview-users] Auditing

On Tue, Jun 15, 2010 at 04:59:39PM -0400, Will VanDuzer wrote:
> Hey all, Is there a log file that stores information about changes?  I 
> know that you can retrieve logins and such from the opsview-web log, 
> but is there any way to retrieve change information.  When a host was 
> added or removed?  What user added a host?  Those types of things?  If 
> so where would the logs be.  We had two of our slave monitoring 
> systems get turned off (set to NOT active) and I wanted to find out 
> which user made the changes.
Server->Audit Log in the web interface should give you information about
all changes made by the web interface, and which user made them. It also lets 
you revert configs to a backed up state.

Stu
--
>From the prompt of Stu Teasdale

"Yeah, but you're taking the universe out of context."
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to