Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - roby

#1
General Support / Allied Telesis MIB parser error
September 12, 2008, 12:28:19 PM
I receive:

ERROR 003: Parser error - syntax error, unexpected LCASEFIRST_IDENT_SYM, expecting RIGHT_BRACE_SYM in line 1395

when compiling Allied Telesis mib file:

http://www.oidview.com/mibs/207/ALLIEDTELESYN-MIB.html

File extension is .mib not .txt, I renamed .txt.
Follow near 1395 line (when read with Ultra Edit line 1395 start at first ccCliListEntry after "SYNTAX  SEQUENCE OF"... strange !!! ):

    -- The ISDN CLI list table. This consists of a number of entries containing numbers for matching against CLI information.

    ccCliListTable OBJECT-TYPE
        SYNTAX  SEQUENCE OF ccCliListEntry            <-- line 1395 (ultraedit show line 1395 starting with: ccCliListEntry.....)
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "The table of CLI list entries."
        ::= { cc 2 }

    ccCliListEntry OBJECT-TYPE
        SYNTAX  CcCliListEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "A single entry in the CLI list table. This contains a single number, as well as index information."
        INDEX   { ccCliListListIndex, ccCliListEntryIndex }
        ::= { ccCliListTable 1 }

Thank you.
#2
Feature Requests / Generale Purpose Services
July 29, 2008, 05:45:50 PM
Hello, thank you for this nice software.

Be very usefull to can write scripts to check services instead to use preconfigured ones (smtp, pop3, ftp, http, ...).
So anyone can write command like "telnet servermail 25" or more complex command ad compare output to check mail server or other services.
So you do not have to write specific code for each service or do that while we can use this general approach for the moment.

Thank you.
#3
General Support / Re: Server Config Params
July 29, 2008, 01:42:20 PM
If I understand, there are DCI specific Parameters and global server parameters. If nothing is configured for DCI (like polling intervals), server parameters will be applied. Many DCI params does not seem to exist. ex: Service created for a resource (like http request), does not have own polling and event notification, at least as I know. How can I set http service polling interval and notification event ? I setted www service, but when there is a problem no notification is sent. If I set polling interval in DCI as default, what is default value ? what is default value for simple system control (ie: ping to network routes without snmp or agent installed) ? However, I think will be very usefull a doc on server parameters.

I hope my question be fairly concrete.
Thank you.
#4
General Support / Server Config Params
July 28, 2008, 03:03:17 PM
There is a server configuration parameter meaning doc ? How can i know service and ping check intervals ? How can i control notification based on service fail event ?

Thank you
#5
General Support / Re: Reporting
July 25, 2008, 03:18:04 PM
Thank you very much
#6
General Support / Re: Reporting
July 24, 2008, 05:54:53 PM
Reporting tool like ? can you tell me if exist a good, open source, reporting tool suitable for this purpose ?
#7
General Support / Reporting
July 22, 2008, 04:21:38 PM
Is there a reporting possibility ? can we print a report with all nodes uptime for example, textually or graphically ?