Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 07:07 AM
02-19-2003 07:07 AM
Could you give me a procedure to install MRTG
The procedure of www.mrtg.org failed.
So, see that :
Hostname:/usr/local/mrtg-2/bin#./cfgmaker
syntax error in file ./cfgmaker at line 17, next 2 tokens "@main:"
syntax error in file ./cfgmaker at line 21, next 2 tokens "use strict"
/^(?:(ms)?(dos|win(32|nt)?))/: ?+* follows nothing in regexp at ./cfgmaker line 25.
Thank you for your help
Arnaud
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 07:20 AM
02-19-2003 07:20 AM
Re: MRTG
MRTG's cfgmaker needs perl
do you have perl installed and is the right version. Check www.mrtg.org for the required perl version
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 07:57 AM
02-19-2003 07:57 AM
Re: MRTG
Thank you very much for your
help.
Arnaud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 03:57 PM
02-19-2003 03:57 PM
Re: MRTG
has binaries for hpux. If you need something else then look at:
http://www.perl.com/CPAN/ports/index.html
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:49 PM
02-19-2003 10:49 PM
Solutionyou can also download the depot from:
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.8.0/
Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 09:42 PM
03-08-2005 09:42 PM
Re: MRTG
I got the same error messages. However I already have Perl5 installed and working properly.
Any advice please ?
Thanks in advance
Ahmed Attia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 01:54 AM
03-09-2005 01:54 AM
Re: MRTG
At a minimum you need:
perl cfgmaker public@a.b.c.d
where public is the community string which might not be public if you have changed it and a.b.c.d is the IP of the target.
This is what I use on my system which is WinNT but cfgmaker doesn't care that much.
perl c:\mrtg-2.9.23\bin\cfgmaker --global "workdir: c:\mrtg" public@10.1.1.1 > mrtg.cfg
The resulting mrtg.cfg file can be used as it is and stores all of the logfiles in the workdir C:\mrtg. Best to make sure the directory exists before running cfgmaker. If you have more targets then you do:
perl c:\mrtg-2.9.23\bin\cfgmaker public@10.1.1.2 >> mrtg.cfg
on subsequent entries assuming you want to keep all of your files in the same directory. Note we don't reset the workdir, the IP address has changed to that of the new target and we now use >> instead of >.
Ron