|
|
| Author |
Message |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
|
| Back to top |
|
 |
ceyounger
Joined: 10 Feb 2006 Posts: 28 Location: San Jose, CA USA
|
Posted: Fri Sep 07, 2007 8:08 pm Post subject: |
|
|
For an information junkie like myself, this works great!
Fired it up and it's reporting Cacti stats.
Nice script!
|
|
| Back to top |
|
 |
ceyounger
Joined: 10 Feb 2006 Posts: 28 Location: San Jose, CA USA
|
Posted: Tue Feb 12, 2008 4:35 pm Post subject: |
|
|
| peecee wrote: | | Does this work for BB as well? I took a look through it, and it would seem to work fine, but I wanted to ask. I'd imagine you wouldn't know, seeing as how you've written it to run with Hobbit. I'll probably take a look at it anyway, and see if I can adapt it to run under BB. Nice work either way! |
Hmm, I would think it *should* work with BB. But the only thing I know for sure is BB externals work fine with Hobbit--don't know about the other way around.
|
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Wed Feb 13, 2008 2:38 am Post subject: |
|
|
Hi
it should work out of the box, as I'm using BB compatible variables ($BBTMP, $BBDISP, $BB).
You might want to add this at the top of the script if you want to run it by hand for testing :
| Code: | BBHOME=/home/bbuser/bb
. $BBHOME/etc/bbdef.sh |
The only requirement is the GNU 'date' command.
|
|
| Back to top |
|
 |
|