How to monitor Juniper Netscreen Firewall???
Moderators: Developers, Moderators
How to monitor Juniper Netscreen Firewall???
hi,all.
i have been installed cacti 0.8.6j.and i want to monitor my netscreen firewall(NS-25).
the OID as bellow:
.1.3.6.1.4.1.3224.16.2.2.0 Mem Free
.1.3.6.1.4.1.3224.16.2.1.0 Mem Used
.1.3.6.1.4.1.3224.16.3.2.0 Session Used
.1.3.6.1.4.1.3224.16.1.3.0 CPU Load 5 minutes
how to create the template to monitor netscreen firewall.
PS:Netscreen OS is 5.0.
i have been installed cacti 0.8.6j.and i want to monitor my netscreen firewall(NS-25).
the OID as bellow:
.1.3.6.1.4.1.3224.16.2.2.0 Mem Free
.1.3.6.1.4.1.3224.16.2.1.0 Mem Used
.1.3.6.1.4.1.3224.16.3.2.0 Session Used
.1.3.6.1.4.1.3224.16.1.3.0 CPU Load 5 minutes
how to create the template to monitor netscreen firewall.
PS:Netscreen OS is 5.0.
First , I create a data template named as 'Juniper Netccreen Firewall - 5 Minute CPU',data source name is '|host_description| - Netscreen 5 Minute CPU',data input mothd is 'Get SNMP Data',and OID is '.1.3.6.1.4.1.3224.16.1.3.0',then i click 'save'....
but i can't see this issue in data temlates list,,,then i check database,i found a record in table(data_template)...
why???pls help me...
but i can't see this issue in data temlates list,,,then i check database,i found a record in table(data_template)...
why???pls help me...
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
What version of MySQL and if version 5.x, review your my.cnf file or my.ini file and make sure sql_mode is commented out. Then restart MySQL.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
hi,TheWitness
thank you very much...
MySQL version is 5.0.27.
But i can't find sql_mode string in /etc/my.cnf.
then i connect to mysql and run 'SELECT @@global.sql_mode;',show as bellow:
mysql> SELECT @@global.sql_mode;
+-------------------+
| @@global.sql_mode |
+-------------------+
| |
+-------------------+
1 row in set (0.00 sec)
what i can do ???
thank you very much...
MySQL version is 5.0.27.
But i can't find sql_mode string in /etc/my.cnf.
then i connect to mysql and run 'SELECT @@global.sql_mode;',show as bellow:
mysql> SELECT @@global.sql_mode;
+-------------------+
| @@global.sql_mode |
+-------------------+
| |
+-------------------+
1 row in set (0.00 sec)
what i can do ???
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Did you create from scratch or duplicate another?
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
If it is not set, you should not be having this problem. I am curious as to why it is not working. Maybe send me a dump of your database.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
After a while we loose track of when the patches were released and why
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- moe_szyslak
- Posts: 47
- Joined: Thu Jul 21, 2005 1:19 pm
- Location: Germany
- moe_szyslak
- Posts: 47
- Joined: Thu Jul 21, 2005 1:19 pm
- Location: Germany
Who is online
Users browsing this forum: No registered users and 2 guests