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

Topics - 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 / 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
#4
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 ?