Search found 6 matches

by alexporta
Mon Sep 30, 2013 10:12 am
Forum: Open Source Nagios Projects
Topic: balancing exchange DB
Replies: 5
Views: 1684

Re: balancing exchange DB

This could definitely be done, although it might get a little tricky. Likely the best route would be to adapt your current script to be a nagios plugin, conforming to exit codes, return data, and performance data. Secondly, when you are modifying it, I would suggest limiting the intial plugin check...
by alexporta
Mon Sep 30, 2013 10:11 am
Forum: Open Source Nagios Projects
Topic: plugin to automated remove RMAN
Replies: 5
Views: 1771

Re: plugin to automated remove RMAN

Well, yes technically you could do this. An event handler and check_by_ssh or nrpe would work pretty fantastically. I would suggest running it similar to your exchange idea, where you have a check that just looks at file age in the directory(s) and if needed launches the event handler when some are...
by alexporta
Mon Sep 30, 2013 9:24 am
Forum: Open Source Nagios Projects
Topic: plugin to automated remove RMAN
Replies: 5
Views: 1771

Re: plugin to automated remove RMAN

Hi slansing,

some one before us told to our customer that they could automated the launch fo those scripts using Nagios...
We need to remove some RMAN backup files older than xx days on the oracle servers
by alexporta
Mon Sep 30, 2013 9:18 am
Forum: Open Source Nagios Projects
Topic: balancing exchange DB
Replies: 5
Views: 1684

Re: balancing exchange DB

hi slansing, first of all I want to apologize for my awfull english, we use a script on the Exchange servers, this script control if we have 24 database on each one. if not we use another script to move the database to the servers they have to be. we launch that script once a week manually... we are...
by alexporta
Mon Sep 30, 2013 7:09 am
Forum: Open Source Nagios Projects
Topic: balancing exchange DB
Replies: 5
Views: 1684

balancing exchange DB

Hi, we have two Exchange servers, and we have 48 database (24 each one). We use a script (launching it manually on the Exchange servers) to control that the database are balanced on the two servers. Is possible to create a plungin that controls the correct balancing and, in case the two server are n...
by alexporta
Mon Sep 30, 2013 7:04 am
Forum: Open Source Nagios Projects
Topic: plugin to automated remove RMAN
Replies: 5
Views: 1771

plugin to automated remove RMAN

Hi to all,

we need to improve a control/script/plugin to automated some scripts to remove old backup RMAN files older than xx days

Someone could help us?

Thanks